validate-package-exports 0.6.1 → 0.7.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/dist/cli.mjs +1 -1
- package/package.json +17 -17
package/dist/cli.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "validate-package-exports",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"description": "Validate your package.json exports actually exist, have valid syntax, and can be imported or required without issues.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"validate",
|
|
@@ -30,37 +30,37 @@
|
|
|
30
30
|
"./dist"
|
|
31
31
|
],
|
|
32
32
|
"engines": {
|
|
33
|
-
"node": ">=18.
|
|
33
|
+
"node": ">=18.17.0"
|
|
34
34
|
},
|
|
35
35
|
"sideEffects": false,
|
|
36
36
|
"prettier": "@webdeveric/prettier-config",
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@npmcli/arborist": "^7.5.4",
|
|
39
|
-
"@webdeveric/utils": "^0.
|
|
40
|
-
"npm-packlist": "^
|
|
39
|
+
"@webdeveric/utils": "^0.37.0",
|
|
40
|
+
"npm-packlist": "^9.0.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@types/node": "^20.
|
|
43
|
+
"@types/node": "^20.16.8",
|
|
44
44
|
"@types/npm-packlist": "^7.0.3",
|
|
45
|
-
"@types/npmcli__arborist": "^5.6.
|
|
46
|
-
"@vitest/coverage-v8": "^2.
|
|
47
|
-
"@webdeveric/eslint-config-ts": "^0.
|
|
45
|
+
"@types/npmcli__arborist": "^5.6.11",
|
|
46
|
+
"@vitest/coverage-v8": "^2.1.1",
|
|
47
|
+
"@webdeveric/eslint-config-ts": "^0.11.0",
|
|
48
48
|
"@webdeveric/prettier-config": "^0.3.0",
|
|
49
49
|
"cross-env": "^7.0.3",
|
|
50
|
-
"cspell": "^8.
|
|
51
|
-
"esbuild": "^0.
|
|
50
|
+
"cspell": "^8.14.4",
|
|
51
|
+
"esbuild": "^0.24.0",
|
|
52
52
|
"esbuild-plugin-clean": "^1.0.1",
|
|
53
53
|
"esbuild-plugin-environment": "^0.4.0",
|
|
54
|
-
"eslint": "^8.57.
|
|
54
|
+
"eslint": "^8.57.1",
|
|
55
55
|
"eslint-config-prettier": "^9.1.0",
|
|
56
|
-
"eslint-import-resolver-typescript": "^3.6.
|
|
57
|
-
"eslint-plugin-import": "^2.
|
|
58
|
-
"husky": "^9.1.
|
|
59
|
-
"lint-staged": "^15.2.
|
|
56
|
+
"eslint-import-resolver-typescript": "^3.6.3",
|
|
57
|
+
"eslint-plugin-import": "^2.30.0",
|
|
58
|
+
"husky": "^9.1.6",
|
|
59
|
+
"lint-staged": "^15.2.10",
|
|
60
60
|
"prettier": "^3.3.3",
|
|
61
|
-
"typescript": "^5.
|
|
61
|
+
"typescript": "^5.6.2",
|
|
62
62
|
"vite-tsconfig-paths": "^5.0.1",
|
|
63
|
-
"vitest": "^2.
|
|
63
|
+
"vitest": "^2.1.1"
|
|
64
64
|
},
|
|
65
65
|
"scripts": {
|
|
66
66
|
"prevalidate": "pnpm build:dev",
|