@blocklet/env 1.16.54-beta-20251024-030947-6f2889bf → 1.16.54-beta-20251028-073105-3ed10cef
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/package.json +5 -8
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.54-beta-
|
|
6
|
+
"version": "1.16.54-beta-20251028-073105-3ed10cef",
|
|
7
7
|
"description": "Blocklet environment parser and provider",
|
|
8
8
|
"main": "lib/index.js",
|
|
9
9
|
"typings": "lib/index.d.ts",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"verify": "npm run lint:fix && npm run test && npm run build",
|
|
15
15
|
"lint": "eslint src tests",
|
|
16
16
|
"lint:fix": "npm run lint -- --fix",
|
|
17
|
-
"test": "bun test",
|
|
18
|
-
"coverage": "bun test --coverage",
|
|
17
|
+
"test": "bun test --bail --timeout 30000",
|
|
18
|
+
"coverage": "bun test --bail --timeout 30000 --coverage",
|
|
19
19
|
"clean": "rm -fr lib",
|
|
20
20
|
"build:blocklet-env": "npm run build",
|
|
21
21
|
"build": "tsc",
|
|
@@ -24,19 +24,16 @@
|
|
|
24
24
|
"author": "linchen1987 <linchen.1987@foxmail.com> (http://github.com/linchen1987)",
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@blocklet/constant": "1.16.54-beta-
|
|
27
|
+
"@blocklet/constant": "1.16.54-beta-20251028-073105-3ed10cef"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@arcblock/eslint-config-ts": "^0.3.3",
|
|
31
|
-
"@types/jest": "^29.5.13",
|
|
32
31
|
"@types/node": "^22.7.5",
|
|
33
32
|
"@typescript-eslint/eslint-plugin": "^5.42.0",
|
|
34
33
|
"@typescript-eslint/parser": "^5.42.0",
|
|
35
34
|
"eslint": "^8.57.0",
|
|
36
|
-
"jest": "^29.7.0",
|
|
37
35
|
"prettier": "^3.3.2",
|
|
38
|
-
"ts-jest": "^29.2.5",
|
|
39
36
|
"typescript": "^5.6.3"
|
|
40
37
|
},
|
|
41
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "3002dd309759dd23c921b098b9edbef08838b734"
|
|
42
39
|
}
|