@shgysk8zer0/importmap 1.4.87 → 1.4.88

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,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+
11
+ ## [v1.4.88] - 2025-11-19
12
+
13
+ ### Changed
14
+ - Update component libraries with sanitizer fixes
15
+
10
16
  ## [v1.4.87] - 2025-11-18
11
17
 
12
18
  ### Changed
package/cli.cjs CHANGED
@@ -56,7 +56,7 @@ const imports = {
56
56
  "@aegisjsproject/md-editor/": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/",
57
57
  "@aegisjsproject/barcodescanner": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.3/scanner.min.js",
58
58
  "@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.3/",
59
- "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.19/",
59
+ "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.20/",
60
60
  "@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.7/state.mjs",
61
61
  "@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.7/",
62
62
  "@aegisjsproject/router": "https://unpkg.com/@aegisjsproject/router@1.1.11/router.mjs",
@@ -71,7 +71,7 @@ const imports = {
71
71
  "@aegisjsproject/firebase-account-routes": "https://unpkg.com/@aegisjsproject/firebase-account-routes@0.0.5/main.js",
72
72
  "@aegisjsproject/firebase-account-routes/": "https://unpkg.com/@aegisjsproject/firebase-account-routes@0.0.5/",
73
73
  "@aegisjsproject/secret-store/": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/",
74
- "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.6/",
74
+ "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.8/",
75
75
  "@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
76
76
  leaflet: "https://unpkg.com/leaflet@1.9.4/dist/leaflet-src.esm.js",
77
77
  "leaflet/": "https://unpkg.com/leaflet@1.9.4/dist/",
package/cli.js CHANGED
@@ -53,7 +53,7 @@ const imports = {
53
53
  "@aegisjsproject/md-editor/": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/",
54
54
  "@aegisjsproject/barcodescanner": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.3/scanner.min.js",
55
55
  "@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.3/",
56
- "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.19/",
56
+ "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.20/",
57
57
  "@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.7/state.mjs",
58
58
  "@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.7/",
59
59
  "@aegisjsproject/router": "https://unpkg.com/@aegisjsproject/router@1.1.11/router.mjs",
@@ -68,7 +68,7 @@ const imports = {
68
68
  "@aegisjsproject/firebase-account-routes": "https://unpkg.com/@aegisjsproject/firebase-account-routes@0.0.5/main.js",
69
69
  "@aegisjsproject/firebase-account-routes/": "https://unpkg.com/@aegisjsproject/firebase-account-routes@0.0.5/",
70
70
  "@aegisjsproject/secret-store/": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/",
71
- "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.6/",
71
+ "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.8/",
72
72
  "@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
73
73
  leaflet: "https://unpkg.com/leaflet@1.9.4/dist/leaflet-src.esm.js",
74
74
  "leaflet/": "https://unpkg.com/leaflet@1.9.4/dist/",
package/importmap.cjs CHANGED
@@ -47,7 +47,7 @@ const imports = {
47
47
  "@aegisjsproject/md-editor/": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/",
48
48
  "@aegisjsproject/barcodescanner": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.3/scanner.min.js",
49
49
  "@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.3/",
50
- "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.19/",
50
+ "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.20/",
51
51
  "@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.7/state.mjs",
52
52
  "@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.7/",
53
53
  "@aegisjsproject/router": "https://unpkg.com/@aegisjsproject/router@1.1.11/router.mjs",
@@ -62,7 +62,7 @@ const imports = {
62
62
  "@aegisjsproject/firebase-account-routes": "https://unpkg.com/@aegisjsproject/firebase-account-routes@0.0.5/main.js",
63
63
  "@aegisjsproject/firebase-account-routes/": "https://unpkg.com/@aegisjsproject/firebase-account-routes@0.0.5/",
64
64
  "@aegisjsproject/secret-store/": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/",
65
- "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.6/",
65
+ "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.8/",
66
66
  "@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
67
67
  leaflet: "https://unpkg.com/leaflet@1.9.4/dist/leaflet-src.esm.js",
68
68
  "leaflet/": "https://unpkg.com/leaflet@1.9.4/dist/",
package/importmap.js CHANGED
@@ -45,7 +45,7 @@ const imports = {
45
45
  "@aegisjsproject/md-editor/": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/",
46
46
  "@aegisjsproject/barcodescanner": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.3/scanner.min.js",
47
47
  "@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.3/",
48
- "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.19/",
48
+ "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.20/",
49
49
  "@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.7/state.mjs",
50
50
  "@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.7/",
51
51
  "@aegisjsproject/router": "https://unpkg.com/@aegisjsproject/router@1.1.11/router.mjs",
@@ -60,7 +60,7 @@ const imports = {
60
60
  "@aegisjsproject/firebase-account-routes": "https://unpkg.com/@aegisjsproject/firebase-account-routes@0.0.5/main.js",
61
61
  "@aegisjsproject/firebase-account-routes/": "https://unpkg.com/@aegisjsproject/firebase-account-routes@0.0.5/",
62
62
  "@aegisjsproject/secret-store/": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/",
63
- "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.6/",
63
+ "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.8/",
64
64
  "@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
65
65
  leaflet: "https://unpkg.com/leaflet@1.9.4/dist/leaflet-src.esm.js",
66
66
  "leaflet/": "https://unpkg.com/leaflet@1.9.4/dist/",
package/importmap.json CHANGED
@@ -46,7 +46,7 @@
46
46
  "@aegisjsproject/md-editor/": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/",
47
47
  "@aegisjsproject/barcodescanner": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.3/scanner.min.js",
48
48
  "@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.3/",
49
- "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.19/",
49
+ "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.20/",
50
50
  "@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.7/state.mjs",
51
51
  "@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.7/",
52
52
  "@aegisjsproject/router": "https://unpkg.com/@aegisjsproject/router@1.1.11/router.mjs",
@@ -61,7 +61,7 @@
61
61
  "@aegisjsproject/firebase-account-routes": "https://unpkg.com/@aegisjsproject/firebase-account-routes@0.0.5/main.js",
62
62
  "@aegisjsproject/firebase-account-routes/": "https://unpkg.com/@aegisjsproject/firebase-account-routes@0.0.5/",
63
63
  "@aegisjsproject/secret-store/": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/",
64
- "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.6/",
64
+ "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.8/",
65
65
  "@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
66
66
  "leaflet": "https://unpkg.com/leaflet@1.9.4/dist/leaflet-src.esm.js",
67
67
  "leaflet/": "https://unpkg.com/leaflet@1.9.4/dist/",
package/index.cjs CHANGED
@@ -53,7 +53,7 @@ const imports$1 = {
53
53
  "@aegisjsproject/md-editor/": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/",
54
54
  "@aegisjsproject/barcodescanner": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.3/scanner.min.js",
55
55
  "@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.3/",
56
- "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.19/",
56
+ "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.20/",
57
57
  "@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.7/state.mjs",
58
58
  "@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.7/",
59
59
  "@aegisjsproject/router": "https://unpkg.com/@aegisjsproject/router@1.1.11/router.mjs",
@@ -68,7 +68,7 @@ const imports$1 = {
68
68
  "@aegisjsproject/firebase-account-routes": "https://unpkg.com/@aegisjsproject/firebase-account-routes@0.0.5/main.js",
69
69
  "@aegisjsproject/firebase-account-routes/": "https://unpkg.com/@aegisjsproject/firebase-account-routes@0.0.5/",
70
70
  "@aegisjsproject/secret-store/": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/",
71
- "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.6/",
71
+ "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.8/",
72
72
  "@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
73
73
  leaflet: "https://unpkg.com/leaflet@1.9.4/dist/leaflet-src.esm.js",
74
74
  "leaflet/": "https://unpkg.com/leaflet@1.9.4/dist/",
package/index.js CHANGED
@@ -51,7 +51,7 @@ const imports$1 = {
51
51
  "@aegisjsproject/md-editor/": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/",
52
52
  "@aegisjsproject/barcodescanner": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.3/scanner.min.js",
53
53
  "@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.3/",
54
- "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.19/",
54
+ "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.20/",
55
55
  "@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.7/state.mjs",
56
56
  "@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.7/",
57
57
  "@aegisjsproject/router": "https://unpkg.com/@aegisjsproject/router@1.1.11/router.mjs",
@@ -66,7 +66,7 @@ const imports$1 = {
66
66
  "@aegisjsproject/firebase-account-routes": "https://unpkg.com/@aegisjsproject/firebase-account-routes@0.0.5/main.js",
67
67
  "@aegisjsproject/firebase-account-routes/": "https://unpkg.com/@aegisjsproject/firebase-account-routes@0.0.5/",
68
68
  "@aegisjsproject/secret-store/": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/",
69
- "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.6/",
69
+ "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.8/",
70
70
  "@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
71
71
  leaflet: "https://unpkg.com/leaflet@1.9.4/dist/leaflet-src.esm.js",
72
72
  "leaflet/": "https://unpkg.com/leaflet@1.9.4/dist/",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shgysk8zer0/importmap",
3
- "version": "1.4.87",
3
+ "version": "1.4.88",
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.5.0",
71
+ "@shgysk8zer0/polyfills": "^0.5.1",
72
72
  "commander": "^14.0.2"
73
73
  }
74
74
  }