@shgysk8zer0/importmap 1.4.69 → 1.4.71

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,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [v1.4.71] - 2025-07-17
11
+
12
+ ### Changed
13
+ - Update `@shgysk8zer0/polyfills`
14
+
15
+ ## [v1.4.70] - 2025-07-16
16
+
17
+ ### Added
18
+ - Add `@aegisjsproject/attempt`
19
+
10
20
  ## [v1.4.69] - 2025-07-07
11
21
 
12
22
  ### Added
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.11/browser.min.js",
16
- "@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.11/",
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/",
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",
@@ -63,6 +63,8 @@ const imports = {
63
63
  "@aegisjsproject/router/": "https://unpkg.com/@aegisjsproject/router@1.1.11/",
64
64
  "@aegisjsproject/callback-registry": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/callbackRegistry.js",
65
65
  "@aegisjsproject/callback-registry/": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/",
66
+ "@aegisjsproject/attempt": "https://unpkg.com/@aegisjsproject/attempt@1.0.0/attempt.js",
67
+ "@aegisjsproject/attempt/": "https://unpkg.com/@aegisjsproject/attempt@1.0.0/",
66
68
  "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.6/",
67
69
  "@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
68
70
  leaflet: "https://unpkg.com/leaflet@1.9.4/dist/leaflet-src.esm.js",
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.11/browser.min.js",
13
- "@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.11/",
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/",
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",
@@ -60,6 +60,8 @@ const imports = {
60
60
  "@aegisjsproject/router/": "https://unpkg.com/@aegisjsproject/router@1.1.11/",
61
61
  "@aegisjsproject/callback-registry": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/callbackRegistry.js",
62
62
  "@aegisjsproject/callback-registry/": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/",
63
+ "@aegisjsproject/attempt": "https://unpkg.com/@aegisjsproject/attempt@1.0.0/attempt.js",
64
+ "@aegisjsproject/attempt/": "https://unpkg.com/@aegisjsproject/attempt@1.0.0/",
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",
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.11/browser.min.js",
7
- "@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.11/",
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/",
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",
@@ -54,6 +54,8 @@ const imports = {
54
54
  "@aegisjsproject/router/": "https://unpkg.com/@aegisjsproject/router@1.1.11/",
55
55
  "@aegisjsproject/callback-registry": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/callbackRegistry.js",
56
56
  "@aegisjsproject/callback-registry/": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/",
57
+ "@aegisjsproject/attempt": "https://unpkg.com/@aegisjsproject/attempt@1.0.0/attempt.js",
58
+ "@aegisjsproject/attempt/": "https://unpkg.com/@aegisjsproject/attempt@1.0.0/",
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",
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.11/browser.min.js",
5
- "@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.11/",
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/",
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",
@@ -52,6 +52,8 @@ const imports = {
52
52
  "@aegisjsproject/router/": "https://unpkg.com/@aegisjsproject/router@1.1.11/",
53
53
  "@aegisjsproject/callback-registry": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/callbackRegistry.js",
54
54
  "@aegisjsproject/callback-registry/": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/",
55
+ "@aegisjsproject/attempt": "https://unpkg.com/@aegisjsproject/attempt@1.0.0/attempt.js",
56
+ "@aegisjsproject/attempt/": "https://unpkg.com/@aegisjsproject/attempt@1.0.0/",
55
57
  "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.6/",
56
58
  "@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
57
59
  leaflet: "https://unpkg.com/leaflet@1.9.4/dist/leaflet-src.esm.js",
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.11/browser.min.js",
6
- "@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.11/",
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/",
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",
@@ -53,6 +53,8 @@
53
53
  "@aegisjsproject/router/": "https://unpkg.com/@aegisjsproject/router@1.1.11/",
54
54
  "@aegisjsproject/callback-registry": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/callbackRegistry.js",
55
55
  "@aegisjsproject/callback-registry/": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/",
56
+ "@aegisjsproject/attempt": "https://unpkg.com/@aegisjsproject/attempt@1.0.0/attempt.js",
57
+ "@aegisjsproject/attempt/": "https://unpkg.com/@aegisjsproject/attempt@1.0.0/",
56
58
  "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.6/",
57
59
  "@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
58
60
  "leaflet": "https://unpkg.com/leaflet@1.9.4/dist/leaflet-src.esm.js",
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.11/browser.min.js",
13
- "@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.11/",
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/",
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",
@@ -60,6 +60,8 @@ const imports$1 = {
60
60
  "@aegisjsproject/router/": "https://unpkg.com/@aegisjsproject/router@1.1.11/",
61
61
  "@aegisjsproject/callback-registry": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/callbackRegistry.js",
62
62
  "@aegisjsproject/callback-registry/": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/",
63
+ "@aegisjsproject/attempt": "https://unpkg.com/@aegisjsproject/attempt@1.0.0/attempt.js",
64
+ "@aegisjsproject/attempt/": "https://unpkg.com/@aegisjsproject/attempt@1.0.0/",
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",
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.11/browser.min.js",
11
- "@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.4.11/",
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/",
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",
@@ -58,6 +58,8 @@ const imports$1 = {
58
58
  "@aegisjsproject/router/": "https://unpkg.com/@aegisjsproject/router@1.1.11/",
59
59
  "@aegisjsproject/callback-registry": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/callbackRegistry.js",
60
60
  "@aegisjsproject/callback-registry/": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/",
61
+ "@aegisjsproject/attempt": "https://unpkg.com/@aegisjsproject/attempt@1.0.0/attempt.js",
62
+ "@aegisjsproject/attempt/": "https://unpkg.com/@aegisjsproject/attempt@1.0.0/",
61
63
  "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.6/",
62
64
  "@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
63
65
  leaflet: "https://unpkg.com/leaflet@1.9.4/dist/leaflet-src.esm.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shgysk8zer0/importmap",
3
- "version": "1.4.69",
3
+ "version": "1.4.71",
4
4
  "engines": {
5
5
  "node": ">=18.0.0"
6
6
  },
@@ -68,7 +68,7 @@
68
68
  },
69
69
  "dependencies": {
70
70
  "@shgysk8zer0/npm-utils": "^1.1.3",
71
- "@shgysk8zer0/polyfills": "^0.4.11",
71
+ "@shgysk8zer0/polyfills": "^0.4.12",
72
72
  "commander": "^14.0.0"
73
73
  }
74
74
  }