@abtnode/core 1.16.17-beta-ce49fe0e → 1.16.17-beta-2ac96448
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.
|
@@ -97,12 +97,14 @@ class BlockletBackup extends BaseBackup {
|
|
|
97
97
|
(e) => e.key === BLOCKLET_CONFIGURABLE_KEY.BLOCKLET_APP_LOGO_SQUARE
|
|
98
98
|
)?.value;
|
|
99
99
|
const appDir = this.blocklet.environments.find((e) => e.key === 'BLOCKLET_APP_DIR')?.value;
|
|
100
|
+
const dataDir = this.blocklet.environments.find((e) => e.key === 'BLOCKLET_DATA_DIR')?.value;
|
|
100
101
|
const logo = this.blocklet?.meta?.logo;
|
|
101
102
|
const defaultLogoPath = join(this.serverDir, 'data', this.blocklet.meta.name, 'logo.svg');
|
|
102
103
|
|
|
103
104
|
const logoUrl = await getLogoUrl({
|
|
104
105
|
customLogoSquareUrl,
|
|
105
106
|
appDir,
|
|
107
|
+
dataDir,
|
|
106
108
|
logo,
|
|
107
109
|
defaultLogoPath,
|
|
108
110
|
});
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.17-beta-
|
|
6
|
+
"version": "1.16.17-beta-2ac96448",
|
|
7
7
|
"description": "",
|
|
8
8
|
"main": "lib/index.js",
|
|
9
9
|
"files": [
|
|
@@ -19,19 +19,19 @@
|
|
|
19
19
|
"author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
|
|
20
20
|
"license": "Apache-2.0",
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@abtnode/analytics": "1.16.17-beta-
|
|
23
|
-
"@abtnode/auth": "1.16.17-beta-
|
|
24
|
-
"@abtnode/certificate-manager": "1.16.17-beta-
|
|
25
|
-
"@abtnode/constant": "1.16.17-beta-
|
|
26
|
-
"@abtnode/cron": "1.16.17-beta-
|
|
27
|
-
"@abtnode/logger": "1.16.17-beta-
|
|
28
|
-
"@abtnode/models": "1.16.17-beta-
|
|
29
|
-
"@abtnode/queue": "1.16.17-beta-
|
|
30
|
-
"@abtnode/rbac": "1.16.17-beta-
|
|
31
|
-
"@abtnode/router-provider": "1.16.17-beta-
|
|
32
|
-
"@abtnode/static-server": "1.16.17-beta-
|
|
33
|
-
"@abtnode/timemachine": "1.16.17-beta-
|
|
34
|
-
"@abtnode/util": "1.16.17-beta-
|
|
22
|
+
"@abtnode/analytics": "1.16.17-beta-2ac96448",
|
|
23
|
+
"@abtnode/auth": "1.16.17-beta-2ac96448",
|
|
24
|
+
"@abtnode/certificate-manager": "1.16.17-beta-2ac96448",
|
|
25
|
+
"@abtnode/constant": "1.16.17-beta-2ac96448",
|
|
26
|
+
"@abtnode/cron": "1.16.17-beta-2ac96448",
|
|
27
|
+
"@abtnode/logger": "1.16.17-beta-2ac96448",
|
|
28
|
+
"@abtnode/models": "1.16.17-beta-2ac96448",
|
|
29
|
+
"@abtnode/queue": "1.16.17-beta-2ac96448",
|
|
30
|
+
"@abtnode/rbac": "1.16.17-beta-2ac96448",
|
|
31
|
+
"@abtnode/router-provider": "1.16.17-beta-2ac96448",
|
|
32
|
+
"@abtnode/static-server": "1.16.17-beta-2ac96448",
|
|
33
|
+
"@abtnode/timemachine": "1.16.17-beta-2ac96448",
|
|
34
|
+
"@abtnode/util": "1.16.17-beta-2ac96448",
|
|
35
35
|
"@arcblock/did": "1.18.92",
|
|
36
36
|
"@arcblock/did-auth": "1.18.92",
|
|
37
37
|
"@arcblock/did-ext": "^1.18.92",
|
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
"@arcblock/pm2-events": "^0.0.5",
|
|
43
43
|
"@arcblock/validator": "^1.18.92",
|
|
44
44
|
"@arcblock/vc": "1.18.92",
|
|
45
|
-
"@blocklet/constant": "1.16.17-beta-
|
|
46
|
-
"@blocklet/env": "1.16.17-beta-
|
|
47
|
-
"@blocklet/meta": "1.16.17-beta-
|
|
48
|
-
"@blocklet/resolver": "1.16.17-beta-
|
|
49
|
-
"@blocklet/sdk": "1.16.17-beta-
|
|
45
|
+
"@blocklet/constant": "1.16.17-beta-2ac96448",
|
|
46
|
+
"@blocklet/env": "1.16.17-beta-2ac96448",
|
|
47
|
+
"@blocklet/meta": "1.16.17-beta-2ac96448",
|
|
48
|
+
"@blocklet/resolver": "1.16.17-beta-2ac96448",
|
|
49
|
+
"@blocklet/sdk": "1.16.17-beta-2ac96448",
|
|
50
50
|
"@did-space/client": "^0.3.11",
|
|
51
51
|
"@fidm/x509": "^1.2.1",
|
|
52
52
|
"@ocap/mcrypto": "1.18.92",
|
|
@@ -101,5 +101,5 @@
|
|
|
101
101
|
"jest": "^27.5.1",
|
|
102
102
|
"unzipper": "^0.10.11"
|
|
103
103
|
},
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "3f18c2e1dd086879b22faf92b6b6954898ed72ef"
|
|
105
105
|
}
|