@ingram-tech/nk-dev 0.4.0 → 0.4.1
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 +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ingram-tech/nk-dev",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "The nextkit dev toolchain in one package: the `nk` CLI plus shared oxlint/oxfmt, TypeScript, and Vitest config, the format-on-commit hook, and the AI agent guide. `nk init` scaffolds a site to use it.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -45,11 +45,12 @@
|
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@testing-library/jest-dom": "^6.9.1",
|
|
48
|
+
"@typescript/native": "npm:typescript@^7.0.2",
|
|
48
49
|
"jsdom": "^29.1.1",
|
|
49
50
|
"knip": "^6.25.0",
|
|
50
51
|
"oxfmt": "^0.58.0",
|
|
51
52
|
"oxlint": "^1.73.0",
|
|
52
|
-
"typescript": "
|
|
53
|
+
"typescript": "npm:@typescript/typescript6@^6.0.2",
|
|
53
54
|
"vitest": "^4.1.10"
|
|
54
55
|
},
|
|
55
56
|
"engines": {
|