@blocklet/meta 1.16.44-beta-20250523-232943-369d21c5 → 1.16.44-beta-20250524-065731-c62fd374
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 -12
- package/package.json +5 -5
package/lib/schema.js
CHANGED
|
@@ -787,18 +787,6 @@ const createBlockletSchema = (baseDir, { ensureFiles = false, ensureDist = false
|
|
|
787
787
|
}
|
|
788
788
|
data.files.push(dockerfile);
|
|
789
789
|
}
|
|
790
|
-
if (docker.volumes) {
|
|
791
|
-
for (const volume of docker.volumes) {
|
|
792
|
-
if (!volume.startsWith('$BLOCKLET_APP_DIR/') && !volume.startsWith('$BLOCKLET_DATA_DIR/')) {
|
|
793
|
-
// @ts-ignore
|
|
794
|
-
return helper.message('Volume must start with $BLOCKLET_APP_DIR or $BLOCKLET_DATA_DIR');
|
|
795
|
-
}
|
|
796
|
-
if (volume.indexOf('..') > -1) {
|
|
797
|
-
// @ts-ignore
|
|
798
|
-
return helper.message('Volume cannot contain ".."');
|
|
799
|
-
}
|
|
800
|
-
}
|
|
801
|
-
}
|
|
802
790
|
}
|
|
803
791
|
let cacheError;
|
|
804
792
|
if ((0, did_1.isValid)(did)) {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.44-beta-
|
|
6
|
+
"version": "1.16.44-beta-20250524-065731-c62fd374",
|
|
7
7
|
"description": "Library to parse/validate/fix blocklet meta",
|
|
8
8
|
"main": "./lib/index.js",
|
|
9
9
|
"typings": "./lib/index.d.ts",
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
"author": "wangshijun <wangshijun2020@gmail.com> (http://github.com/wangshijun)",
|
|
26
26
|
"license": "Apache-2.0",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@abtnode/constant": "1.16.44-beta-
|
|
29
|
-
"@abtnode/docker-utils": "1.16.44-beta-
|
|
28
|
+
"@abtnode/constant": "1.16.44-beta-20250524-065731-c62fd374",
|
|
29
|
+
"@abtnode/docker-utils": "1.16.44-beta-20250524-065731-c62fd374",
|
|
30
30
|
"@arcblock/did": "1.20.11",
|
|
31
31
|
"@arcblock/did-ext": "1.20.11",
|
|
32
32
|
"@arcblock/did-util": "1.20.11",
|
|
33
33
|
"@arcblock/jwt": "1.20.11",
|
|
34
|
-
"@blocklet/constant": "1.16.44-beta-
|
|
34
|
+
"@blocklet/constant": "1.16.44-beta-20250524-065731-c62fd374",
|
|
35
35
|
"@ocap/asset": "1.20.11",
|
|
36
36
|
"@ocap/mcrypto": "1.20.11",
|
|
37
37
|
"@ocap/types": "1.20.11",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"ts-node": "^10.9.1",
|
|
82
82
|
"typescript": "^5.6.3"
|
|
83
83
|
},
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "812c62f29aefa6760946a0c3e8c3e3181b6d2f3f"
|
|
85
85
|
}
|