@shgysk8zer0/importmap 1.4.27 → 1.4.29

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/CHANGELOG.md CHANGED
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [v1.4.29] - 2024-12-04
11
+
12
+ ### Changed
13
+ - Update `@aegisjsproject/router`
14
+ - Use correct script for polyfills
15
+
16
+ ## [v1.4.28] - 2024-11-28
17
+
18
+ ### Changed
19
+ = Update `@agisjsproject.state`
20
+
10
21
  ## [v1.4.27] - 2024-11-27
11
22
 
12
23
  ### Changed
package/cli.cjs CHANGED
@@ -7,10 +7,11 @@ var node_path = require('node:path');
7
7
  require('node:fs/promises');
8
8
  require('@shgysk8zer0/npm-utils/path.js');
9
9
 
10
+ var _documentCurrentScript = typeof document !== 'undefined' ? document.currentScript : null;
10
11
  const imports = {
11
12
  "@shgysk8zer0/kazoo/": "https://unpkg.com/@shgysk8zer0/kazoo@1.0.9/",
12
13
  "@shgysk8zer0/konami": "https://unpkg.com/@shgysk8zer0/konami@1.1.1/konami.js",
13
- "@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.7/all.min.js",
14
+ "@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.7/browser.min.js",
14
15
  "@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.7/",
15
16
  "@shgysk8zer0/jwk-utils": "https://unpkg.com/@shgysk8zer0/jwk-utils@1.0.16/jwk-utils.min.js",
16
17
  "@shgysk8zer0/jwk-utils/": "https://unpkg.com/@shgysk8zer0/jwk-utils@1.0.16/",
@@ -39,10 +40,10 @@ const imports = {
39
40
  "@aegisjsproject/url": "https://unpkg.com/@aegisjsproject/url@1.0.1/url.mjs",
40
41
  "@aegisjsproject/url/": "https://unpkg.com/@aegisjsproject/url@1.0.1/",
41
42
  "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.13/",
42
- "@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.4/state.mjs",
43
- "@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.4/",
44
- "@aegisjsproject/router": "https://unpkg.com/@aegisjsproject/router@1.1.1/router.mjs",
45
- "@aegisjsproject/router/": "https://unpkg.com/@aegisjsproject/router@1.1.1/",
43
+ "@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.5/state.mjs",
44
+ "@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.5/",
45
+ "@aegisjsproject/router": "https://unpkg.com/@aegisjsproject/router@1.1.2/router.mjs",
46
+ "@aegisjsproject/router/": "https://unpkg.com/@aegisjsproject/router@1.1.2/",
46
47
  "@aegisjsproject/callback-registry": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/callbackRegistry.js",
47
48
  "@aegisjsproject/callback-registry/": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/",
48
49
  "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.5/",
@@ -53,7 +54,7 @@ const imports = {
53
54
  "highlight.js/": "https://unpkg.com/@highlightjs/cdn-assets@11.10.0/es/",
54
55
  "@highlightjs/cdn-assets": "https://unpkg.com/@highlightjs/cdn-assets@11.10.0/es/core.min.js",
55
56
  "@highlightjs/cdn-assets/": "https://unpkg.com/@highlightjs/cdn-assets@11.10.0/es/",
56
- marked: "https://unpkg.com/marked@15.0.2/lib/marked.esm.js",
57
+ marked: "https://unpkg.com/marked@15.0.3/lib/marked.esm.js",
57
58
  "marked-highlight": "https://unpkg.com/marked-highlight@2.2.1/src/index.js",
58
59
  yaml: "https://unpkg.com/yaml@2.6.1/browser/dist/index.js",
59
60
  "yaml/": "https://unpkg.com/yaml@2.6.1/browser/dist/",
@@ -114,7 +115,7 @@ async function parse(file, { encoding, signal } = {}) {
114
115
  }
115
116
 
116
117
  async function init() {
117
- const { version: VERSION } = await json_js.readJSONFile(new URL('./package.json', (typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (document.currentScript && document.currentScript.src || new URL('cli.cjs', document.baseURI).href))));
118
+ const { version: VERSION } = await json_js.readJSONFile(new URL('./package.json', (typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('cli.cjs', document.baseURI).href))));
118
119
 
119
120
  commander.program
120
121
  .name('importmap-utils')
package/cli.js CHANGED
@@ -8,7 +8,7 @@ import '@shgysk8zer0/npm-utils/path.js';
8
8
  const imports = {
9
9
  "@shgysk8zer0/kazoo/": "https://unpkg.com/@shgysk8zer0/kazoo@1.0.9/",
10
10
  "@shgysk8zer0/konami": "https://unpkg.com/@shgysk8zer0/konami@1.1.1/konami.js",
11
- "@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.7/all.min.js",
11
+ "@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.7/browser.min.js",
12
12
  "@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.7/",
13
13
  "@shgysk8zer0/jwk-utils": "https://unpkg.com/@shgysk8zer0/jwk-utils@1.0.16/jwk-utils.min.js",
14
14
  "@shgysk8zer0/jwk-utils/": "https://unpkg.com/@shgysk8zer0/jwk-utils@1.0.16/",
@@ -37,10 +37,10 @@ const imports = {
37
37
  "@aegisjsproject/url": "https://unpkg.com/@aegisjsproject/url@1.0.1/url.mjs",
38
38
  "@aegisjsproject/url/": "https://unpkg.com/@aegisjsproject/url@1.0.1/",
39
39
  "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.13/",
40
- "@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.4/state.mjs",
41
- "@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.4/",
42
- "@aegisjsproject/router": "https://unpkg.com/@aegisjsproject/router@1.1.1/router.mjs",
43
- "@aegisjsproject/router/": "https://unpkg.com/@aegisjsproject/router@1.1.1/",
40
+ "@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.5/state.mjs",
41
+ "@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.5/",
42
+ "@aegisjsproject/router": "https://unpkg.com/@aegisjsproject/router@1.1.2/router.mjs",
43
+ "@aegisjsproject/router/": "https://unpkg.com/@aegisjsproject/router@1.1.2/",
44
44
  "@aegisjsproject/callback-registry": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/callbackRegistry.js",
45
45
  "@aegisjsproject/callback-registry/": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/",
46
46
  "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.5/",
@@ -51,7 +51,7 @@ const imports = {
51
51
  "highlight.js/": "https://unpkg.com/@highlightjs/cdn-assets@11.10.0/es/",
52
52
  "@highlightjs/cdn-assets": "https://unpkg.com/@highlightjs/cdn-assets@11.10.0/es/core.min.js",
53
53
  "@highlightjs/cdn-assets/": "https://unpkg.com/@highlightjs/cdn-assets@11.10.0/es/",
54
- marked: "https://unpkg.com/marked@15.0.2/lib/marked.esm.js",
54
+ marked: "https://unpkg.com/marked@15.0.3/lib/marked.esm.js",
55
55
  "marked-highlight": "https://unpkg.com/marked-highlight@2.2.1/src/index.js",
56
56
  yaml: "https://unpkg.com/yaml@2.6.1/browser/dist/index.js",
57
57
  "yaml/": "https://unpkg.com/yaml@2.6.1/browser/dist/",
package/importmap.cjs CHANGED
@@ -3,7 +3,7 @@
3
3
  const imports = {
4
4
  "@shgysk8zer0/kazoo/": "https://unpkg.com/@shgysk8zer0/kazoo@1.0.9/",
5
5
  "@shgysk8zer0/konami": "https://unpkg.com/@shgysk8zer0/konami@1.1.1/konami.js",
6
- "@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.7/all.min.js",
6
+ "@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.7/browser.min.js",
7
7
  "@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.7/",
8
8
  "@shgysk8zer0/jwk-utils": "https://unpkg.com/@shgysk8zer0/jwk-utils@1.0.16/jwk-utils.min.js",
9
9
  "@shgysk8zer0/jwk-utils/": "https://unpkg.com/@shgysk8zer0/jwk-utils@1.0.16/",
@@ -32,10 +32,10 @@ const imports = {
32
32
  "@aegisjsproject/url": "https://unpkg.com/@aegisjsproject/url@1.0.1/url.mjs",
33
33
  "@aegisjsproject/url/": "https://unpkg.com/@aegisjsproject/url@1.0.1/",
34
34
  "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.13/",
35
- "@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.4/state.mjs",
36
- "@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.4/",
37
- "@aegisjsproject/router": "https://unpkg.com/@aegisjsproject/router@1.1.1/router.mjs",
38
- "@aegisjsproject/router/": "https://unpkg.com/@aegisjsproject/router@1.1.1/",
35
+ "@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.5/state.mjs",
36
+ "@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.5/",
37
+ "@aegisjsproject/router": "https://unpkg.com/@aegisjsproject/router@1.1.2/router.mjs",
38
+ "@aegisjsproject/router/": "https://unpkg.com/@aegisjsproject/router@1.1.2/",
39
39
  "@aegisjsproject/callback-registry": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/callbackRegistry.js",
40
40
  "@aegisjsproject/callback-registry/": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/",
41
41
  "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.5/",
@@ -46,7 +46,7 @@ const imports = {
46
46
  "highlight.js/": "https://unpkg.com/@highlightjs/cdn-assets@11.10.0/es/",
47
47
  "@highlightjs/cdn-assets": "https://unpkg.com/@highlightjs/cdn-assets@11.10.0/es/core.min.js",
48
48
  "@highlightjs/cdn-assets/": "https://unpkg.com/@highlightjs/cdn-assets@11.10.0/es/",
49
- marked: "https://unpkg.com/marked@15.0.2/lib/marked.esm.js",
49
+ marked: "https://unpkg.com/marked@15.0.3/lib/marked.esm.js",
50
50
  "marked-highlight": "https://unpkg.com/marked-highlight@2.2.1/src/index.js",
51
51
  yaml: "https://unpkg.com/yaml@2.6.1/browser/dist/index.js",
52
52
  "yaml/": "https://unpkg.com/yaml@2.6.1/browser/dist/",
package/importmap.js CHANGED
@@ -1,7 +1,7 @@
1
1
  const imports = {
2
2
  "@shgysk8zer0/kazoo/": "https://unpkg.com/@shgysk8zer0/kazoo@1.0.9/",
3
3
  "@shgysk8zer0/konami": "https://unpkg.com/@shgysk8zer0/konami@1.1.1/konami.js",
4
- "@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.7/all.min.js",
4
+ "@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.7/browser.min.js",
5
5
  "@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.7/",
6
6
  "@shgysk8zer0/jwk-utils": "https://unpkg.com/@shgysk8zer0/jwk-utils@1.0.16/jwk-utils.min.js",
7
7
  "@shgysk8zer0/jwk-utils/": "https://unpkg.com/@shgysk8zer0/jwk-utils@1.0.16/",
@@ -30,10 +30,10 @@ const imports = {
30
30
  "@aegisjsproject/url": "https://unpkg.com/@aegisjsproject/url@1.0.1/url.mjs",
31
31
  "@aegisjsproject/url/": "https://unpkg.com/@aegisjsproject/url@1.0.1/",
32
32
  "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.13/",
33
- "@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.4/state.mjs",
34
- "@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.4/",
35
- "@aegisjsproject/router": "https://unpkg.com/@aegisjsproject/router@1.1.1/router.mjs",
36
- "@aegisjsproject/router/": "https://unpkg.com/@aegisjsproject/router@1.1.1/",
33
+ "@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.5/state.mjs",
34
+ "@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.5/",
35
+ "@aegisjsproject/router": "https://unpkg.com/@aegisjsproject/router@1.1.2/router.mjs",
36
+ "@aegisjsproject/router/": "https://unpkg.com/@aegisjsproject/router@1.1.2/",
37
37
  "@aegisjsproject/callback-registry": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/callbackRegistry.js",
38
38
  "@aegisjsproject/callback-registry/": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/",
39
39
  "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.5/",
@@ -44,7 +44,7 @@ const imports = {
44
44
  "highlight.js/": "https://unpkg.com/@highlightjs/cdn-assets@11.10.0/es/",
45
45
  "@highlightjs/cdn-assets": "https://unpkg.com/@highlightjs/cdn-assets@11.10.0/es/core.min.js",
46
46
  "@highlightjs/cdn-assets/": "https://unpkg.com/@highlightjs/cdn-assets@11.10.0/es/",
47
- marked: "https://unpkg.com/marked@15.0.2/lib/marked.esm.js",
47
+ marked: "https://unpkg.com/marked@15.0.3/lib/marked.esm.js",
48
48
  "marked-highlight": "https://unpkg.com/marked-highlight@2.2.1/src/index.js",
49
49
  yaml: "https://unpkg.com/yaml@2.6.1/browser/dist/index.js",
50
50
  "yaml/": "https://unpkg.com/yaml@2.6.1/browser/dist/",
package/importmap.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "imports": {
3
3
  "@shgysk8zer0/kazoo/": "https://unpkg.com/@shgysk8zer0/kazoo@1.0.9/",
4
4
  "@shgysk8zer0/konami": "https://unpkg.com/@shgysk8zer0/konami@1.1.1/konami.js",
5
- "@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.7/all.min.js",
5
+ "@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.7/browser.min.js",
6
6
  "@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.7/",
7
7
  "@shgysk8zer0/jwk-utils": "https://unpkg.com/@shgysk8zer0/jwk-utils@1.0.16/jwk-utils.min.js",
8
8
  "@shgysk8zer0/jwk-utils/": "https://unpkg.com/@shgysk8zer0/jwk-utils@1.0.16/",
@@ -31,10 +31,10 @@
31
31
  "@aegisjsproject/url": "https://unpkg.com/@aegisjsproject/url@1.0.1/url.mjs",
32
32
  "@aegisjsproject/url/": "https://unpkg.com/@aegisjsproject/url@1.0.1/",
33
33
  "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.13/",
34
- "@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.4/state.mjs",
35
- "@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.4/",
36
- "@aegisjsproject/router": "https://unpkg.com/@aegisjsproject/router@1.1.1/router.mjs",
37
- "@aegisjsproject/router/": "https://unpkg.com/@aegisjsproject/router@1.1.1/",
34
+ "@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.5/state.mjs",
35
+ "@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.5/",
36
+ "@aegisjsproject/router": "https://unpkg.com/@aegisjsproject/router@1.1.2/router.mjs",
37
+ "@aegisjsproject/router/": "https://unpkg.com/@aegisjsproject/router@1.1.2/",
38
38
  "@aegisjsproject/callback-registry": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/callbackRegistry.js",
39
39
  "@aegisjsproject/callback-registry/": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/",
40
40
  "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.5/",
@@ -45,7 +45,7 @@
45
45
  "highlight.js/": "https://unpkg.com/@highlightjs/cdn-assets@11.10.0/es/",
46
46
  "@highlightjs/cdn-assets": "https://unpkg.com/@highlightjs/cdn-assets@11.10.0/es/core.min.js",
47
47
  "@highlightjs/cdn-assets/": "https://unpkg.com/@highlightjs/cdn-assets@11.10.0/es/",
48
- "marked": "https://unpkg.com/marked@15.0.2/lib/marked.esm.js",
48
+ "marked": "https://unpkg.com/marked@15.0.3/lib/marked.esm.js",
49
49
  "marked-highlight": "https://unpkg.com/marked-highlight@2.2.1/src/index.js",
50
50
  "yaml": "https://unpkg.com/yaml@2.6.1/browser/dist/index.js",
51
51
  "yaml/": "https://unpkg.com/yaml@2.6.1/browser/dist/",
@@ -63,4 +63,4 @@
63
63
  "firebase/analytics": "https://www.gstatic.com/firebasejs/10.12.1/firebase-analytics.js"
64
64
  },
65
65
  "scope": {}
66
- }
66
+ }
package/index.cjs CHANGED
@@ -8,7 +8,7 @@ var path_js = require('@shgysk8zer0/npm-utils/path.js');
8
8
  const imports$1 = {
9
9
  "@shgysk8zer0/kazoo/": "https://unpkg.com/@shgysk8zer0/kazoo@1.0.9/",
10
10
  "@shgysk8zer0/konami": "https://unpkg.com/@shgysk8zer0/konami@1.1.1/konami.js",
11
- "@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.7/all.min.js",
11
+ "@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.7/browser.min.js",
12
12
  "@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.7/",
13
13
  "@shgysk8zer0/jwk-utils": "https://unpkg.com/@shgysk8zer0/jwk-utils@1.0.16/jwk-utils.min.js",
14
14
  "@shgysk8zer0/jwk-utils/": "https://unpkg.com/@shgysk8zer0/jwk-utils@1.0.16/",
@@ -37,10 +37,10 @@ const imports$1 = {
37
37
  "@aegisjsproject/url": "https://unpkg.com/@aegisjsproject/url@1.0.1/url.mjs",
38
38
  "@aegisjsproject/url/": "https://unpkg.com/@aegisjsproject/url@1.0.1/",
39
39
  "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.13/",
40
- "@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.4/state.mjs",
41
- "@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.4/",
42
- "@aegisjsproject/router": "https://unpkg.com/@aegisjsproject/router@1.1.1/router.mjs",
43
- "@aegisjsproject/router/": "https://unpkg.com/@aegisjsproject/router@1.1.1/",
40
+ "@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.5/state.mjs",
41
+ "@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.5/",
42
+ "@aegisjsproject/router": "https://unpkg.com/@aegisjsproject/router@1.1.2/router.mjs",
43
+ "@aegisjsproject/router/": "https://unpkg.com/@aegisjsproject/router@1.1.2/",
44
44
  "@aegisjsproject/callback-registry": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/callbackRegistry.js",
45
45
  "@aegisjsproject/callback-registry/": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/",
46
46
  "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.5/",
@@ -51,7 +51,7 @@ const imports$1 = {
51
51
  "highlight.js/": "https://unpkg.com/@highlightjs/cdn-assets@11.10.0/es/",
52
52
  "@highlightjs/cdn-assets": "https://unpkg.com/@highlightjs/cdn-assets@11.10.0/es/core.min.js",
53
53
  "@highlightjs/cdn-assets/": "https://unpkg.com/@highlightjs/cdn-assets@11.10.0/es/",
54
- marked: "https://unpkg.com/marked@15.0.2/lib/marked.esm.js",
54
+ marked: "https://unpkg.com/marked@15.0.3/lib/marked.esm.js",
55
55
  "marked-highlight": "https://unpkg.com/marked-highlight@2.2.1/src/index.js",
56
56
  yaml: "https://unpkg.com/yaml@2.6.1/browser/dist/index.js",
57
57
  "yaml/": "https://unpkg.com/yaml@2.6.1/browser/dist/",
package/index.js CHANGED
@@ -6,7 +6,7 @@ import { getFileURL } from '@shgysk8zer0/npm-utils/path.js';
6
6
  const imports$1 = {
7
7
  "@shgysk8zer0/kazoo/": "https://unpkg.com/@shgysk8zer0/kazoo@1.0.9/",
8
8
  "@shgysk8zer0/konami": "https://unpkg.com/@shgysk8zer0/konami@1.1.1/konami.js",
9
- "@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.7/all.min.js",
9
+ "@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.7/browser.min.js",
10
10
  "@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.7/",
11
11
  "@shgysk8zer0/jwk-utils": "https://unpkg.com/@shgysk8zer0/jwk-utils@1.0.16/jwk-utils.min.js",
12
12
  "@shgysk8zer0/jwk-utils/": "https://unpkg.com/@shgysk8zer0/jwk-utils@1.0.16/",
@@ -35,10 +35,10 @@ const imports$1 = {
35
35
  "@aegisjsproject/url": "https://unpkg.com/@aegisjsproject/url@1.0.1/url.mjs",
36
36
  "@aegisjsproject/url/": "https://unpkg.com/@aegisjsproject/url@1.0.1/",
37
37
  "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.13/",
38
- "@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.4/state.mjs",
39
- "@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.4/",
40
- "@aegisjsproject/router": "https://unpkg.com/@aegisjsproject/router@1.1.1/router.mjs",
41
- "@aegisjsproject/router/": "https://unpkg.com/@aegisjsproject/router@1.1.1/",
38
+ "@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.5/state.mjs",
39
+ "@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.5/",
40
+ "@aegisjsproject/router": "https://unpkg.com/@aegisjsproject/router@1.1.2/router.mjs",
41
+ "@aegisjsproject/router/": "https://unpkg.com/@aegisjsproject/router@1.1.2/",
42
42
  "@aegisjsproject/callback-registry": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/callbackRegistry.js",
43
43
  "@aegisjsproject/callback-registry/": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/",
44
44
  "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.5/",
@@ -49,7 +49,7 @@ const imports$1 = {
49
49
  "highlight.js/": "https://unpkg.com/@highlightjs/cdn-assets@11.10.0/es/",
50
50
  "@highlightjs/cdn-assets": "https://unpkg.com/@highlightjs/cdn-assets@11.10.0/es/core.min.js",
51
51
  "@highlightjs/cdn-assets/": "https://unpkg.com/@highlightjs/cdn-assets@11.10.0/es/",
52
- marked: "https://unpkg.com/marked@15.0.2/lib/marked.esm.js",
52
+ marked: "https://unpkg.com/marked@15.0.3/lib/marked.esm.js",
53
53
  "marked-highlight": "https://unpkg.com/marked-highlight@2.2.1/src/index.js",
54
54
  yaml: "https://unpkg.com/yaml@2.6.1/browser/dist/index.js",
55
55
  "yaml/": "https://unpkg.com/yaml@2.6.1/browser/dist/",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shgysk8zer0/importmap",
3
- "version": "1.4.27",
3
+ "version": "1.4.29",
4
4
  "engines": {
5
5
  "node": ">=18.0.0"
6
6
  },
@@ -60,7 +60,7 @@
60
60
  "homepage": "https://github.com/shgysk8zer0/importmap#readme",
61
61
  "devDependencies": {
62
62
  "@rollup/plugin-json": "^6.1.0",
63
- "@shgysk8zer0/eslint-config": "^1.0.1",
63
+ "@shgysk8zer0/eslint-config": "^1.0.3",
64
64
  "@shgysk8zer0/js-utils": "^1.0.2",
65
65
  "@shgysk8zer0/rollup-import": "^1.2.5"
66
66
  },