Skip to content

Commit

Permalink
refactor: rename @did-space/client to @blocklet/did-space-js
Browse files Browse the repository at this point in the history
  • Loading branch information
skypesky committed Oct 31, 2024
1 parent 336ac66 commit 9b44d47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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 @@ -113,4 +113,4 @@
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
}
}
}

0 comments on commit 9b44d47

Please sign in to comment.