@blocklet/meta 1.17.7-beta-20251223-090654-55d57623 → 1.17.7-beta-20251225-073259-cb6ecf68
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/schema.js +0 -4
- package/package.json +6 -6
package/lib/schema.js
CHANGED
|
@@ -741,10 +741,6 @@ const createBlockletSchema = (baseDir, { ensureFiles = false, ensureDist = false
|
|
|
741
741
|
const { did, name, docker } = data;
|
|
742
742
|
if (docker) {
|
|
743
743
|
const { image, dockerfile, network } = docker;
|
|
744
|
-
if (!image && !dockerfile) {
|
|
745
|
-
// @ts-ignore
|
|
746
|
-
return helper.message('Image or dockerfile must be set');
|
|
747
|
-
}
|
|
748
744
|
if (image && dockerfile) {
|
|
749
745
|
// @ts-ignore
|
|
750
746
|
return helper.message('Image and dockerfile cannot be set at the same time');
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.17.7-beta-
|
|
6
|
+
"version": "1.17.7-beta-20251225-073259-cb6ecf68",
|
|
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.7-beta-
|
|
28
|
-
"@abtnode/db-cache": "1.17.7-beta-
|
|
29
|
-
"@abtnode/docker-utils": "1.17.7-beta-
|
|
27
|
+
"@abtnode/constant": "1.17.7-beta-20251225-073259-cb6ecf68",
|
|
28
|
+
"@abtnode/db-cache": "1.17.7-beta-20251225-073259-cb6ecf68",
|
|
29
|
+
"@abtnode/docker-utils": "1.17.7-beta-20251225-073259-cb6ecf68",
|
|
30
30
|
"@arcblock/did": "^1.27.15",
|
|
31
31
|
"@arcblock/did-ext": "^1.27.15",
|
|
32
32
|
"@arcblock/did-util": "^1.27.15",
|
|
33
33
|
"@arcblock/jwt": "^1.27.15",
|
|
34
|
-
"@blocklet/constant": "1.17.7-beta-
|
|
34
|
+
"@blocklet/constant": "1.17.7-beta-20251225-073259-cb6ecf68",
|
|
35
35
|
"@ocap/asset": "^1.27.15",
|
|
36
36
|
"@ocap/mcrypto": "^1.27.15",
|
|
37
37
|
"@ocap/types": "^1.27.15",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"ts-node": "^10.9.1",
|
|
80
80
|
"typescript": "^5.6.3"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "16715912460ed534e1e023d7e968714e3990051d"
|
|
83
83
|
}
|