@blocklet/env 1.16.13-beta-118c3420 → 1.16.13-beta-a83ad86d
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/util.js +1 -1
- package/package.json +3 -3
package/lib/util.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.parseEnv = exports.getBlockletPreferences = exports.getBlockletLanguages = void 0;
|
|
4
4
|
const constant_1 = require("@blocklet/constant");
|
|
5
|
-
function getBlockletLanguages(langs = 'en') {
|
|
5
|
+
function getBlockletLanguages(langs = 'en,zh') {
|
|
6
6
|
const languages = (langs || 'en')
|
|
7
7
|
.split(',')
|
|
8
8
|
.map((x) => x.trim())
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.13-beta-
|
|
6
|
+
"version": "1.16.13-beta-a83ad86d",
|
|
7
7
|
"description": "Blocklet environment parser and provider",
|
|
8
8
|
"main": "lib/index.js",
|
|
9
9
|
"typings": "lib/index.d.ts",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"author": "linchen1987 <linchen.1987@foxmail.com> (http://github.com/linchen1987)",
|
|
24
24
|
"license": "Apache-2.0",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@blocklet/constant": "1.16.13-beta-
|
|
26
|
+
"@blocklet/constant": "1.16.13-beta-a83ad86d"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@arcblock/eslint-config-ts": "^0.2.4",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"ts-jest": "^27.1.5",
|
|
38
38
|
"typescript": "^5.0.4"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "dc2a4f7d5b55da109ebf873d8aa4d24f27a088c9"
|
|
41
41
|
}
|