@blocklet/constant 1.16.54-beta-20251024-030947-6f2889bf → 1.16.54-beta-20251027-105624-dfa978f8
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 +4 -7
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-20251027-105624-dfa978f8",
|
|
7
7
|
"description": "Blocklet constants",
|
|
8
8
|
"main": "index.js",
|
|
9
9
|
"type": "commonjs",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"scripts": {
|
|
16
16
|
"lint": "eslint tests lib",
|
|
17
17
|
"lint:fix": "npm run lint -- --fix",
|
|
18
|
-
"test": "bun test",
|
|
19
|
-
"coverage": "bun test --coverage",
|
|
18
|
+
"test": "bun test --bail --timeout 30000",
|
|
19
|
+
"coverage": "bun test --bail --timeout 30000 --coverage",
|
|
20
20
|
"clean": "rm -f index.d.ts index.js",
|
|
21
21
|
"build:blocklet-constant": "npm run build",
|
|
22
22
|
"build": "npm run clean && npx dts-bundle-generator -o index.d.ts lib/index.ts && npx esbuild lib/index.ts --bundle --outfile=index.js --platform=node --format=cjs"
|
|
@@ -25,16 +25,13 @@
|
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@arcblock/eslint-config-ts": "^0.3.3",
|
|
28
|
-
"@types/jest": "^29.5.13",
|
|
29
28
|
"@types/node": "^22.7.5",
|
|
30
29
|
"@typescript-eslint/eslint-plugin": "^5.42.0",
|
|
31
30
|
"@typescript-eslint/parser": "^5.42.0",
|
|
32
31
|
"dts-bundle-generator": "^9.2.3",
|
|
33
32
|
"eslint": "^8.57.0",
|
|
34
|
-
"jest": "^29.7.0",
|
|
35
33
|
"prettier": "^3.3.2",
|
|
36
|
-
"ts-jest": "^29.2.5",
|
|
37
34
|
"typescript": "^5.6.3"
|
|
38
35
|
},
|
|
39
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "03b0bb26807c6c427ca700f48566ecc913f1353e"
|
|
40
37
|
}
|