@abtnode/docker-utils 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 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abtnode/docker-utils",
|
|
3
|
-
"version": "1.16.54-beta-
|
|
3
|
+
"version": "1.16.54-beta-20251027-105624-dfa978f8",
|
|
4
4
|
"description": "Docker utils",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -20,7 +20,8 @@
|
|
|
20
20
|
"ts-check": "npx tsc --noemit --skipLibCheck --incremental --tsBuildInfoFile './node_modules/.tsbuildinfo'",
|
|
21
21
|
"lint": "npm run ts-check && eslint src",
|
|
22
22
|
"lint:fix": "npm run lint -- --fix",
|
|
23
|
-
"test": "
|
|
23
|
+
"test": "bun test --bail --timeout 30000",
|
|
24
|
+
"coverage": "bun test --bail --timeout 30000 --coverage",
|
|
24
25
|
"build": "unbuild",
|
|
25
26
|
"build:docker-utils": "npm run build"
|
|
26
27
|
},
|
|
@@ -32,18 +33,15 @@
|
|
|
32
33
|
},
|
|
33
34
|
"devDependencies": {
|
|
34
35
|
"@arcblock/eslint-config-ts": "^0.3.3",
|
|
35
|
-
"@types/jest": "^29.5.13",
|
|
36
36
|
"@types/joi": "^17.2.3",
|
|
37
37
|
"@types/js-yaml": "^4.0.9",
|
|
38
38
|
"@types/node": "^22.7.5",
|
|
39
39
|
"@typescript-eslint/eslint-plugin": "^5.42.0",
|
|
40
40
|
"@typescript-eslint/parser": "^5.42.0",
|
|
41
41
|
"eslint": "^8.57.0",
|
|
42
|
-
"jest": "^29.7.0",
|
|
43
42
|
"prettier": "^3.3.2",
|
|
44
|
-
"ts-jest": "^29.2.5",
|
|
45
43
|
"typescript": "^5.6.3",
|
|
46
44
|
"unbuild": "^2.0.0"
|
|
47
45
|
},
|
|
48
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "03b0bb26807c6c427ca700f48566ecc913f1353e"
|
|
49
47
|
}
|