webpack-assets-manifest 6.5.0 → 6.5.2
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 +30 -36
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "webpack-assets-manifest",
|
|
3
|
-
"version": "6.5.
|
|
3
|
+
"version": "6.5.2",
|
|
4
4
|
"description": "This Webpack plugin will generate a JSON file that matches the original filename with the hashed version.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -65,11 +65,11 @@
|
|
|
65
65
|
"files": [
|
|
66
66
|
"dist"
|
|
67
67
|
],
|
|
68
|
-
"packageManager": "pnpm@
|
|
68
|
+
"packageManager": "pnpm@11.2.2+sha512.36e6621fad506178936455e70247b8808ef4ec25797a9f437a93281a020484e2607f6a469a22e982987c3dbb8866e3071514ab10a4a1749e06edcd1ec118436f",
|
|
69
69
|
"scripts": {
|
|
70
70
|
"clean": "rimraf ./coverage/ ./dist/ ./cache/",
|
|
71
71
|
"prebuild": "pnpm clean",
|
|
72
|
-
"validate": "validate-package-exports --check --
|
|
72
|
+
"validate": "validate-package-exports --check --info",
|
|
73
73
|
"build": "tsc --build tsconfig.cjs.json tsconfig.mjs.json --force",
|
|
74
74
|
"postbuild": "node postbuild.mjs && pnpm validate",
|
|
75
75
|
"lint": "eslint \"./*.{js,cjs,mjs,ts,cts,mts}\" ./src ./test ./examples",
|
|
@@ -87,53 +87,47 @@
|
|
|
87
87
|
"deepmerge": "^4.3.1",
|
|
88
88
|
"proper-lockfile": "^4.1.2",
|
|
89
89
|
"schema-utils": "^4.3.3",
|
|
90
|
-
"tapable": "^2.3.
|
|
90
|
+
"tapable": "^2.3.3"
|
|
91
91
|
},
|
|
92
92
|
"peerDependencies": {
|
|
93
93
|
"webpack": "^5.61.0"
|
|
94
94
|
},
|
|
95
95
|
"devDependencies": {
|
|
96
|
-
"@commitlint/config-conventional": "^
|
|
97
|
-
"@commitlint/types": "^
|
|
98
|
-
"@types/node": "^20.19.
|
|
96
|
+
"@commitlint/config-conventional": "^21.0.1",
|
|
97
|
+
"@commitlint/types": "^21.0.1",
|
|
98
|
+
"@types/node": "^20.19.41",
|
|
99
99
|
"@types/proper-lockfile": "^4.1.4",
|
|
100
100
|
"@types/tapable": "^2.3.0",
|
|
101
101
|
"@types/webpack-sources": "^3.2.3",
|
|
102
|
-
"@vitest/coverage-v8": "^4.
|
|
103
|
-
"@webdeveric/eslint-config-ts": "^0.
|
|
104
|
-
"@webdeveric/prettier-config": "^0.
|
|
105
|
-
"commitlint": "^
|
|
106
|
-
"commitlint-plugin-cspell": "^0.
|
|
107
|
-
"compression-webpack-plugin": "^
|
|
108
|
-
"conventional-changelog-conventionalcommits": "^9.1
|
|
109
|
-
"copy-webpack-plugin": "^
|
|
110
|
-
"cspell": "^
|
|
111
|
-
"css-loader": "^7.1.
|
|
102
|
+
"@vitest/coverage-v8": "^4.1.7",
|
|
103
|
+
"@webdeveric/eslint-config-ts": "^0.12.0",
|
|
104
|
+
"@webdeveric/prettier-config": "^0.4.0",
|
|
105
|
+
"commitlint": "^21.0.1",
|
|
106
|
+
"commitlint-plugin-cspell": "^0.9.1",
|
|
107
|
+
"compression-webpack-plugin": "^12.0.0",
|
|
108
|
+
"conventional-changelog-conventionalcommits": "^9.3.1",
|
|
109
|
+
"copy-webpack-plugin": "^14.0.0",
|
|
110
|
+
"cspell": "^10.0.0",
|
|
111
|
+
"css-loader": "^7.1.4",
|
|
112
112
|
"eslint": "^8.57.1",
|
|
113
113
|
"eslint-config-prettier": "^10.1.8",
|
|
114
114
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
115
115
|
"eslint-plugin-import": "^2.32.0",
|
|
116
116
|
"file-loader": "^6.2.0",
|
|
117
|
-
"fs-extra": "^11.3.
|
|
117
|
+
"fs-extra": "^11.3.5",
|
|
118
118
|
"husky": "^9.1.7",
|
|
119
|
-
"lint-staged": "^
|
|
120
|
-
"memfs": "^4.
|
|
121
|
-
"mini-css-extract-plugin": "^2.
|
|
122
|
-
"prettier": "^3.
|
|
123
|
-
"rimraf": "^6.1.
|
|
124
|
-
"sass-loader": "^
|
|
125
|
-
"semantic-release": "^
|
|
126
|
-
"typescript": "^
|
|
127
|
-
"validate-package-exports": "^0.
|
|
128
|
-
"vitest": "^4.
|
|
129
|
-
"webpack": "^5.
|
|
130
|
-
"webpack-dev-server": "^5.2.
|
|
119
|
+
"lint-staged": "^17.0.5",
|
|
120
|
+
"memfs": "^4.57.2",
|
|
121
|
+
"mini-css-extract-plugin": "^2.10.2",
|
|
122
|
+
"prettier": "^3.8.3",
|
|
123
|
+
"rimraf": "^6.1.3",
|
|
124
|
+
"sass-loader": "^17.0.0",
|
|
125
|
+
"semantic-release": "^25.0.3",
|
|
126
|
+
"typescript": "^6.0.3",
|
|
127
|
+
"validate-package-exports": "^0.26.0",
|
|
128
|
+
"vitest": "^4.1.7",
|
|
129
|
+
"webpack": "^5.107.0",
|
|
130
|
+
"webpack-dev-server": "^5.2.4",
|
|
131
131
|
"webpack-subresource-integrity": "^5.1.0"
|
|
132
|
-
},
|
|
133
|
-
"pnpm": {
|
|
134
|
-
"onlyBuiltDependencies": [
|
|
135
|
-
"esbuild",
|
|
136
|
-
"unrs-resolver"
|
|
137
|
-
]
|
|
138
132
|
}
|
|
139
133
|
}
|