@serwist/build
Advanced tools
Comparing version 9.0.1 to 9.0.2
{ | ||
"name": "@serwist/build", | ||
"version": "9.0.1", | ||
"version": "9.0.2", | ||
"type": "module", | ||
@@ -65,4 +65,4 @@ "description": "A module that integrates into your build process, helping you generate a manifest of local files that should be precached.", | ||
"typescript": "5.5.0-dev.20240415", | ||
"@serwist/configs": "9.0.1", | ||
"@serwist/utils": "9.0.1" | ||
"@serwist/configs": "9.0.2", | ||
"@serwist/utils": "9.0.2" | ||
}, | ||
@@ -78,3 +78,3 @@ "peerDependencies": { | ||
"scripts": { | ||
"build": "rimraf dist && cross-env NODE_OPTIONS='--max-old-space-size=4096' NODE_ENV=production rollup --config rollup.config.js", | ||
"build": "rimraf dist && NODE_OPTIONS='--max-old-space-size=4096' NODE_ENV=production rollup --config rollup.config.js", | ||
"dev": "rollup --config rollup.config.js --watch", | ||
@@ -81,0 +81,0 @@ "lint": "biome lint ./src", |
@@ -1,1 +0,1 @@ | ||
This module's documentation can be found at https://serwist.pages.dev/docs/build | ||
This module's documentation can be found at https://serwist.pages.dev/docs/build. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
153026