Skip to content

Commit

Permalink
fix(create-app): fix typo (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
LancelotLewis authored Nov 12, 2024
1 parent fe04310 commit 8c3483a
Show file tree
Hide file tree
Showing 30 changed files with 135 additions and 129 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.9.13 (2024-11-13)

- chore(deps): update deps
- fix(create-app): fix typo

## 0.9.12 (2024-10-31)

- refactor: rename @did-space/client to @blocklet/did-space-js
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-blocklet",
"private": true,
"version": "0.9.12",
"version": "0.9.13",
"description": "",
"keywords": [],
"author": "",
Expand Down
10 changes: 5 additions & 5 deletions packages/create-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-blocklet",
"version": "0.9.12",
"version": "0.9.13",
"exports": "./index.js",
"type": "module",
"repository": "[email protected]:blocklet/create-blocklet.git",
Expand Down Expand Up @@ -29,9 +29,9 @@
"test:run": "vitest run"
},
"dependencies": {
"@arcblock/did": "^1.18.135",
"@ocap/mcrypto": "^1.18.135",
"@ocap/util": "^1.18.135",
"@arcblock/did": "^1.18.139",
"@ocap/mcrypto": "^1.18.139",
"@ocap/util": "^1.18.139",
"boxen": "^7.1.1",
"ejs": "^3.1.10",
"envfile": "^7.1.0",
Expand All @@ -45,7 +45,7 @@
"zx": "^8.1.8"
},
"devDependencies": {
"@arcblock/eslint-config-base": "^0.3.2",
"@arcblock/eslint-config-base": "^0.3.3",
"eslint": "^8.57.1",
"prettier": "^3.3.3",
"vitest": "^2.1.1"
Expand Down
22 changes: 11 additions & 11 deletions packages/create-app/templates/did-connect-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,25 +38,25 @@
]
},
"dependencies": {
"@arcblock/did": "^1.18.135",
"@arcblock/did-auth": "^1.18.135",
"@arcblock/did": "^1.18.139",
"@arcblock/did-auth": "^1.18.139",
"@arcblock/did-auth-storage-nedb": "^1.7.1",
"@blocklet/sdk": "^1.16.32",
"@ocap/client": "^1.18.135",
"@ocap/mcrypto": "^1.18.135",
"@ocap/util": "^1.18.135",
"@ocap/wallet": "^1.18.135",
"@ocap/client": "^1.18.139",
"@ocap/mcrypto": "^1.18.139",
"@ocap/util": "^1.18.139",
"@ocap/wallet": "^1.18.139",
"cookie-parser": "^1.4.6",
"dotenv-flow": "^4.1.0",
"express": "^4.21.0",
"express-async-errors": "^3.1.1",
"lodash": "^4.17.21"
},
"devDependencies": {
"@arcblock/did-connect": "^2.10.39",
"@arcblock/eslint-config": "^0.3.2",
"@arcblock/ux": "^2.10.39",
"@blocklet/ui-react": "^2.10.39",
"@arcblock/did-connect": "^2.10.65",
"@arcblock/eslint-config": "^0.3.3",
"@arcblock/ux": "^2.10.65",
"@blocklet/ui-react": "^2.10.65",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@iconify-icons/material-symbols": "^1.2.58",
Expand All @@ -77,7 +77,7 @@
"rimraf": "^5.0.10",
"simple-git-hooks": "^2.11.1",
"vite": "^5.4.8",
"vite-plugin-blocklet": "^0.9.12",
"vite-plugin-blocklet": "^0.9.13",
"vite-plugin-svgr": "^4.2.0",
"zx": "^8.1.8"
},
Expand Down
16 changes: 8 additions & 8 deletions packages/create-app/templates/did-wallet-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
},
"dependencies": {
"@blocklet/sdk": "^1.16.32",
"@ocap/mcrypto": "^1.18.135",
"@ocap/util": "^1.18.135",
"@ocap/wallet": "^1.18.135",
"@ocap/mcrypto": "^1.18.139",
"@ocap/util": "^1.18.139",
"@ocap/wallet": "^1.18.139",
"body-parser": "^1.20.3",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
Expand All @@ -30,11 +30,11 @@
"morgan": "^1.10.0"
},
"devDependencies": {
"@arcblock/did-connect": "^2.10.39",
"@arcblock/eslint-config": "^0.3.2",
"@arcblock/ux": "^2.10.39",
"@arcblock/did-connect": "^2.10.65",
"@arcblock/eslint-config": "^0.3.3",
"@arcblock/ux": "^2.10.65",
"@blocklet/js-sdk": "^1.16.32",
"@blocklet/ui-react": "^2.10.39",
"@blocklet/ui-react": "^2.10.65",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.7",
Expand All @@ -52,7 +52,7 @@
"simple-git-hooks": "^2.11.1",
"vite": "^5.4.8",
"vite-node": "^2.1.1",
"vite-plugin-blocklet": "^0.9.12",
"vite-plugin-blocklet": "^0.9.13",
"vite-plugin-require": "^1.2.14",
"vite-plugin-svgr": "^4.2.0",
"zx": "^8.1.8"
Expand Down
4 changes: 2 additions & 2 deletions packages/create-app/templates/express-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"dependencies": {
"@arcblock/did-auth-storage-nedb": "^1.7.1",
"@blocklet/sdk": "^1.16.32",
"@ocap/client": "^1.18.135",
"@ocap/client": "^1.18.139",
"dotenv-flow": "^4.1.0",
"express": "^4.21.0"
},
"devDependencies": {
"@arcblock/eslint-config-base": "^0.3.2",
"@arcblock/eslint-config-base": "^0.3.3",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"bumpp": "^9.6.1",
"eslint": "^8.57.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/templates/monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@arcblock/eslint-config": "^0.3.2",
"@arcblock/eslint-config": "^0.3.3",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"bumpp": "^9.6.1",
"eslint": "^8.57.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-app/templates/nestjs-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
"@nestjs/common": "^10.4.4",
"@nestjs/core": "^10.4.4",
"@nestjs/platform-express": "^10.4.4",
"@ocap/client": "^1.18.135",
"@ocap/client": "^1.18.139",
"dotenv-flow": "^4.1.0",
"express": "^4.21.0",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@arcblock/eslint-config-base": "^0.3.2",
"@arcblock/eslint-config-base": "^0.3.3",
"@nestjs/cli": "^10.4.5",
"@nestjs/schematics": "^10.1.4",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/create-app/templates/nextjs-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
]
},
"dependencies": {
"@arcblock/did-auth": "^1.18.135",
"@arcblock/did-auth": "^1.18.139",
"@arcblock/did-auth-storage-nedb": "^1.7.1",
"@blocklet/sdk": "^1.16.32",
"@ocap/client": "^1.18.135",
"@ocap/mcrypto": "^1.18.135",
"@ocap/wallet": "^1.18.135",
"@ocap/client": "^1.18.139",
"@ocap/mcrypto": "^1.18.139",
"@ocap/wallet": "^1.18.139",
"dotenv-flow": "^4.1.0",
"express": "^4.21.0",
"next": "14.2.4",
Expand Down
14 changes: 7 additions & 7 deletions packages/create-app/templates/react-dapp-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
]
},
"dependencies": {
"@arcblock/did-auth": "^1.18.135",
"@arcblock/did-auth": "^1.18.139",
"@arcblock/did-auth-storage-nedb": "^1.7.1",
"@blocklet/sdk": "^1.16.32",
"@ocap/client": "^1.18.135",
"@ocap/mcrypto": "^1.18.135",
"@ocap/wallet": "^1.18.135",
"@ocap/client": "^1.18.139",
"@ocap/mcrypto": "^1.18.139",
"@ocap/wallet": "^1.18.139",
"axios": "^1.7.7",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
Expand All @@ -52,8 +52,8 @@
"express-async-errors": "^3.1.1"
},
"devDependencies": {
"@arcblock/eslint-config": "^0.3.2",
"@arcblock/eslint-config-ts": "^0.3.2",
"@arcblock/eslint-config": "^0.3.3",
"@arcblock/eslint-config-ts": "^0.3.3",
"@blocklet/js-sdk": "^1.16.32",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/cookie-parser": "^1.4.7",
Expand Down Expand Up @@ -81,7 +81,7 @@
"ts-node": "^10.9.2",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite-plugin-blocklet": "^0.9.12",
"vite-plugin-blocklet": "^0.9.13",
"vite-plugin-svgr": "^4.2.0",
"zx": "^8.1.8"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const middlewares = require('@blocklet/sdk/lib/middlewaress');
const middlewares = require('@blocklet/sdk/lib/middlewares');
const router = require('express').Router();

router.use('/user', middlewares.session(), (req, res) => res.json(req.user || {}));
Expand Down
12 changes: 6 additions & 6 deletions packages/create-app/templates/react-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
]
},
"dependencies": {
"@arcblock/did-auth": "^1.18.135",
"@arcblock/did-auth": "^1.18.139",
"@arcblock/did-auth-storage-nedb": "^1.7.1",
"@blocklet/sdk": "^1.16.32",
"@ocap/client": "^1.18.135",
"@ocap/mcrypto": "^1.18.135",
"@ocap/wallet": "^1.18.135",
"@ocap/client": "^1.18.139",
"@ocap/mcrypto": "^1.18.139",
"@ocap/wallet": "^1.18.139",
"axios": "^1.7.7",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
Expand All @@ -54,7 +54,7 @@
"express-async-errors": "^3.1.1"
},
"devDependencies": {
"@arcblock/eslint-config": "^0.3.2",
"@arcblock/eslint-config": "^0.3.3",
"@blocklet/js-sdk": "^1.16.32",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@vitejs/plugin-react": "^4.3.2",
Expand All @@ -71,7 +71,7 @@
"rimraf": "^5.0.10",
"simple-git-hooks": "^2.11.1",
"vite": "^5.4.8",
"vite-plugin-blocklet": "^0.9.12",
"vite-plugin-blocklet": "^0.9.13",
"vite-plugin-svgr": "^4.2.0",
"zx": "^8.1.8"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/create-app/templates/react-gun-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
]
},
"dependencies": {
"@arcblock/did-auth": "^1.18.135",
"@arcblock/did-auth": "^1.18.139",
"@arcblock/did-auth-storage-nedb": "^1.7.1",
"@blocklet/sdk": "^1.16.32",
"@ocap/client": "^1.18.135",
"@ocap/mcrypto": "^1.18.135",
"@ocap/wallet": "^1.18.135",
"@ocap/client": "^1.18.139",
"@ocap/mcrypto": "^1.18.139",
"@ocap/wallet": "^1.18.139",
"axios": "^1.7.7",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
Expand All @@ -55,7 +55,7 @@
"gun": "^0.2020.1240"
},
"devDependencies": {
"@arcblock/eslint-config": "^0.3.2",
"@arcblock/eslint-config": "^0.3.3",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@vitejs/plugin-react": "^4.3.2",
"bumpp": "^9.6.1",
Expand All @@ -71,7 +71,7 @@
"rimraf": "^5.0.10",
"simple-git-hooks": "^2.11.1",
"vite": "^5.4.8",
"vite-plugin-blocklet": "^0.9.12",
"vite-plugin-blocklet": "^0.9.13",
"vite-plugin-svgr": "^4.2.0",
"zx": "^8.1.8"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/create-app/templates/react-static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
]
},
"devDependencies": {
"@arcblock/eslint-config": "^0.3.2",
"@arcblock/eslint-config": "^0.3.3",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@vitejs/plugin-react": "^4.3.2",
"bumpp": "^9.6.1",
Expand All @@ -52,7 +52,7 @@
"rimraf": "^5.0.10",
"simple-git-hooks": "^2.11.1",
"vite": "^5.4.8",
"vite-plugin-blocklet": "^0.9.12",
"vite-plugin-blocklet": "^0.9.13",
"vite-plugin-svgr": "^4.2.0",
"zx": "^8.1.8"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/create-app/templates/solidjs-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@
"rimraf": "^5.0.10",
"simple-git-hooks": "^2.11.1",
"vite": "^5.4.8",
"vite-plugin-blocklet": "^0.9.12",
"vite-plugin-blocklet": "^0.9.13",
"vite-plugin-solid": "^2.10.2",
"zx": "^8.1.8"
},
"dependencies": {
"@arcblock/did-auth": "^1.18.135",
"@arcblock/did-auth": "^1.18.139",
"@arcblock/did-auth-storage-nedb": "^1.7.1",
"@blocklet/sdk": "^1.16.32",
"@ocap/client": "^1.18.135",
"@ocap/mcrypto": "^1.18.135",
"@ocap/wallet": "^1.18.135",
"@ocap/client": "^1.18.139",
"@ocap/mcrypto": "^1.18.139",
"@ocap/wallet": "^1.18.139",
"axios": "^1.7.7",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/templates/solidjs-static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"simple-git-hooks": "^2.11.1",
"solid-js": "^1.9.1",
"vite": "^5.4.8",
"vite-plugin-blocklet": "^0.9.12",
"vite-plugin-blocklet": "^0.9.13",
"vite-plugin-solid": "^2.10.2",
"zx": "^8.1.8"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/create-app/templates/svelte-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"bump-version": "zx --quiet scripts/bump-version.mjs"
},
"dependencies": {
"@arcblock/did-auth": "^1.18.135",
"@arcblock/did-auth": "^1.18.139",
"@arcblock/did-auth-storage-nedb": "^1.7.1",
"@blocklet/sdk": "^1.16.32",
"@ocap/client": "^1.18.135",
"@ocap/mcrypto": "^1.18.135",
"@ocap/wallet": "^1.18.135",
"@ocap/client": "^1.18.139",
"@ocap/mcrypto": "^1.18.139",
"@ocap/wallet": "^1.18.139",
"axios": "^1.7.7",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
Expand All @@ -44,7 +44,7 @@
"simple-git-hooks": "^2.11.1",
"svelte": "^4.2.19",
"vite": "^5.4.8",
"vite-plugin-blocklet": "^0.9.12",
"vite-plugin-blocklet": "^0.9.13",
"zx": "^8.1.8"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/templates/svelte-static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"simple-git-hooks": "^2.11.1",
"svelte": "^4.2.19",
"vite": "^5.4.8",
"vite-plugin-blocklet": "^0.9.12",
"vite-plugin-blocklet": "^0.9.13",
"zx": "^8.1.8"
},
"lint-staged": {
Expand Down
Loading

0 comments on commit 8c3483a

Please sign in to comment.