@jsenv/core 39.2.11 → 39.2.12

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.
@@ -19592,7 +19592,7 @@ const jsenvPluginAutoreloadClient = () => {
19592
19592
  url: htmlUrlInfo.url,
19593
19593
  });
19594
19594
  const autoreloadClientReference = htmlUrlInfo.dependencies.inject({
19595
- type: "js_import",
19595
+ type: "script",
19596
19596
  subtype: "js_module",
19597
19597
  expectedType: "js_module",
19598
19598
  specifier: autoreloadClientFileUrl,
@@ -20117,7 +20117,7 @@ const jsenvPluginRibbon = ({
20117
20117
  url: urlInfo.url,
20118
20118
  });
20119
20119
  const ribbonClientFileReference = urlInfo.dependencies.inject({
20120
- type: "js_import",
20120
+ type: "script",
20121
20121
  subtype: "js_module",
20122
20122
  expectedType: "js_module",
20123
20123
  specifier: ribbonClientFileUrl.href,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsenv/core",
3
- "version": "39.2.11",
3
+ "version": "39.2.12",
4
4
  "description": "Tool to develop, test and build js projects",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -66,23 +66,24 @@
66
66
  "dependencies": {
67
67
  "@financial-times/polyfill-useragent-normaliser": "1.10.2",
68
68
  "@jsenv/abort": "4.3.0",
69
- "@jsenv/ast": "6.2.9",
69
+ "@jsenv/ast": "6.2.10",
70
70
  "@jsenv/filesystem": "4.9.5",
71
71
  "@jsenv/humanize": "1.2.6",
72
72
  "@jsenv/importmap": "1.2.1",
73
73
  "@jsenv/integrity": "0.0.2",
74
- "@jsenv/js-module-fallback": "1.3.30",
74
+ "@jsenv/js-module-fallback": "1.3.31",
75
75
  "@jsenv/node-esm-resolution": "1.0.2",
76
76
  "@jsenv/plugin-bundling": "2.7.2",
77
77
  "@jsenv/plugin-minification": "1.5.5",
78
- "@jsenv/plugin-supervisor": "1.5.10",
79
- "@jsenv/plugin-transpilation": "1.4.14",
78
+ "@jsenv/plugin-supervisor": "1.5.11",
79
+ "@jsenv/plugin-transpilation": "1.4.15",
80
80
  "@jsenv/runtime-compat": "1.3.1",
81
81
  "@jsenv/server": "15.2.16",
82
82
  "@jsenv/sourcemap": "1.2.19",
83
83
  "@jsenv/url-meta": "8.5.0",
84
84
  "@jsenv/urls": "2.4.1",
85
- "@jsenv/utils": "2.1.2"
85
+ "@jsenv/utils": "2.1.2",
86
+ "anchor-markdown-header": "0.7.0"
86
87
  },
87
88
  "devDependencies": {
88
89
  "@babel/eslint-parser": "7.24.8",
@@ -16,7 +16,7 @@ export const jsenvPluginAutoreloadClient = () => {
16
16
  url: htmlUrlInfo.url,
17
17
  });
18
18
  const autoreloadClientReference = htmlUrlInfo.dependencies.inject({
19
- type: "js_import",
19
+ type: "script",
20
20
  subtype: "js_module",
21
21
  expectedType: "js_module",
22
22
  specifier: autoreloadClientFileUrl,
@@ -42,7 +42,7 @@ export const jsenvPluginRibbon = ({
42
42
  url: urlInfo.url,
43
43
  });
44
44
  const ribbonClientFileReference = urlInfo.dependencies.inject({
45
- type: "js_import",
45
+ type: "script",
46
46
  subtype: "js_module",
47
47
  expectedType: "js_module",
48
48
  specifier: ribbonClientFileUrl.href,