@karmaniverous/stan-core 0.4.2 → 0.4.4
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/README.md +9 -10
- package/dist/cjs/index.js +1 -1
- package/dist/mjs/index.js +1 -1
- package/package.json +21 -20
package/package.json
CHANGED
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
"url": "https://github.com/karmaniverous/stan-core/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@vitest/eslint-plugin": "^1.3.15",
|
|
14
13
|
"diff": "^8.0.2",
|
|
15
14
|
"fast-glob": "^3.3.3",
|
|
16
15
|
"fs-extra": "^11.3.2",
|
|
@@ -19,49 +18,51 @@
|
|
|
19
18
|
"package-directory": "^8.1.0",
|
|
20
19
|
"picomatch": "^4.0.3",
|
|
21
20
|
"yaml": "^2.8.1",
|
|
22
|
-
"zod": "^4.1.
|
|
21
|
+
"zod": "^4.1.12"
|
|
23
22
|
},
|
|
24
23
|
"description": "Engine for STAN — programmatic archiving/diffing/snapshotting, patch application, config loading, selection, and imports staging. No CLI/TTY concerns.",
|
|
25
24
|
"devDependencies": {
|
|
26
25
|
"@dotenvx/dotenvx": "^1.51.0",
|
|
27
|
-
"@eslint/js": "^9.
|
|
26
|
+
"@eslint/js": "^9.38.0",
|
|
28
27
|
"@rollup/plugin-alias": "^5.1.1",
|
|
29
|
-
"@rollup/plugin-commonjs": "^28.0.
|
|
28
|
+
"@rollup/plugin-commonjs": "^28.0.8",
|
|
30
29
|
"@rollup/plugin-json": "^6.1.0",
|
|
31
|
-
"@rollup/plugin-node-resolve": "^16.0.
|
|
30
|
+
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
32
31
|
"@rollup/plugin-terser": "^0.4.4",
|
|
33
|
-
"@rollup/plugin-typescript": "^12.
|
|
32
|
+
"@rollup/plugin-typescript": "^12.3.0",
|
|
34
33
|
"@types/eslint-config-prettier": "^6.11.3",
|
|
35
34
|
"@types/fs-extra": "^11.0.4",
|
|
36
35
|
"@types/glob-parent": "^5.1.3",
|
|
37
|
-
"@types/node": "^24.
|
|
36
|
+
"@types/node": "^24.9.1",
|
|
38
37
|
"@types/picomatch": "^4.0.2",
|
|
39
|
-
"@vitest/coverage-v8": "^
|
|
38
|
+
"@vitest/coverage-v8": "^4.0.2",
|
|
39
|
+
"@vitest/eslint-plugin": "^1.3.23",
|
|
40
40
|
"auto-changelog": "^2.5.0",
|
|
41
|
-
"
|
|
41
|
+
"cross-env": "^10.1.0",
|
|
42
|
+
"eslint": "^9.38.0",
|
|
42
43
|
"eslint-config-prettier": "^10.1.8",
|
|
43
44
|
"eslint-plugin-jsonc": "^2.21.0",
|
|
44
45
|
"eslint-plugin-prettier": "^5.5.4",
|
|
45
46
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
46
47
|
"eslint-plugin-tsdoc": "^0.4.0",
|
|
47
|
-
"happy-dom": "^
|
|
48
|
+
"happy-dom": "^20.0.8",
|
|
48
49
|
"jsonc-eslint-parser": "^2.4.1",
|
|
49
|
-
"knip": "^5.
|
|
50
|
-
"lefthook": "^
|
|
50
|
+
"knip": "^5.66.2",
|
|
51
|
+
"lefthook": "^2.0.0",
|
|
51
52
|
"prettier": "^3.6.2",
|
|
52
53
|
"release-it": "^19.0.5",
|
|
53
54
|
"rimraf": "^6.0.1",
|
|
54
|
-
"rollup": "^4.52.
|
|
55
|
+
"rollup": "^4.52.5",
|
|
55
56
|
"rollup-plugin-dts": "^6.2.3",
|
|
56
57
|
"tar": "^7.5.1",
|
|
57
58
|
"tslib": "^2.8.1",
|
|
58
59
|
"tsx": "^4.20.6",
|
|
59
|
-
"typedoc": "^0.28.
|
|
60
|
-
"typedoc-plugin-mdn-links": "^5.0.
|
|
60
|
+
"typedoc": "^0.28.14",
|
|
61
|
+
"typedoc-plugin-mdn-links": "^5.0.10",
|
|
61
62
|
"typedoc-plugin-replace-text": "^4.2.0",
|
|
62
63
|
"typescript": "^5.9.3",
|
|
63
|
-
"typescript-eslint": "^8.
|
|
64
|
-
"vitest": "^
|
|
64
|
+
"typescript-eslint": "^8.46.2",
|
|
65
|
+
"vitest": "^4.0.2"
|
|
65
66
|
},
|
|
66
67
|
"engines": {
|
|
67
68
|
"node": ">=20"
|
|
@@ -141,15 +142,15 @@
|
|
|
141
142
|
"changelog": "auto-changelog",
|
|
142
143
|
"docs": "typedoc",
|
|
143
144
|
"knip": "knip",
|
|
144
|
-
"lint": "eslint .",
|
|
145
145
|
"lint:fix": "npm run lint -- --fix .",
|
|
146
|
-
"
|
|
146
|
+
"lint": "eslint .",
|
|
147
147
|
"release:pre": "npm run release -- --no-git.requireBranch --github.prerelease --preRelease",
|
|
148
|
+
"release": "dotenvx run -f .env.local -- release-it",
|
|
148
149
|
"relink": "npm uninstall -g @karmaniverous/stan-core && npm run build && npm link",
|
|
149
150
|
"test": "vitest --run --coverage --silent",
|
|
150
151
|
"typecheck": "tsc"
|
|
151
152
|
},
|
|
152
153
|
"type": "module",
|
|
153
154
|
"types": "dist/index.d.ts",
|
|
154
|
-
"version": "0.4.
|
|
155
|
+
"version": "0.4.4"
|
|
155
156
|
}
|