@shgysk8zer0/importmap 1.4.75 → 1.4.76

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,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [v1.4.76] - 2025-09-28
11
+
12
+ ### Added
13
+ - Add `@aegisjsproject/secret-store`
14
+
15
+ ### Changed
16
+ - Update `@shgysk8zer0/polyfills` (adds Invoker Commands)
17
+ - Misc updates
18
+
10
19
  ## [v1.4.75] - 2025-08-10
11
20
 
12
21
  ### Changed
package/cli.cjs CHANGED
@@ -12,8 +12,8 @@ var _documentCurrentScript = typeof document !== 'undefined' ? document.currentS
12
12
  const imports = {
13
13
  "@shgysk8zer0/kazoo/": "https://unpkg.com/@shgysk8zer0/kazoo@1.0.10/",
14
14
  "@shgysk8zer0/konami": "https://unpkg.com/@shgysk8zer0/konami@1.1.1/konami.js",
15
- "@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.12/browser.min.js",
16
- "@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.12/",
15
+ "@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.13/browser.min.js",
16
+ "@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.13/",
17
17
  "@shgysk8zer0/jwk-utils": "https://unpkg.com/@shgysk8zer0/jwk-utils@1.0.20/jwk-utils.min.js",
18
18
  "@shgysk8zer0/jwk-utils/": "https://unpkg.com/@shgysk8zer0/jwk-utils@1.0.20/",
19
19
  "@shgysk8zer0/jswaggersheets": "https://unpkg.com/@shgysk8zer0/jswaggersheets@1.1.0/swagger.js",
@@ -65,6 +65,8 @@ const imports = {
65
65
  "@aegisjsproject/callback-registry/": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/",
66
66
  "@aegisjsproject/attempt": "https://unpkg.com/@aegisjsproject/attempt@1.0.5/attempt.js",
67
67
  "@aegisjsproject/attempt/": "https://unpkg.com/@aegisjsproject/attempt@1.0.5/",
68
+ "@aegisjsproject/secret-store": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/secret-store.min.js",
69
+ "@aegisjsproject/secret-store/": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/",
68
70
  "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.6/",
69
71
  "@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
70
72
  leaflet: "https://unpkg.com/leaflet@1.9.4/dist/leaflet-src.esm.js",
@@ -74,7 +76,7 @@ const imports = {
74
76
  "highlight.js/": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/",
75
77
  "@highlightjs/cdn-assets": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/core.min.js",
76
78
  "@highlightjs/cdn-assets/": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/",
77
- marked: "https://unpkg.com/marked@16.1.2/lib/marked.esm.js",
79
+ marked: "https://unpkg.com/marked@16.3.0/lib/marked.esm.js",
78
80
  "marked-highlight": "https://unpkg.com/marked-highlight@2.2.2/src/index.js",
79
81
  yaml: "https://unpkg.com/yaml@2.8.1/browser/dist/index.js",
80
82
  "yaml/": "https://unpkg.com/yaml@2.8.1/browser/dist/",
package/cli.js CHANGED
@@ -9,8 +9,8 @@ import '@shgysk8zer0/npm-utils/path.js';
9
9
  const imports = {
10
10
  "@shgysk8zer0/kazoo/": "https://unpkg.com/@shgysk8zer0/kazoo@1.0.10/",
11
11
  "@shgysk8zer0/konami": "https://unpkg.com/@shgysk8zer0/konami@1.1.1/konami.js",
12
- "@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.12/browser.min.js",
13
- "@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.12/",
12
+ "@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.13/browser.min.js",
13
+ "@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.13/",
14
14
  "@shgysk8zer0/jwk-utils": "https://unpkg.com/@shgysk8zer0/jwk-utils@1.0.20/jwk-utils.min.js",
15
15
  "@shgysk8zer0/jwk-utils/": "https://unpkg.com/@shgysk8zer0/jwk-utils@1.0.20/",
16
16
  "@shgysk8zer0/jswaggersheets": "https://unpkg.com/@shgysk8zer0/jswaggersheets@1.1.0/swagger.js",
@@ -62,6 +62,8 @@ const imports = {
62
62
  "@aegisjsproject/callback-registry/": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/",
63
63
  "@aegisjsproject/attempt": "https://unpkg.com/@aegisjsproject/attempt@1.0.5/attempt.js",
64
64
  "@aegisjsproject/attempt/": "https://unpkg.com/@aegisjsproject/attempt@1.0.5/",
65
+ "@aegisjsproject/secret-store": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/secret-store.min.js",
66
+ "@aegisjsproject/secret-store/": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/",
65
67
  "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.6/",
66
68
  "@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
67
69
  leaflet: "https://unpkg.com/leaflet@1.9.4/dist/leaflet-src.esm.js",
@@ -71,7 +73,7 @@ const imports = {
71
73
  "highlight.js/": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/",
72
74
  "@highlightjs/cdn-assets": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/core.min.js",
73
75
  "@highlightjs/cdn-assets/": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/",
74
- marked: "https://unpkg.com/marked@16.1.2/lib/marked.esm.js",
76
+ marked: "https://unpkg.com/marked@16.3.0/lib/marked.esm.js",
75
77
  "marked-highlight": "https://unpkg.com/marked-highlight@2.2.2/src/index.js",
76
78
  yaml: "https://unpkg.com/yaml@2.8.1/browser/dist/index.js",
77
79
  "yaml/": "https://unpkg.com/yaml@2.8.1/browser/dist/",
package/importmap.cjs CHANGED
@@ -3,8 +3,8 @@
3
3
  const imports = {
4
4
  "@shgysk8zer0/kazoo/": "https://unpkg.com/@shgysk8zer0/kazoo@1.0.10/",
5
5
  "@shgysk8zer0/konami": "https://unpkg.com/@shgysk8zer0/konami@1.1.1/konami.js",
6
- "@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.12/browser.min.js",
7
- "@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.12/",
6
+ "@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.13/browser.min.js",
7
+ "@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.13/",
8
8
  "@shgysk8zer0/jwk-utils": "https://unpkg.com/@shgysk8zer0/jwk-utils@1.0.20/jwk-utils.min.js",
9
9
  "@shgysk8zer0/jwk-utils/": "https://unpkg.com/@shgysk8zer0/jwk-utils@1.0.20/",
10
10
  "@shgysk8zer0/jswaggersheets": "https://unpkg.com/@shgysk8zer0/jswaggersheets@1.1.0/swagger.js",
@@ -56,6 +56,8 @@ const imports = {
56
56
  "@aegisjsproject/callback-registry/": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/",
57
57
  "@aegisjsproject/attempt": "https://unpkg.com/@aegisjsproject/attempt@1.0.5/attempt.js",
58
58
  "@aegisjsproject/attempt/": "https://unpkg.com/@aegisjsproject/attempt@1.0.5/",
59
+ "@aegisjsproject/secret-store": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/secret-store.min.js",
60
+ "@aegisjsproject/secret-store/": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/",
59
61
  "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.6/",
60
62
  "@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
61
63
  leaflet: "https://unpkg.com/leaflet@1.9.4/dist/leaflet-src.esm.js",
@@ -65,7 +67,7 @@ const imports = {
65
67
  "highlight.js/": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/",
66
68
  "@highlightjs/cdn-assets": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/core.min.js",
67
69
  "@highlightjs/cdn-assets/": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/",
68
- marked: "https://unpkg.com/marked@16.1.2/lib/marked.esm.js",
70
+ marked: "https://unpkg.com/marked@16.3.0/lib/marked.esm.js",
69
71
  "marked-highlight": "https://unpkg.com/marked-highlight@2.2.2/src/index.js",
70
72
  yaml: "https://unpkg.com/yaml@2.8.1/browser/dist/index.js",
71
73
  "yaml/": "https://unpkg.com/yaml@2.8.1/browser/dist/",
package/importmap.js CHANGED
@@ -1,8 +1,8 @@
1
1
  const imports = {
2
2
  "@shgysk8zer0/kazoo/": "https://unpkg.com/@shgysk8zer0/kazoo@1.0.10/",
3
3
  "@shgysk8zer0/konami": "https://unpkg.com/@shgysk8zer0/konami@1.1.1/konami.js",
4
- "@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.12/browser.min.js",
5
- "@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.12/",
4
+ "@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.13/browser.min.js",
5
+ "@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.13/",
6
6
  "@shgysk8zer0/jwk-utils": "https://unpkg.com/@shgysk8zer0/jwk-utils@1.0.20/jwk-utils.min.js",
7
7
  "@shgysk8zer0/jwk-utils/": "https://unpkg.com/@shgysk8zer0/jwk-utils@1.0.20/",
8
8
  "@shgysk8zer0/jswaggersheets": "https://unpkg.com/@shgysk8zer0/jswaggersheets@1.1.0/swagger.js",
@@ -54,6 +54,8 @@ const imports = {
54
54
  "@aegisjsproject/callback-registry/": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/",
55
55
  "@aegisjsproject/attempt": "https://unpkg.com/@aegisjsproject/attempt@1.0.5/attempt.js",
56
56
  "@aegisjsproject/attempt/": "https://unpkg.com/@aegisjsproject/attempt@1.0.5/",
57
+ "@aegisjsproject/secret-store": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/secret-store.min.js",
58
+ "@aegisjsproject/secret-store/": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/",
57
59
  "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.6/",
58
60
  "@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
59
61
  leaflet: "https://unpkg.com/leaflet@1.9.4/dist/leaflet-src.esm.js",
@@ -63,7 +65,7 @@ const imports = {
63
65
  "highlight.js/": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/",
64
66
  "@highlightjs/cdn-assets": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/core.min.js",
65
67
  "@highlightjs/cdn-assets/": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/",
66
- marked: "https://unpkg.com/marked@16.1.2/lib/marked.esm.js",
68
+ marked: "https://unpkg.com/marked@16.3.0/lib/marked.esm.js",
67
69
  "marked-highlight": "https://unpkg.com/marked-highlight@2.2.2/src/index.js",
68
70
  yaml: "https://unpkg.com/yaml@2.8.1/browser/dist/index.js",
69
71
  "yaml/": "https://unpkg.com/yaml@2.8.1/browser/dist/",
package/importmap.json CHANGED
@@ -2,8 +2,8 @@
2
2
  "imports": {
3
3
  "@shgysk8zer0/kazoo/": "https://unpkg.com/@shgysk8zer0/kazoo@1.0.10/",
4
4
  "@shgysk8zer0/konami": "https://unpkg.com/@shgysk8zer0/konami@1.1.1/konami.js",
5
- "@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.12/browser.min.js",
6
- "@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.12/",
5
+ "@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.13/browser.min.js",
6
+ "@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.13/",
7
7
  "@shgysk8zer0/jwk-utils": "https://unpkg.com/@shgysk8zer0/jwk-utils@1.0.20/jwk-utils.min.js",
8
8
  "@shgysk8zer0/jwk-utils/": "https://unpkg.com/@shgysk8zer0/jwk-utils@1.0.20/",
9
9
  "@shgysk8zer0/jswaggersheets": "https://unpkg.com/@shgysk8zer0/jswaggersheets@1.1.0/swagger.js",
@@ -55,6 +55,8 @@
55
55
  "@aegisjsproject/callback-registry/": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/",
56
56
  "@aegisjsproject/attempt": "https://unpkg.com/@aegisjsproject/attempt@1.0.5/attempt.js",
57
57
  "@aegisjsproject/attempt/": "https://unpkg.com/@aegisjsproject/attempt@1.0.5/",
58
+ "@aegisjsproject/secret-store": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/secret-store.min.js",
59
+ "@aegisjsproject/secret-store/": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/",
58
60
  "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.6/",
59
61
  "@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
60
62
  "leaflet": "https://unpkg.com/leaflet@1.9.4/dist/leaflet-src.esm.js",
@@ -64,7 +66,7 @@
64
66
  "highlight.js/": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/",
65
67
  "@highlightjs/cdn-assets": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/core.min.js",
66
68
  "@highlightjs/cdn-assets/": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/",
67
- "marked": "https://unpkg.com/marked@16.1.2/lib/marked.esm.js",
69
+ "marked": "https://unpkg.com/marked@16.3.0/lib/marked.esm.js",
68
70
  "marked-highlight": "https://unpkg.com/marked-highlight@2.2.2/src/index.js",
69
71
  "yaml": "https://unpkg.com/yaml@2.8.1/browser/dist/index.js",
70
72
  "yaml/": "https://unpkg.com/yaml@2.8.1/browser/dist/",
package/index.cjs CHANGED
@@ -9,8 +9,8 @@ var path_js = require('@shgysk8zer0/npm-utils/path.js');
9
9
  const imports$1 = {
10
10
  "@shgysk8zer0/kazoo/": "https://unpkg.com/@shgysk8zer0/kazoo@1.0.10/",
11
11
  "@shgysk8zer0/konami": "https://unpkg.com/@shgysk8zer0/konami@1.1.1/konami.js",
12
- "@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.12/browser.min.js",
13
- "@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.12/",
12
+ "@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.13/browser.min.js",
13
+ "@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.13/",
14
14
  "@shgysk8zer0/jwk-utils": "https://unpkg.com/@shgysk8zer0/jwk-utils@1.0.20/jwk-utils.min.js",
15
15
  "@shgysk8zer0/jwk-utils/": "https://unpkg.com/@shgysk8zer0/jwk-utils@1.0.20/",
16
16
  "@shgysk8zer0/jswaggersheets": "https://unpkg.com/@shgysk8zer0/jswaggersheets@1.1.0/swagger.js",
@@ -62,6 +62,8 @@ const imports$1 = {
62
62
  "@aegisjsproject/callback-registry/": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/",
63
63
  "@aegisjsproject/attempt": "https://unpkg.com/@aegisjsproject/attempt@1.0.5/attempt.js",
64
64
  "@aegisjsproject/attempt/": "https://unpkg.com/@aegisjsproject/attempt@1.0.5/",
65
+ "@aegisjsproject/secret-store": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/secret-store.min.js",
66
+ "@aegisjsproject/secret-store/": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/",
65
67
  "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.6/",
66
68
  "@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
67
69
  leaflet: "https://unpkg.com/leaflet@1.9.4/dist/leaflet-src.esm.js",
@@ -71,7 +73,7 @@ const imports$1 = {
71
73
  "highlight.js/": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/",
72
74
  "@highlightjs/cdn-assets": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/core.min.js",
73
75
  "@highlightjs/cdn-assets/": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/",
74
- marked: "https://unpkg.com/marked@16.1.2/lib/marked.esm.js",
76
+ marked: "https://unpkg.com/marked@16.3.0/lib/marked.esm.js",
75
77
  "marked-highlight": "https://unpkg.com/marked-highlight@2.2.2/src/index.js",
76
78
  yaml: "https://unpkg.com/yaml@2.8.1/browser/dist/index.js",
77
79
  "yaml/": "https://unpkg.com/yaml@2.8.1/browser/dist/",
package/index.js CHANGED
@@ -7,8 +7,8 @@ import { getFileURL } from '@shgysk8zer0/npm-utils/path.js';
7
7
  const imports$1 = {
8
8
  "@shgysk8zer0/kazoo/": "https://unpkg.com/@shgysk8zer0/kazoo@1.0.10/",
9
9
  "@shgysk8zer0/konami": "https://unpkg.com/@shgysk8zer0/konami@1.1.1/konami.js",
10
- "@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.12/browser.min.js",
11
- "@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.12/",
10
+ "@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.13/browser.min.js",
11
+ "@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.13/",
12
12
  "@shgysk8zer0/jwk-utils": "https://unpkg.com/@shgysk8zer0/jwk-utils@1.0.20/jwk-utils.min.js",
13
13
  "@shgysk8zer0/jwk-utils/": "https://unpkg.com/@shgysk8zer0/jwk-utils@1.0.20/",
14
14
  "@shgysk8zer0/jswaggersheets": "https://unpkg.com/@shgysk8zer0/jswaggersheets@1.1.0/swagger.js",
@@ -60,6 +60,8 @@ const imports$1 = {
60
60
  "@aegisjsproject/callback-registry/": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/",
61
61
  "@aegisjsproject/attempt": "https://unpkg.com/@aegisjsproject/attempt@1.0.5/attempt.js",
62
62
  "@aegisjsproject/attempt/": "https://unpkg.com/@aegisjsproject/attempt@1.0.5/",
63
+ "@aegisjsproject/secret-store": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/secret-store.min.js",
64
+ "@aegisjsproject/secret-store/": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/",
63
65
  "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.6/",
64
66
  "@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
65
67
  leaflet: "https://unpkg.com/leaflet@1.9.4/dist/leaflet-src.esm.js",
@@ -69,7 +71,7 @@ const imports$1 = {
69
71
  "highlight.js/": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/",
70
72
  "@highlightjs/cdn-assets": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/core.min.js",
71
73
  "@highlightjs/cdn-assets/": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/",
72
- marked: "https://unpkg.com/marked@16.1.2/lib/marked.esm.js",
74
+ marked: "https://unpkg.com/marked@16.3.0/lib/marked.esm.js",
73
75
  "marked-highlight": "https://unpkg.com/marked-highlight@2.2.2/src/index.js",
74
76
  yaml: "https://unpkg.com/yaml@2.8.1/browser/dist/index.js",
75
77
  "yaml/": "https://unpkg.com/yaml@2.8.1/browser/dist/",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shgysk8zer0/importmap",
3
- "version": "1.4.75",
3
+ "version": "1.4.76",
4
4
  "engines": {
5
5
  "node": ">=18.0.0"
6
6
  },
@@ -69,6 +69,6 @@
69
69
  "dependencies": {
70
70
  "@shgysk8zer0/npm-utils": "^1.1.3",
71
71
  "@shgysk8zer0/polyfills": "^0.4.12",
72
- "commander": "^14.0.0"
72
+ "commander": "^14.0.1"
73
73
  }
74
74
  }