Skip to content

Commit

Permalink
feat: use nanoid as uid (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Apr 3, 2022
1 parent 5151a9c commit 19e755d
Show file tree
Hide file tree
Showing 5 changed files with 2,187 additions and 6,060 deletions.
5 changes: 5 additions & 0 deletions .changeset/purple-ravens-reply.md
@@ -0,0 +1,5 @@
---
"sh-syntax": patch
---

feat: use nanoid as uid
1 change: 1 addition & 0 deletions .prettierignore
@@ -1,2 +1,3 @@
test/fixtures
vendors
/pnpm-lock.yaml
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"author": "JounQin <admin@1stg.me>",
"license": "MIT",
"engines": {
"node": ">=v14"
"node": ">=v12.20"
},
"exports": {
"import": "./lib/index.js",
Expand Down Expand Up @@ -37,6 +37,7 @@
"wasm": "GOOS=js GOARCH=wasm go build -o main.wasm"
},
"dependencies": {
"nanoid": "^3.3.2",
"tslib": "^2.3.1"
},
"devDependencies": {
Expand Down

0 comments on commit 19e755d

Please sign in to comment.