@blocklet/js-sdk 1.16.39 → 1.16.40-beta-20250227-092112-1815be0a

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +6 -6
package/dist/index.mjs CHANGED
@@ -361,7 +361,7 @@ class FederatedService {
361
361
  }
362
362
  }
363
363
 
364
- const version = "1.16.38";
364
+ const version = "1.16.39";
365
365
 
366
366
  const sleep = (time = 0) => {
367
367
  return new Promise((resolve) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/js-sdk",
3
- "version": "1.16.39",
3
+ "version": "1.16.40-beta-20250227-092112-1815be0a",
4
4
  "main": "dist/index.mjs",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -38,10 +38,10 @@
38
38
  "watch": "nodemon -w src -e ts -x 'npm run build'"
39
39
  },
40
40
  "dependencies": {
41
- "@abtnode/constant": "1.16.39",
42
- "@arcblock/did": "1.19.10",
43
- "@blocklet/meta": "1.16.39",
44
- "@ocap/wallet": "1.19.10",
41
+ "@abtnode/constant": "1.16.40-beta-20250227-092112-1815be0a",
42
+ "@arcblock/did": "1.19.12",
43
+ "@blocklet/meta": "1.16.40-beta-20250227-092112-1815be0a",
44
+ "@ocap/wallet": "1.19.12",
45
45
  "axios": "^1.7.9",
46
46
  "is-url": "^1.2.4",
47
47
  "js-cookie": "^3.0.5",
@@ -65,5 +65,5 @@
65
65
  "unbuild": "^2.0.0",
66
66
  "vitest": "^2.0.5"
67
67
  },
68
- "gitHead": "e3a614757b32dba71dcc187f20060932df31eab6"
68
+ "gitHead": "e33d791e24236a10ed3d196618aba989a0eee8ad"
69
69
  }