@willbooster/shared-lib-node 8.3.3 → 8.5.0
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 +33 -43
- /package/dist/{env.d.ts → packages/shared-lib-node/src/env.d.ts} +0 -0
- /package/dist/{errno.d.ts → packages/shared-lib-node/src/errno.d.ts} +0 -0
- /package/dist/{exists.d.ts → packages/shared-lib-node/src/exists.d.ts} +0 -0
- /package/dist/{hash.d.ts → packages/shared-lib-node/src/hash.d.ts} +0 -0
- /package/dist/{index.d.ts → packages/shared-lib-node/src/index.d.ts} +0 -0
- /package/dist/{processTree.d.ts → packages/shared-lib-node/src/processTree.d.ts} +0 -0
- /package/dist/{spawn.d.ts → packages/shared-lib-node/src/spawn.d.ts} +0 -0
- /package/dist/{treeKill.d.ts → packages/shared-lib-node/src/treeKill.d.ts} +0 -0
package/package.json
CHANGED
|
@@ -1,16 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@willbooster/shared-lib-node",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.5.0",
|
|
4
4
|
"description": "Shared library for WillBooster Node.js projects",
|
|
5
|
+
"license": "Apache-2.0",
|
|
6
|
+
"author": "WillBooster Inc.",
|
|
5
7
|
"repository": {
|
|
6
8
|
"type": "git",
|
|
7
9
|
"url": "git+https://github.com/WillBooster/shared.git",
|
|
8
10
|
"directory": "packages/shared-lib-node"
|
|
9
11
|
},
|
|
10
|
-
"
|
|
11
|
-
|
|
12
|
-
|
|
12
|
+
"files": [
|
|
13
|
+
"bin/",
|
|
14
|
+
"dist/"
|
|
15
|
+
],
|
|
13
16
|
"type": "module",
|
|
17
|
+
"sideEffects": false,
|
|
18
|
+
"main": "dist/index.cjs",
|
|
19
|
+
"module": "dist/index.js",
|
|
20
|
+
"types": "dist/index.d.ts",
|
|
14
21
|
"exports": {
|
|
15
22
|
".": {
|
|
16
23
|
"types": "./dist/index.d.ts",
|
|
@@ -23,62 +30,45 @@
|
|
|
23
30
|
"import": "./src/index.ts"
|
|
24
31
|
}
|
|
25
32
|
},
|
|
26
|
-
"
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
"files": [
|
|
30
|
-
"bin/",
|
|
31
|
-
"dist/"
|
|
32
|
-
],
|
|
33
|
+
"publishConfig": {
|
|
34
|
+
"access": "public"
|
|
35
|
+
},
|
|
33
36
|
"scripts": {
|
|
34
37
|
"build": "build-ts lib",
|
|
35
38
|
"check-all-for-ai": "yarn check-for-ai && yarn test",
|
|
36
|
-
"check-for-ai": "yarn install > /dev/null && yarn format > /dev/null 2> /dev/null || true && yarn
|
|
39
|
+
"check-for-ai": "yarn install > /dev/null && yarn format > /dev/null 2> /dev/null || true && yarn lint-fix --quiet",
|
|
37
40
|
"cleanup": "yarn format && yarn lint-fix",
|
|
38
|
-
"format": "sort-package-json && yarn prettify",
|
|
39
|
-
"
|
|
41
|
+
"format": "sort-package-json && yarn format-code && yarn prettify",
|
|
42
|
+
"format-code": "oxfmt --write --no-error-on-unmatched-pattern .",
|
|
43
|
+
"lint": "oxlint --no-error-on-unmatched-pattern .",
|
|
40
44
|
"lint-fix": "yarn lint --fix",
|
|
41
|
-
"prettify": "prettier --cache --color --write \"**/{.*/,}*.{
|
|
45
|
+
"prettify": "prettier --cache --color --no-error-on-unmatched-pattern --write \"**/{.*/,}*.{java}\" \"!**/test{-,/}fixtures/**\" || true",
|
|
42
46
|
"test": "vitest test/",
|
|
43
|
-
"typecheck": "
|
|
47
|
+
"typecheck": "tsgo --noEmit",
|
|
44
48
|
"verify-code": "yarn workspace @willbooster/wb start --working-dir \"$INIT_CWD\" verify-code",
|
|
45
49
|
"verify-code-with-tests": "yarn verify-code && yarn test"
|
|
46
50
|
},
|
|
47
|
-
"prettier": "@willbooster/prettier-config",
|
|
48
51
|
"dependencies": {
|
|
49
|
-
"dotenv": "17.
|
|
52
|
+
"dotenv": "17.4.1",
|
|
50
53
|
"dotenv-expand": "12.0.3"
|
|
51
54
|
},
|
|
52
55
|
"devDependencies": {
|
|
53
|
-
"@eslint/js": "^10.0.1",
|
|
54
56
|
"@tsconfig/node-lts": "24.0.0",
|
|
55
57
|
"@tsconfig/node-ts": "23.6.4",
|
|
56
|
-
"@types/bun": "1.3.
|
|
57
|
-
"@types/
|
|
58
|
-
"@
|
|
59
|
-
"@
|
|
60
|
-
"@willbooster/
|
|
58
|
+
"@types/bun": "1.3.11",
|
|
59
|
+
"@types/node": "25.6.0",
|
|
60
|
+
"@typescript/native-preview": "7.0.0-dev.20260415.1",
|
|
61
|
+
"@willbooster/oxfmt-config": "1.2.0",
|
|
62
|
+
"@willbooster/oxlint-config": "1.4.0",
|
|
61
63
|
"@willbooster/prettier-config": "10.4.0",
|
|
62
|
-
"build-ts": "17.0.
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"eslint-plugin-import-x": "4.16.2",
|
|
68
|
-
"eslint-plugin-sort-class-members": "1.22.1",
|
|
69
|
-
"eslint-plugin-sort-destructure-keys": "3.0.0",
|
|
70
|
-
"eslint-plugin-unicorn": "64.0.0",
|
|
71
|
-
"eslint-plugin-unused-imports": "4.4.1",
|
|
72
|
-
"globals": "17.4.0",
|
|
73
|
-
"micromatch": "4.0.8",
|
|
74
|
-
"prettier": "3.8.1",
|
|
64
|
+
"build-ts": "17.0.26",
|
|
65
|
+
"oxfmt": "0.45.0",
|
|
66
|
+
"oxlint": "1.60.0",
|
|
67
|
+
"oxlint-tsgolint": "0.21.0",
|
|
68
|
+
"prettier": "3.8.2",
|
|
75
69
|
"prettier-plugin-java": "2.8.1",
|
|
76
70
|
"sort-package-json": "3.6.1",
|
|
77
|
-
"
|
|
78
|
-
"typescript-eslint": "8.58.0",
|
|
79
|
-
"vitest": "4.0.18"
|
|
71
|
+
"vitest": "4.1.4"
|
|
80
72
|
},
|
|
81
|
-
"
|
|
82
|
-
"access": "public"
|
|
83
|
-
}
|
|
73
|
+
"prettier": "@willbooster/prettier-config"
|
|
84
74
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|