@blocklet/js-sdk 1.16.32-beta-20240927-090632-05637107 → 1.16.33-beta-20240929-110332-9d5dfdc4

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 +4 -4
package/dist/index.mjs CHANGED
@@ -202,7 +202,7 @@ class ComponentService {
202
202
  }
203
203
  }
204
204
 
205
- const version = "1.16.31";
205
+ const version = "1.16.32";
206
206
 
207
207
  const sleep = (time = 0) => {
208
208
  return new Promise((resolve) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/js-sdk",
3
- "version": "1.16.32-beta-20240927-090632-05637107",
3
+ "version": "1.16.33-beta-20240929-110332-9d5dfdc4",
4
4
  "main": "dist/index.mjs",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -32,8 +32,8 @@
32
32
  "watch": "nodemon -w src -e ts -x 'npm run build'"
33
33
  },
34
34
  "dependencies": {
35
- "@abtnode/constant": "1.16.32-beta-20240927-090632-05637107",
36
- "@blocklet/meta": "1.16.32-beta-20240927-090632-05637107",
35
+ "@abtnode/constant": "1.16.33-beta-20240929-110332-9d5dfdc4",
36
+ "@blocklet/meta": "1.16.33-beta-20240929-110332-9d5dfdc4",
37
37
  "axios": "^1.7.5",
38
38
  "is-url": "^1.2.4",
39
39
  "js-cookie": "^3.0.5",
@@ -45,5 +45,5 @@
45
45
  "unbuild": "^2.0.0",
46
46
  "vitest": "^2.0.5"
47
47
  },
48
- "gitHead": "8590c9286b3dfec82bcbddb6381be8575db4e661"
48
+ "gitHead": "315517d60ab74ae086b6ff07e4871a3723c4dde4"
49
49
  }