@jsenv/core 27.0.0-alpha.18 → 27.0.0-alpha.20

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsenv/core",
3
- "version": "27.0.0-alpha.18",
3
+ "version": "27.0.0-alpha.20",
4
4
  "description": "Tool to develop, test and build js projects",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -66,7 +66,7 @@
66
66
  "@jsenv/node-esm-resolution": "0.0.2",
67
67
  "@jsenv/server": "12.6.1",
68
68
  "@jsenv/uneval": "1.6.0",
69
- "@jsenv/utils": "1.2.1",
69
+ "@jsenv/utils": "1.4.0",
70
70
  "construct-style-sheets-polyfill": "3.1.0",
71
71
  "cssnano": "5.1.7",
72
72
  "cssnano-preset-default": "5.2.7",
@@ -109,7 +109,7 @@ const visitHtmlUrls = ({ url, htmlAst, onUrl }) => {
109
109
  attributeName: "href",
110
110
  expectedContentType: type,
111
111
  expectedType: {
112
- manifest: "manifest",
112
+ manifest: "webmanifest",
113
113
  modulepreload: "js_module",
114
114
  stylesheet: "css",
115
115
  }[rel],