@qwikdev/pwa
Advanced tools
Comparing version 0.0.3 to 0.0.4
import { join } from "node:path"; | ||
import fg from "fast-glob"; | ||
import fs from "node:fs/promises"; | ||
const version = "0.0.2"; | ||
const version = "0.0.4"; | ||
function resolveOptions(ctx) { | ||
@@ -6,0 +6,0 @@ ctx.webManifestUrl = `${ctx.basePathRelDir || "/"}${ctx.userOptions.webManifestFilename ?? "manifest.json"}`; |
{ | ||
"name": "@qwikdev/pwa", | ||
"type": "module", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"packageManager": "pnpm@8.13.1", | ||
@@ -116,3 +116,6 @@ "description": "Qwik PWA", | ||
"workbox-strategies": "^7.0.0" | ||
}, | ||
"resolutions": { | ||
"sharp": "0.32.6" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
240554
2