@blocklet/meta 1.17.8-beta-20260111-112953-aed5ff39 → 1.17.8-beta-20260113-015027-32a1cec4
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.
- package/lib/engine.d.ts +1 -1
- package/package.json +6 -6
package/lib/engine.d.ts
CHANGED
|
@@ -13,4 +13,4 @@ export declare const isPackBlocklet: (meta: TBlockletMeta) => boolean;
|
|
|
13
13
|
*/
|
|
14
14
|
export declare const isStaticServerEngine: (engine: TEngine) => boolean;
|
|
15
15
|
export declare const hasStartEngine: (meta: any) => boolean;
|
|
16
|
-
export declare const hasMountPoint: (meta:
|
|
16
|
+
export declare const hasMountPoint: (meta: TBlockletMeta) => boolean;
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.17.8-beta-
|
|
6
|
+
"version": "1.17.8-beta-20260113-015027-32a1cec4",
|
|
7
7
|
"description": "Library to parse/validate/fix blocklet meta",
|
|
8
8
|
"homepage": "https://www.arcblock.io/docs/blocklet-spec",
|
|
9
9
|
"main": "./lib/index.js",
|
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
"author": "wangshijun <wangshijun2020@gmail.com> (http://github.com/wangshijun)",
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@abtnode/constant": "1.17.8-beta-
|
|
28
|
-
"@abtnode/db-cache": "1.17.8-beta-
|
|
29
|
-
"@abtnode/docker-utils": "1.17.8-beta-
|
|
27
|
+
"@abtnode/constant": "1.17.8-beta-20260113-015027-32a1cec4",
|
|
28
|
+
"@abtnode/db-cache": "1.17.8-beta-20260113-015027-32a1cec4",
|
|
29
|
+
"@abtnode/docker-utils": "1.17.8-beta-20260113-015027-32a1cec4",
|
|
30
30
|
"@arcblock/did": "^1.28.4",
|
|
31
31
|
"@arcblock/did-ext": "^1.28.4",
|
|
32
32
|
"@arcblock/did-util": "^1.28.4",
|
|
33
33
|
"@arcblock/jwt": "^1.28.4",
|
|
34
|
-
"@blocklet/constant": "1.17.8-beta-
|
|
34
|
+
"@blocklet/constant": "1.17.8-beta-20260113-015027-32a1cec4",
|
|
35
35
|
"@ocap/asset": "^1.28.4",
|
|
36
36
|
"@ocap/mcrypto": "^1.28.4",
|
|
37
37
|
"@ocap/types": "^1.28.4",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"prettier": "^3.3.2",
|
|
80
80
|
"ts-node": "^10.9.1"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "a2bdf6146c5c94d7348fc87d5ebd2e95e548df07"
|
|
83
83
|
}
|