@abtnode/core 1.8.69-beta-b0bb2d67 → 1.8.69-beta-76f8a46f
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/api/team.js +2 -2
- package/lib/blocklet/downloader/resolve-download.js +31 -0
- package/lib/blocklet/manager/base.js +8 -16
- package/lib/blocklet/manager/disk.js +367 -1659
- package/lib/blocklet/manager/helper/{install-from-backup.js → install-application-from-backup.js} +26 -19
- package/lib/blocklet/manager/helper/install-application-from-dev.js +94 -0
- package/lib/blocklet/manager/helper/install-application-from-general.js +188 -0
- package/lib/blocklet/manager/helper/install-component-from-dev.js +80 -0
- package/lib/blocklet/manager/helper/install-component-from-upload.js +181 -0
- package/lib/blocklet/manager/helper/install-component-from-url.js +173 -0
- package/lib/blocklet/manager/helper/migrate-application-to-struct-v2.js +377 -0
- package/lib/blocklet/manager/helper/upgrade-components.js +152 -0
- package/lib/blocklet/storage/backup/spaces.js +14 -14
- package/lib/index.js +7 -7
- package/lib/router/helper.js +5 -7
- package/lib/states/blocklet-extras.js +44 -0
- package/lib/states/blocklet.js +56 -4
- package/lib/states/node.js +1 -0
- package/lib/states/site.js +15 -6
- package/lib/team/manager.js +5 -0
- package/lib/util/blocklet.js +177 -132
- package/lib/util/get-domain-for-blocklet.js +5 -14
- package/lib/util/get-meta-from-url.js +33 -0
- package/lib/util/index.js +0 -5
- package/lib/util/store.js +44 -6
- package/lib/webhook/sender/wallet/index.js +3 -0
- package/package.json +26 -26
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.8.69-beta-
|
|
6
|
+
"version": "1.8.69-beta-76f8a46f",
|
|
7
7
|
"description": "",
|
|
8
8
|
"main": "lib/index.js",
|
|
9
9
|
"files": [
|
|
@@ -19,33 +19,33 @@
|
|
|
19
19
|
"author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
|
|
20
20
|
"license": "MIT",
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@abtnode/auth": "1.8.69-beta-
|
|
23
|
-
"@abtnode/certificate-manager": "1.8.69-beta-
|
|
24
|
-
"@abtnode/constant": "1.8.69-beta-
|
|
25
|
-
"@abtnode/cron": "1.8.69-beta-
|
|
26
|
-
"@abtnode/db": "1.8.69-beta-
|
|
27
|
-
"@abtnode/logger": "1.8.69-beta-
|
|
28
|
-
"@abtnode/queue": "1.8.69-beta-
|
|
29
|
-
"@abtnode/rbac": "1.8.69-beta-
|
|
30
|
-
"@abtnode/router-provider": "1.8.69-beta-
|
|
31
|
-
"@abtnode/static-server": "1.8.69-beta-
|
|
32
|
-
"@abtnode/timemachine": "1.8.69-beta-
|
|
33
|
-
"@abtnode/util": "1.8.69-beta-
|
|
34
|
-
"@arcblock/did": "1.18.
|
|
22
|
+
"@abtnode/auth": "1.8.69-beta-76f8a46f",
|
|
23
|
+
"@abtnode/certificate-manager": "1.8.69-beta-76f8a46f",
|
|
24
|
+
"@abtnode/constant": "1.8.69-beta-76f8a46f",
|
|
25
|
+
"@abtnode/cron": "1.8.69-beta-76f8a46f",
|
|
26
|
+
"@abtnode/db": "1.8.69-beta-76f8a46f",
|
|
27
|
+
"@abtnode/logger": "1.8.69-beta-76f8a46f",
|
|
28
|
+
"@abtnode/queue": "1.8.69-beta-76f8a46f",
|
|
29
|
+
"@abtnode/rbac": "1.8.69-beta-76f8a46f",
|
|
30
|
+
"@abtnode/router-provider": "1.8.69-beta-76f8a46f",
|
|
31
|
+
"@abtnode/static-server": "1.8.69-beta-76f8a46f",
|
|
32
|
+
"@abtnode/timemachine": "1.8.69-beta-76f8a46f",
|
|
33
|
+
"@abtnode/util": "1.8.69-beta-76f8a46f",
|
|
34
|
+
"@arcblock/did": "1.18.58",
|
|
35
35
|
"@arcblock/did-motif": "^1.1.10",
|
|
36
|
-
"@arcblock/did-util": "1.18.
|
|
37
|
-
"@arcblock/event-hub": "1.18.
|
|
38
|
-
"@arcblock/jwt": "^1.18.
|
|
36
|
+
"@arcblock/did-util": "1.18.58",
|
|
37
|
+
"@arcblock/event-hub": "1.18.58",
|
|
38
|
+
"@arcblock/jwt": "^1.18.58",
|
|
39
39
|
"@arcblock/pm2-events": "^0.0.5",
|
|
40
|
-
"@arcblock/vc": "1.18.
|
|
41
|
-
"@blocklet/constant": "1.8.69-beta-
|
|
42
|
-
"@blocklet/meta": "1.8.69-beta-
|
|
43
|
-
"@blocklet/sdk": "1.8.69-beta-
|
|
44
|
-
"@did-space/client": "^0.2.
|
|
40
|
+
"@arcblock/vc": "1.18.58",
|
|
41
|
+
"@blocklet/constant": "1.8.69-beta-76f8a46f",
|
|
42
|
+
"@blocklet/meta": "1.8.69-beta-76f8a46f",
|
|
43
|
+
"@blocklet/sdk": "1.8.69-beta-76f8a46f",
|
|
44
|
+
"@did-space/client": "^0.2.33",
|
|
45
45
|
"@fidm/x509": "^1.2.1",
|
|
46
|
-
"@ocap/mcrypto": "1.18.
|
|
47
|
-
"@ocap/util": "1.18.
|
|
48
|
-
"@ocap/wallet": "1.18.
|
|
46
|
+
"@ocap/mcrypto": "1.18.58",
|
|
47
|
+
"@ocap/util": "1.18.58",
|
|
48
|
+
"@ocap/wallet": "1.18.58",
|
|
49
49
|
"@slack/webhook": "^5.0.4",
|
|
50
50
|
"archiver": "^5.3.1",
|
|
51
51
|
"axios": "^0.27.2",
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"express": "^4.18.2",
|
|
90
90
|
"jest": "^27.5.1"
|
|
91
91
|
},
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "07415e674443b85648ea80b734f7a3690abfc15e"
|
|
93
93
|
}
|