@blocklet/constant 1.16.16-beta-2e5e3db7 → 1.16.16-beta-cfa95fa6
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/index.d.ts +2 -0
- package/index.js +2 -0
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -117,6 +117,8 @@ export declare const BLOCKLET_CONFIGURABLE_KEY: {
|
|
|
117
117
|
BLOCKLET_PASSPORT_COLOR: string;
|
|
118
118
|
BLOCKLET_WALLET_TYPE: string;
|
|
119
119
|
BLOCKLET_DELETABLE: string;
|
|
120
|
+
BLOCKLET_APP_COPYRIGHT_OWNER: string;
|
|
121
|
+
BLOCKLET_APP_COPYRIGHT_YEAR: string;
|
|
120
122
|
BLOCKLET_APP_SPACE_ENDPOINT: string;
|
|
121
123
|
BLOCKLET_APP_SPACES_URL: string;
|
|
122
124
|
BLOCKLET_APP_BACKUP_ENDPOINT: string;
|
package/index.js
CHANGED
|
@@ -190,6 +190,8 @@ exports.BLOCKLET_CONFIGURABLE_KEY = {
|
|
|
190
190
|
BLOCKLET_PASSPORT_COLOR: 'BLOCKLET_PASSPORT_COLOR',
|
|
191
191
|
BLOCKLET_WALLET_TYPE: 'BLOCKLET_WALLET_TYPE',
|
|
192
192
|
BLOCKLET_DELETABLE: 'BLOCKLET_DELETABLE',
|
|
193
|
+
BLOCKLET_APP_COPYRIGHT_OWNER: 'BLOCKLET_APP_COPYRIGHT_OWNER',
|
|
194
|
+
BLOCKLET_APP_COPYRIGHT_YEAR: 'BLOCKLET_APP_COPYRIGHT_YEAR',
|
|
193
195
|
// 应用使用 DID Spaces 存储 文件/nft 的时候使用的环境变量
|
|
194
196
|
BLOCKLET_APP_SPACE_ENDPOINT: 'BLOCKLET_APP_SPACE_ENDPOINT',
|
|
195
197
|
BLOCKLET_APP_SPACES_URL: 'BLOCKLET_APP_SPACES_URL',
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.16-beta-
|
|
6
|
+
"version": "1.16.16-beta-cfa95fa6",
|
|
7
7
|
"description": "Blocklet constants",
|
|
8
8
|
"main": "index.js",
|
|
9
9
|
"files": [
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"ts-jest": "^27.1.5",
|
|
33
33
|
"typescript": "^5.0.4"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "7c554d38470156df47f8bc5bc6da1e359b007552"
|
|
36
36
|
}
|