@jujulego/jill 3.0.9 → 3.0.10
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/dist/flat-job-plan.js +1 -1
- package/dist/flat-job-tree.js +1 -1
- package/dist/index.js +1 -1
- package/dist/inked.js +216 -101
- package/dist/inked.js.map +1 -1
- package/dist/instrument.js +1 -1
- package/dist/job-command-execute.ink.js +2 -2
- package/dist/job-plan.js +2 -2
- package/dist/job-plan.json.js +2 -2
- package/dist/list.ink.js +2 -2
- package/dist/main.js +298 -213
- package/dist/main.js.map +1 -1
- package/dist/planner.service.js +2 -2
- package/dist/tree.ink.js +2 -2
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +29 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jujulego/jill",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.10",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"e2e:yarn": "yarn run e2e -t yarn --slow-test-threshold=5000"
|
|
28
28
|
},
|
|
29
29
|
"engines": {
|
|
30
|
-
"node": "20.x || 22.x || 24.x"
|
|
30
|
+
"node": "20.x || 22.x || 24.x || 26.x"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@sentry/node": "^10.0.0",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"yargs": "^18.0.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@codecov/rollup-plugin": "
|
|
38
|
+
"@codecov/rollup-plugin": "2.0.1",
|
|
39
39
|
"@eslint/js": "9.39.4",
|
|
40
40
|
"@jujulego/2d-maths": "1.6.0",
|
|
41
41
|
"@jujulego/quick-tag": "1.1.0",
|
|
@@ -44,56 +44,55 @@
|
|
|
44
44
|
"@kyrielle/logger": "2.0.0",
|
|
45
45
|
"@kyrielle/workload": "1.0.0",
|
|
46
46
|
"@microsoft/eslint-formatter-sarif": "3.1.0",
|
|
47
|
-
"@rollup/plugin-commonjs": "29.0.
|
|
47
|
+
"@rollup/plugin-commonjs": "29.0.3",
|
|
48
48
|
"@rollup/plugin-json": "6.1.0",
|
|
49
49
|
"@rollup/plugin-node-resolve": "16.0.3",
|
|
50
50
|
"@rollup/plugin-replace": "6.0.3",
|
|
51
|
-
"@sentry/rollup-plugin": "5.
|
|
52
|
-
"@swc/core": "1.15.
|
|
51
|
+
"@sentry/rollup-plugin": "5.3.0",
|
|
52
|
+
"@swc/core": "1.15.40",
|
|
53
53
|
"@types/moo": "0.5.10",
|
|
54
|
-
"@types/node": "24.
|
|
54
|
+
"@types/node": "24.13.1",
|
|
55
55
|
"@types/normalize-package-data": "2.4.4",
|
|
56
|
-
"@types/react": "19.2.
|
|
56
|
+
"@types/react": "19.2.17",
|
|
57
57
|
"@types/semver": "7.7.1",
|
|
58
58
|
"@types/yargs": "17.0.35",
|
|
59
|
-
"@typescript-eslint/utils": "8.
|
|
60
|
-
"@vitest/coverage-v8": "4.1.
|
|
61
|
-
"@vitest/eslint-plugin": "1.6.
|
|
62
|
-
"@vitest/expect": "4.1.
|
|
63
|
-
"ajv": "8.
|
|
59
|
+
"@typescript-eslint/utils": "8.60.1",
|
|
60
|
+
"@vitest/coverage-v8": "4.1.8",
|
|
61
|
+
"@vitest/eslint-plugin": "1.6.19",
|
|
62
|
+
"@vitest/expect": "4.1.8",
|
|
63
|
+
"ajv": "8.20.0",
|
|
64
64
|
"chalk": "5.6.2",
|
|
65
65
|
"chalk-template": "1.1.2",
|
|
66
|
-
"cosmiconfig": "9.0.
|
|
66
|
+
"cosmiconfig": "9.0.2",
|
|
67
67
|
"eslint": "9.39.4",
|
|
68
68
|
"eslint-plugin-react": "7.37.5",
|
|
69
|
-
"eslint-plugin-react-hooks": "7.
|
|
69
|
+
"eslint-plugin-react-hooks": "7.1.1",
|
|
70
70
|
"glob": "13.0.6",
|
|
71
|
-
"globals": "17.
|
|
72
|
-
"ink": "7.0.
|
|
71
|
+
"globals": "17.6.0",
|
|
72
|
+
"ink": "7.0.5",
|
|
73
73
|
"ink-spinner": "5.0.0",
|
|
74
74
|
"ink-testing-library": "4.0.0",
|
|
75
75
|
"is-unicode-supported": "2.1.0",
|
|
76
|
-
"jiti": "2.
|
|
76
|
+
"jiti": "2.7.0",
|
|
77
77
|
"kyrielle": "2.8.3",
|
|
78
|
-
"memfs": "4.57.
|
|
78
|
+
"memfs": "4.57.6",
|
|
79
79
|
"moo": "0.5.3",
|
|
80
|
-
"normalize-package-data": "
|
|
80
|
+
"normalize-package-data": "9.0.0",
|
|
81
81
|
"path-scurry": "2.0.2",
|
|
82
82
|
"pretty-ms": "9.3.0",
|
|
83
|
-
"react": "19.2.
|
|
84
|
-
"rollup": "4.
|
|
85
|
-
"semver": "7.
|
|
83
|
+
"react": "19.2.7",
|
|
84
|
+
"rollup": "4.61.1",
|
|
85
|
+
"semver": "7.8.2",
|
|
86
86
|
"shx": "0.4.0",
|
|
87
87
|
"slugify": "1.6.9",
|
|
88
88
|
"ts-node": "10.9.2",
|
|
89
|
-
"typescript": "6.0.
|
|
90
|
-
"typescript-eslint": "8.
|
|
91
|
-
"vite": "8.0.
|
|
92
|
-
"
|
|
93
|
-
"vitest": "4.1.3"
|
|
89
|
+
"typescript": "6.0.3",
|
|
90
|
+
"typescript-eslint": "8.60.1",
|
|
91
|
+
"vite": "8.0.16",
|
|
92
|
+
"vitest": "4.1.8"
|
|
94
93
|
},
|
|
95
94
|
"resolutions": {
|
|
96
|
-
"string-width": "8.2.
|
|
95
|
+
"string-width": "8.2.1"
|
|
97
96
|
},
|
|
98
|
-
"packageManager": "yarn@4.
|
|
97
|
+
"packageManager": "yarn@4.16.0"
|
|
99
98
|
}
|