@blocklet/constant 1.16.32-beta-f35ca4b8 → 1.16.32-beta-76103be3
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 +1 -0
- package/index.js +3 -0
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -978,6 +978,7 @@ export declare const APP_CONFIG_DIR = "/.config";
|
|
|
978
978
|
export declare const APP_CONFIG_PUBLIC_DIR = "/.config/public";
|
|
979
979
|
export declare const APP_CONFIG_FILE_PATH = "/.config/config.json";
|
|
980
980
|
export declare const COMPONENT_ENV_FILE_NAME = "env";
|
|
981
|
+
export declare const COMPONENT_DOCKER_ENV_FILE_NAME = "docker-env";
|
|
981
982
|
export declare const MAX_TITLE_LENGTH = 40;
|
|
982
983
|
export declare const BLOCKLET_OPENEMBED_PREFIX = "/.well-known/blocklet/openembed";
|
|
983
984
|
|
package/index.js
CHANGED
|
@@ -76,6 +76,7 @@ __export(lib_exports, {
|
|
|
76
76
|
CHAIN_INFO_CONFIG: () => CHAIN_INFO_CONFIG,
|
|
77
77
|
CHAIN_PROP_MAP: () => CHAIN_PROP_MAP,
|
|
78
78
|
CHAIN_PROP_MAP_REVERSE: () => CHAIN_PROP_MAP_REVERSE,
|
|
79
|
+
COMPONENT_DOCKER_ENV_FILE_NAME: () => COMPONENT_DOCKER_ENV_FILE_NAME,
|
|
79
80
|
COMPONENT_ENV_FILE_NAME: () => COMPONENT_ENV_FILE_NAME,
|
|
80
81
|
DID_SPACES: () => DID_SPACES,
|
|
81
82
|
LOGIN_PROVIDER: () => LOGIN_PROVIDER,
|
|
@@ -1118,6 +1119,7 @@ var APP_CONFIG_DIR = "/.config";
|
|
|
1118
1119
|
var APP_CONFIG_PUBLIC_DIR = "/.config/public";
|
|
1119
1120
|
var APP_CONFIG_FILE_PATH = "/.config/config.json";
|
|
1120
1121
|
var COMPONENT_ENV_FILE_NAME = "env";
|
|
1122
|
+
var COMPONENT_DOCKER_ENV_FILE_NAME = "docker-env";
|
|
1121
1123
|
var MAX_TITLE_LENGTH = 40;
|
|
1122
1124
|
var BLOCKLET_OPENEMBED_PREFIX = "/.well-known/blocklet/openembed";
|
|
1123
1125
|
// Annotate the CommonJS export names for ESM import in node:
|
|
@@ -1179,6 +1181,7 @@ var BLOCKLET_OPENEMBED_PREFIX = "/.well-known/blocklet/openembed";
|
|
|
1179
1181
|
CHAIN_INFO_CONFIG,
|
|
1180
1182
|
CHAIN_PROP_MAP,
|
|
1181
1183
|
CHAIN_PROP_MAP_REVERSE,
|
|
1184
|
+
COMPONENT_DOCKER_ENV_FILE_NAME,
|
|
1182
1185
|
COMPONENT_ENV_FILE_NAME,
|
|
1183
1186
|
DID_SPACES,
|
|
1184
1187
|
LOGIN_PROVIDER,
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.32-beta-
|
|
6
|
+
"version": "1.16.32-beta-76103be3",
|
|
7
7
|
"description": "Blocklet constants",
|
|
8
8
|
"main": "index.js",
|
|
9
9
|
"type": "commonjs",
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"ts-jest": "^29.1.1",
|
|
37
37
|
"typescript": "^5.0.4"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "6d7afe107a349b1267b29e7f2216db9997085015"
|
|
40
40
|
}
|