@jsenv/core 29.4.2 → 29.4.3

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/main.js CHANGED
@@ -23849,8 +23849,7 @@ ${ANSI.color(buildUrl, ANSI.MAGENTA)}
23849
23849
  const buildSpecifierBeforeRedirect = findKey(buildUrls, buildUrlFormatted);
23850
23850
  mutations.push(() => {
23851
23851
  setHtmlNodeAttributes(node, {
23852
- href: buildSpecifierBeforeRedirect,
23853
- crossorigin: undefined
23852
+ href: buildSpecifierBeforeRedirect
23854
23853
  });
23855
23854
  });
23856
23855
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsenv/core",
3
- "version": "29.4.2",
3
+ "version": "29.4.3",
4
4
  "description": "Tool to develop, test and build js projects",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -43,6 +43,7 @@
43
43
  "eslint": "npx eslint . --ext=.js,.mjs,.cjs,.html",
44
44
  "dev": "node --conditions=development ./scripts/dev/dev.mjs",
45
45
  "test": "node --conditions=development ./scripts/test/test.mjs",
46
+ "test:resource_hints": "npm run test -- --only-resource-hints",
46
47
  "test:workspace": "npm run test --workspaces --if-present -- --workspace",
47
48
  "build": "node --conditions=development ./scripts/build/build.mjs",
48
49
  "workspace:versions": "node ./scripts/publish/workspace_versions.mjs",
@@ -1212,7 +1212,6 @@ ${ANSI.color(buildUrl, ANSI.MAGENTA)}
1212
1212
  mutations.push(() => {
1213
1213
  setHtmlNodeAttributes(node, {
1214
1214
  href: buildSpecifierBeforeRedirect,
1215
- crossorigin: undefined,
1216
1215
  })
1217
1216
  })
1218
1217
  }