vite-plugin-sri4 1.5.0 → 1.6.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/index.cjs CHANGED
@@ -96,7 +96,6 @@ function sri(userOptions = {}) {
96
96
 
97
97
  return {
98
98
  name: 'vite-plugin-sri4',
99
- enforce: 'post',
100
99
  apply: 'build',
101
100
 
102
101
  configResolved(config) {
package/dist/index.js CHANGED
@@ -94,7 +94,6 @@ function sri(userOptions = {}) {
94
94
 
95
95
  return {
96
96
  name: 'vite-plugin-sri4',
97
- enforce: 'post',
98
97
  apply: 'build',
99
98
 
100
99
  configResolved(config) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-plugin-sri4",
3
- "version": "1.5.0",
3
+ "version": "1.6.0",
4
4
  "description": "A Vite plugin to generate Subresource Integrity (SRI) hashes for output files.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",