@blocklet/js-sdk 1.16.30 → 1.16.31-beta-52250475

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
@@ -174,7 +174,7 @@ class BlockletService {
174
174
  }
175
175
  }
176
176
 
177
- const version = "1.16.29";
177
+ const version = "1.16.30";
178
178
 
179
179
  const sleep = (time = 0) => {
180
180
  return new Promise((resolve) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/js-sdk",
3
- "version": "1.16.30",
3
+ "version": "1.16.31-beta-52250475",
4
4
  "main": "dist/index.mjs",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -31,8 +31,8 @@
31
31
  "build": "unbuild"
32
32
  },
33
33
  "dependencies": {
34
- "@abtnode/constant": "1.16.30",
35
- "@blocklet/meta": "1.16.30",
34
+ "@abtnode/constant": "1.16.31-beta-52250475",
35
+ "@blocklet/meta": "1.16.31-beta-52250475",
36
36
  "axios": "^1.7.2",
37
37
  "js-cookie": "^3.0.5",
38
38
  "quick-lru": "^7.0.0",
@@ -41,5 +41,5 @@
41
41
  "devDependencies": {
42
42
  "unbuild": "^2.0.0"
43
43
  },
44
- "gitHead": "18420639259c736016b19152229183d9fc1c1656"
44
+ "gitHead": "26155b86f103f9e64fd8a23b7fffdb279c71209c"
45
45
  }