Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: rename @did-space/client to @blocklet/did-space-js #369

Merged
merged 2 commits into from
Oct 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.9.12 (2024-10-31)

- refactor: rename @did-space/client to @blocklet/did-space-js

## 0.9.11 (2024-9-30)

- chore(deps): update deps
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.11",
"version": "0.9.12",
"description": "",
"keywords": [],
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion 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.11",
"version": "0.9.12",
"exports": "./index.js",
"type": "module",
"repository": "[email protected]:blocklet/create-blocklet.git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"rimraf": "^5.0.10",
"simple-git-hooks": "^2.11.1",
"vite": "^5.4.8",
"vite-plugin-blocklet": "^0.9.11",
"vite-plugin-blocklet": "^0.9.12",
"vite-plugin-svgr": "^4.2.0",
"zx": "^8.1.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/templates/did-wallet-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"simple-git-hooks": "^2.11.1",
"vite": "^5.4.8",
"vite-node": "^2.1.1",
"vite-plugin-blocklet": "^0.9.11",
"vite-plugin-blocklet": "^0.9.12",
"vite-plugin-require": "^1.2.14",
"vite-plugin-svgr": "^4.2.0",
"zx": "^8.1.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/templates/react-dapp-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"ts-node": "^10.9.2",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite-plugin-blocklet": "^0.9.11",
"vite-plugin-blocklet": "^0.9.12",
"vite-plugin-svgr": "^4.2.0",
"zx": "^8.1.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/templates/react-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"rimraf": "^5.0.10",
"simple-git-hooks": "^2.11.1",
"vite": "^5.4.8",
"vite-plugin-blocklet": "^0.9.11",
"vite-plugin-blocklet": "^0.9.12",
"vite-plugin-svgr": "^4.2.0",
"zx": "^8.1.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/templates/react-gun-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"rimraf": "^5.0.10",
"simple-git-hooks": "^2.11.1",
"vite": "^5.4.8",
"vite-plugin-blocklet": "^0.9.11",
"vite-plugin-blocklet": "^0.9.12",
"vite-plugin-svgr": "^4.2.0",
"zx": "^8.1.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/templates/react-static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"rimraf": "^5.0.10",
"simple-git-hooks": "^2.11.1",
"vite": "^5.4.8",
"vite-plugin-blocklet": "^0.9.11",
"vite-plugin-blocklet": "^0.9.12",
"vite-plugin-svgr": "^4.2.0",
"zx": "^8.1.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/templates/solidjs-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"rimraf": "^5.0.10",
"simple-git-hooks": "^2.11.1",
"vite": "^5.4.8",
"vite-plugin-blocklet": "^0.9.11",
"vite-plugin-blocklet": "^0.9.12",
"vite-plugin-solid": "^2.10.2",
"zx": "^8.1.8"
},
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.11",
"vite-plugin-blocklet": "^0.9.12",
"vite-plugin-solid": "^2.10.2",
"zx": "^8.1.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/templates/svelte-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"simple-git-hooks": "^2.11.1",
"svelte": "^4.2.19",
"vite": "^5.4.8",
"vite-plugin-blocklet": "^0.9.11",
"vite-plugin-blocklet": "^0.9.12",
"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.11",
"vite-plugin-blocklet": "^0.9.12",
"zx": "^8.1.8"
},
"lint-staged": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { GetObjectCommand, SpaceClient } from '@did-space/client';
import { GetObjectCommand, SpaceClient } from '@blocklet/did-space-js';
import { streamToString } from '@did-space/core';
import type { Request, Response } from 'express';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PutObjectCommand, SpaceClient } from '@did-space/client';
import { PutObjectCommand, SpaceClient } from '@blocklet/did-space-js';
import type { Request, Response } from 'express';
import isArray from 'lodash/isArray';

Expand Down
4 changes: 2 additions & 2 deletions packages/create-app/templates/todo-list-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@arcblock/did-auth": "^1.18.135",
"@arcblock/did-auth-storage-nedb": "^1.7.1",
"@blocklet/sdk": "^1.16.32",
"@did-space/client": "^0.5.47",
"@blocklet/did-space-js": "^0.5.58",
"@did-space/core": "^0.5.47",
"@ocap/client": "^1.18.135",
"@ocap/mcrypto": "^1.18.135",
Expand Down Expand Up @@ -96,7 +96,7 @@
"ts-node": "^10.9.2",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite-plugin-blocklet": "^0.9.11",
"vite-plugin-blocklet": "^0.9.12",
"vite-plugin-svgr": "^4.2.0",
"zx": "^8.1.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/templates/vue-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"rimraf": "^5.0.10",
"simple-git-hooks": "^2.11.1",
"vite": "^5.4.8",
"vite-plugin-blocklet": "^0.9.11",
"vite-plugin-blocklet": "^0.9.12",
"vue": "^3.5.10",
"zx": "^8.1.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/templates/vue-static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"rimraf": "^5.0.10",
"simple-git-hooks": "^2.11.1",
"vite": "^5.4.8",
"vite-plugin-blocklet": "^0.9.11",
"vite-plugin-blocklet": "^0.9.12",
"vue": "^3.5.10",
"zx": "^8.1.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/templates/vue-ts-static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"taze": "^0.16.9",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite-plugin-blocklet": "^0.9.11",
"vite-plugin-blocklet": "^0.9.12",
"vue-tsc": "^2.1.6",
"zx": "^8.1.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/templates/vue2-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"rimraf": "^5.0.10",
"simple-git-hooks": "^2.11.1",
"vite": "^5.4.8",
"vite-plugin-blocklet": "^0.9.11",
"vite-plugin-blocklet": "^0.9.12",
"vue": "^2.7.16",
"zx": "^8.1.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/templates/vue2-static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"rimraf": "^5.0.10",
"simple-git-hooks": "^2.11.1",
"vite": "^5.4.8",
"vite-plugin-blocklet": "^0.9.11",
"vite-plugin-blocklet": "^0.9.12",
"vue": "^2.7.16",
"zx": "^8.1.8"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/vite-plugin-blocklet/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-plugin-blocklet",
"type": "module",
"version": "0.9.11",
"version": "0.9.12",
"description": "",
"main": "index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/vite-plugin-wss-hmr/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-plugin-wss-hmr",
"type": "module",
"version": "0.9.11",
"version": "0.9.12",
"description": "",
"main": "index.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.11
0.9.12
2 changes: 1 addition & 1 deletion website/docs/blocklet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository:
type: git
url: git+https://github.com/blocklet/create-blocklet.git
specVersion: 1.2.8
version: 0.9.11
version: 0.9.12
logo: logo.png
files:
- logo.png
Expand Down
2 changes: 1 addition & 1 deletion website/pages/blocklet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository:
type: git
url: git+https://github.com/blocklet/create-blocklet.git
specVersion: 1.2.8
version: 0.9.11
version: 0.9.12
logo: logo.png
files:
- logo.png
Expand Down
Loading