@abtnode/util 1.16.45-beta-20250625-064956-91b0fb8f → 1.16.45-beta-20250625-103530-e1f5b0b8
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/upload-component.js +3 -0
- package/package.json +6 -6
package/lib/upload-component.js
CHANGED
|
@@ -225,6 +225,9 @@ const generateBlockletMeta = async (destDir, baseName, indexPath, user) => {
|
|
|
225
225
|
proxyBehavior: 'service',
|
|
226
226
|
},
|
|
227
227
|
],
|
|
228
|
+
capabilities: {
|
|
229
|
+
navigation: false,
|
|
230
|
+
},
|
|
228
231
|
};
|
|
229
232
|
|
|
230
233
|
const metaPath = path.join(destDir, BLOCKLET_BUNDLE_FOLDER_NAME, BLOCKLET_META_FILE);
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.45-beta-20250625-
|
|
6
|
+
"version": "1.16.45-beta-20250625-103530-e1f5b0b8",
|
|
7
7
|
"description": "ArcBlock's JavaScript utility",
|
|
8
8
|
"main": "lib/index.js",
|
|
9
9
|
"files": [
|
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
"author": "polunzh <polunzh@gmail.com> (http://github.com/polunzh)",
|
|
19
19
|
"license": "Apache-2.0",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@abtnode/constant": "1.16.45-beta-20250625-
|
|
22
|
-
"@abtnode/db-cache": "1.16.45-beta-20250625-
|
|
21
|
+
"@abtnode/constant": "1.16.45-beta-20250625-103530-e1f5b0b8",
|
|
22
|
+
"@abtnode/db-cache": "1.16.45-beta-20250625-103530-e1f5b0b8",
|
|
23
23
|
"@arcblock/did": "1.20.14",
|
|
24
24
|
"@arcblock/pm2": "^5.4.0",
|
|
25
|
-
"@blocklet/constant": "1.16.45-beta-20250625-
|
|
25
|
+
"@blocklet/constant": "1.16.45-beta-20250625-103530-e1f5b0b8",
|
|
26
26
|
"@blocklet/error": "^0.2.5",
|
|
27
|
-
"@blocklet/meta": "1.16.45-beta-20250625-
|
|
27
|
+
"@blocklet/meta": "1.16.45-beta-20250625-103530-e1f5b0b8",
|
|
28
28
|
"@blocklet/xss": "^0.1.36",
|
|
29
29
|
"@ocap/client": "1.20.14",
|
|
30
30
|
"@ocap/mcrypto": "1.20.14",
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"fs-extra": "^11.2.0",
|
|
90
90
|
"jest": "^29.7.0"
|
|
91
91
|
},
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "68ba563213161265ceb38eaec06d43454a341f48"
|
|
93
93
|
}
|