@shgysk8zer0/importmap 1.6.2 → 1.7.2
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 +18 -0
- package/cli.cjs +18 -5
- package/cli.js +18 -5
- package/importmap.cjs +18 -5
- package/importmap.js +18 -5
- package/importmap.json +19 -6
- package/index.cjs +18 -5
- package/index.js +18 -5
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [v1.7.2] - 2026-01-05
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- Update `@aegisjsproject/escape` with `trustedTypes` support
|
|
14
|
+
|
|
15
|
+
## [v1.7.1] - 2026-01-05
|
|
16
|
+
|
|
17
|
+
### Added
|
|
18
|
+
- Add `@aegisjsproject/escape` & `@aegisjsproject/core`
|
|
19
|
+
|
|
20
|
+
### Changed
|
|
21
|
+
- Update `@shgysk8zer0/polyfills` & `@aegisjsproject/core`
|
|
22
|
+
|
|
23
|
+
## [v1.7.0] - 2025-12-29
|
|
24
|
+
|
|
25
|
+
### Added
|
|
26
|
+
- Add `lit` and related dependencies
|
|
27
|
+
|
|
10
28
|
## [v1.6.2] - 2025-12-23
|
|
11
29
|
|
|
12
30
|
### Changed
|
package/cli.cjs
CHANGED
|
@@ -13,8 +13,8 @@ const imports$1 = {
|
|
|
13
13
|
"@node/": "/node_modules/",
|
|
14
14
|
"@shgysk8zer0/kazoo/": "https://unpkg.com/@shgysk8zer0/kazoo@1.0.10/",
|
|
15
15
|
"@shgysk8zer0/konami": "https://unpkg.com/@shgysk8zer0/konami@1.1.1/konami.js",
|
|
16
|
-
"@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.5.
|
|
17
|
-
"@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.5.
|
|
16
|
+
"@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.5.6/browser.min.js",
|
|
17
|
+
"@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.5.6/",
|
|
18
18
|
"@shgysk8zer0/jwk-utils": "https://unpkg.com/@shgysk8zer0/jwk-utils@1.0.20/jwk-utils.min.js",
|
|
19
19
|
"@shgysk8zer0/jwk-utils/": "https://unpkg.com/@shgysk8zer0/jwk-utils@1.0.20/",
|
|
20
20
|
"@shgysk8zer0/jswaggersheets": "https://unpkg.com/@shgysk8zer0/jswaggersheets@1.1.0/swagger.js",
|
|
@@ -37,8 +37,8 @@ const imports$1 = {
|
|
|
37
37
|
"@aegisjsproject/parsers/": "https://unpkg.com/@aegisjsproject/parsers@0.1.4/",
|
|
38
38
|
"@aegisjsproject/sanitizer": "https://unpkg.com/@aegisjsproject/sanitizer@0.2.4/sanitizer.js",
|
|
39
39
|
"@aegisjsproject/sanitizer/": "https://unpkg.com/@aegisjsproject/sanitizer@0.2.4/",
|
|
40
|
-
"@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.
|
|
41
|
-
"@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.2.
|
|
40
|
+
"@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.30/core.js",
|
|
41
|
+
"@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.2.30/",
|
|
42
42
|
"@aegisjsproject/styles": "https://unpkg.com/@aegisjsproject/styles@0.2.7/styles.js",
|
|
43
43
|
"@aegisjsproject/styles/": "https://unpkg.com/@aegisjsproject/styles@0.2.7/",
|
|
44
44
|
"@aegisjsproject/component": "https://unpkg.com/@aegisjsproject/component@0.1.7/component.js",
|
|
@@ -74,6 +74,11 @@ const imports$1 = {
|
|
|
74
74
|
"@aegisjsproject/secret-store/": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/",
|
|
75
75
|
"@aegisjsproject/qr-encoder": "https://unpkg.com/@aegisjsproject/qr-encoder@1.0.1/index.min.js",
|
|
76
76
|
"@aegisjsproject/qr-encoder/": "https://unpkg.com/@aegisjsproject/qr-encoder@1.0.1/",
|
|
77
|
+
"@aegisjsproject/escape": "https://unpkg.com/@aegisjsproject/escape@1.0.2/index.min.js",
|
|
78
|
+
"@aegisjsproject/escape/": "https://unpkg.com/@aegisjsproject/escape@1.0.2/",
|
|
79
|
+
"@aegisjsproject/escape/html": "https://unpkg.com/@aegisjsproject/escape@1.0.2/html.min.js",
|
|
80
|
+
"@aegisjsproject/escape/trusted-html": "https://unpkg.com/@aegisjsproject/escape@1.0.2/trusted-html.min.js",
|
|
81
|
+
"@aegisjsproject/escape/css": "https://unpkg.com/@aegisjsproject/escape@1.0.2/css.min.js",
|
|
77
82
|
"@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.9/",
|
|
78
83
|
"@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
|
|
79
84
|
leaflet: "https://unpkg.com/leaflet@1.9.4/dist/leaflet-src.esm.js",
|
|
@@ -100,7 +105,15 @@ const imports$1 = {
|
|
|
100
105
|
"firebase/storage": "https://www.gstatic.com/firebasejs/10.12.1/firebase-storage.js",
|
|
101
106
|
"firebase/analytics": "https://www.gstatic.com/firebasejs/10.12.1/firebase-analytics.js",
|
|
102
107
|
qr: "https://unpkg.com/qr@0.5.3/index.js",
|
|
103
|
-
"qr/": "https://unpkg.com/qr@0.5.3/"
|
|
108
|
+
"qr/": "https://unpkg.com/qr@0.5.3/",
|
|
109
|
+
lit: "https://unpkg.com/lit@3.3.2/index.js",
|
|
110
|
+
"lit/": "https://unpkg.com/lit@3.3.2/",
|
|
111
|
+
"lit-html": "https://unpkg.com/lit-html@3.3.2/lit-html.js",
|
|
112
|
+
"lit-html/": "https://unpkg.com/lit-html@3.3.2/",
|
|
113
|
+
"lit-element": "https://unpkg.com/lit-element@4.2.2/lit-element.js",
|
|
114
|
+
"lit-element/": "https://unpkg.com/lit-element@4.2.2/",
|
|
115
|
+
"@lit/reactive-element": "https://unpkg.com/@lit/reactive-element@2.1.2/reactive-element.js",
|
|
116
|
+
"@lit/reactive-element/": "https://unpkg.com/@lit/reactive-element@2.1.2/"
|
|
104
117
|
};
|
|
105
118
|
const scopes$1 = {
|
|
106
119
|
};
|
package/cli.js
CHANGED
|
@@ -10,8 +10,8 @@ const imports$1 = {
|
|
|
10
10
|
"@node/": "/node_modules/",
|
|
11
11
|
"@shgysk8zer0/kazoo/": "https://unpkg.com/@shgysk8zer0/kazoo@1.0.10/",
|
|
12
12
|
"@shgysk8zer0/konami": "https://unpkg.com/@shgysk8zer0/konami@1.1.1/konami.js",
|
|
13
|
-
"@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.5.
|
|
14
|
-
"@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.5.
|
|
13
|
+
"@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.5.6/browser.min.js",
|
|
14
|
+
"@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.5.6/",
|
|
15
15
|
"@shgysk8zer0/jwk-utils": "https://unpkg.com/@shgysk8zer0/jwk-utils@1.0.20/jwk-utils.min.js",
|
|
16
16
|
"@shgysk8zer0/jwk-utils/": "https://unpkg.com/@shgysk8zer0/jwk-utils@1.0.20/",
|
|
17
17
|
"@shgysk8zer0/jswaggersheets": "https://unpkg.com/@shgysk8zer0/jswaggersheets@1.1.0/swagger.js",
|
|
@@ -34,8 +34,8 @@ const imports$1 = {
|
|
|
34
34
|
"@aegisjsproject/parsers/": "https://unpkg.com/@aegisjsproject/parsers@0.1.4/",
|
|
35
35
|
"@aegisjsproject/sanitizer": "https://unpkg.com/@aegisjsproject/sanitizer@0.2.4/sanitizer.js",
|
|
36
36
|
"@aegisjsproject/sanitizer/": "https://unpkg.com/@aegisjsproject/sanitizer@0.2.4/",
|
|
37
|
-
"@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.
|
|
38
|
-
"@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.2.
|
|
37
|
+
"@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.30/core.js",
|
|
38
|
+
"@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.2.30/",
|
|
39
39
|
"@aegisjsproject/styles": "https://unpkg.com/@aegisjsproject/styles@0.2.7/styles.js",
|
|
40
40
|
"@aegisjsproject/styles/": "https://unpkg.com/@aegisjsproject/styles@0.2.7/",
|
|
41
41
|
"@aegisjsproject/component": "https://unpkg.com/@aegisjsproject/component@0.1.7/component.js",
|
|
@@ -71,6 +71,11 @@ const imports$1 = {
|
|
|
71
71
|
"@aegisjsproject/secret-store/": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/",
|
|
72
72
|
"@aegisjsproject/qr-encoder": "https://unpkg.com/@aegisjsproject/qr-encoder@1.0.1/index.min.js",
|
|
73
73
|
"@aegisjsproject/qr-encoder/": "https://unpkg.com/@aegisjsproject/qr-encoder@1.0.1/",
|
|
74
|
+
"@aegisjsproject/escape": "https://unpkg.com/@aegisjsproject/escape@1.0.2/index.min.js",
|
|
75
|
+
"@aegisjsproject/escape/": "https://unpkg.com/@aegisjsproject/escape@1.0.2/",
|
|
76
|
+
"@aegisjsproject/escape/html": "https://unpkg.com/@aegisjsproject/escape@1.0.2/html.min.js",
|
|
77
|
+
"@aegisjsproject/escape/trusted-html": "https://unpkg.com/@aegisjsproject/escape@1.0.2/trusted-html.min.js",
|
|
78
|
+
"@aegisjsproject/escape/css": "https://unpkg.com/@aegisjsproject/escape@1.0.2/css.min.js",
|
|
74
79
|
"@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.9/",
|
|
75
80
|
"@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
|
|
76
81
|
leaflet: "https://unpkg.com/leaflet@1.9.4/dist/leaflet-src.esm.js",
|
|
@@ -97,7 +102,15 @@ const imports$1 = {
|
|
|
97
102
|
"firebase/storage": "https://www.gstatic.com/firebasejs/10.12.1/firebase-storage.js",
|
|
98
103
|
"firebase/analytics": "https://www.gstatic.com/firebasejs/10.12.1/firebase-analytics.js",
|
|
99
104
|
qr: "https://unpkg.com/qr@0.5.3/index.js",
|
|
100
|
-
"qr/": "https://unpkg.com/qr@0.5.3/"
|
|
105
|
+
"qr/": "https://unpkg.com/qr@0.5.3/",
|
|
106
|
+
lit: "https://unpkg.com/lit@3.3.2/index.js",
|
|
107
|
+
"lit/": "https://unpkg.com/lit@3.3.2/",
|
|
108
|
+
"lit-html": "https://unpkg.com/lit-html@3.3.2/lit-html.js",
|
|
109
|
+
"lit-html/": "https://unpkg.com/lit-html@3.3.2/",
|
|
110
|
+
"lit-element": "https://unpkg.com/lit-element@4.2.2/lit-element.js",
|
|
111
|
+
"lit-element/": "https://unpkg.com/lit-element@4.2.2/",
|
|
112
|
+
"@lit/reactive-element": "https://unpkg.com/@lit/reactive-element@2.1.2/reactive-element.js",
|
|
113
|
+
"@lit/reactive-element/": "https://unpkg.com/@lit/reactive-element@2.1.2/"
|
|
101
114
|
};
|
|
102
115
|
const scopes$1 = {
|
|
103
116
|
};
|
package/importmap.cjs
CHANGED
|
@@ -10,8 +10,8 @@ const imports$1 = {
|
|
|
10
10
|
"@node/": "/node_modules/",
|
|
11
11
|
"@shgysk8zer0/kazoo/": "https://unpkg.com/@shgysk8zer0/kazoo@1.0.10/",
|
|
12
12
|
"@shgysk8zer0/konami": "https://unpkg.com/@shgysk8zer0/konami@1.1.1/konami.js",
|
|
13
|
-
"@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.5.
|
|
14
|
-
"@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.5.
|
|
13
|
+
"@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.5.6/browser.min.js",
|
|
14
|
+
"@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.5.6/",
|
|
15
15
|
"@shgysk8zer0/jwk-utils": "https://unpkg.com/@shgysk8zer0/jwk-utils@1.0.20/jwk-utils.min.js",
|
|
16
16
|
"@shgysk8zer0/jwk-utils/": "https://unpkg.com/@shgysk8zer0/jwk-utils@1.0.20/",
|
|
17
17
|
"@shgysk8zer0/jswaggersheets": "https://unpkg.com/@shgysk8zer0/jswaggersheets@1.1.0/swagger.js",
|
|
@@ -34,8 +34,8 @@ const imports$1 = {
|
|
|
34
34
|
"@aegisjsproject/parsers/": "https://unpkg.com/@aegisjsproject/parsers@0.1.4/",
|
|
35
35
|
"@aegisjsproject/sanitizer": "https://unpkg.com/@aegisjsproject/sanitizer@0.2.4/sanitizer.js",
|
|
36
36
|
"@aegisjsproject/sanitizer/": "https://unpkg.com/@aegisjsproject/sanitizer@0.2.4/",
|
|
37
|
-
"@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.
|
|
38
|
-
"@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.2.
|
|
37
|
+
"@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.30/core.js",
|
|
38
|
+
"@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.2.30/",
|
|
39
39
|
"@aegisjsproject/styles": "https://unpkg.com/@aegisjsproject/styles@0.2.7/styles.js",
|
|
40
40
|
"@aegisjsproject/styles/": "https://unpkg.com/@aegisjsproject/styles@0.2.7/",
|
|
41
41
|
"@aegisjsproject/component": "https://unpkg.com/@aegisjsproject/component@0.1.7/component.js",
|
|
@@ -71,6 +71,11 @@ const imports$1 = {
|
|
|
71
71
|
"@aegisjsproject/secret-store/": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/",
|
|
72
72
|
"@aegisjsproject/qr-encoder": "https://unpkg.com/@aegisjsproject/qr-encoder@1.0.1/index.min.js",
|
|
73
73
|
"@aegisjsproject/qr-encoder/": "https://unpkg.com/@aegisjsproject/qr-encoder@1.0.1/",
|
|
74
|
+
"@aegisjsproject/escape": "https://unpkg.com/@aegisjsproject/escape@1.0.2/index.min.js",
|
|
75
|
+
"@aegisjsproject/escape/": "https://unpkg.com/@aegisjsproject/escape@1.0.2/",
|
|
76
|
+
"@aegisjsproject/escape/html": "https://unpkg.com/@aegisjsproject/escape@1.0.2/html.min.js",
|
|
77
|
+
"@aegisjsproject/escape/trusted-html": "https://unpkg.com/@aegisjsproject/escape@1.0.2/trusted-html.min.js",
|
|
78
|
+
"@aegisjsproject/escape/css": "https://unpkg.com/@aegisjsproject/escape@1.0.2/css.min.js",
|
|
74
79
|
"@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.9/",
|
|
75
80
|
"@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
|
|
76
81
|
leaflet: "https://unpkg.com/leaflet@1.9.4/dist/leaflet-src.esm.js",
|
|
@@ -97,7 +102,15 @@ const imports$1 = {
|
|
|
97
102
|
"firebase/storage": "https://www.gstatic.com/firebasejs/10.12.1/firebase-storage.js",
|
|
98
103
|
"firebase/analytics": "https://www.gstatic.com/firebasejs/10.12.1/firebase-analytics.js",
|
|
99
104
|
qr: "https://unpkg.com/qr@0.5.3/index.js",
|
|
100
|
-
"qr/": "https://unpkg.com/qr@0.5.3/"
|
|
105
|
+
"qr/": "https://unpkg.com/qr@0.5.3/",
|
|
106
|
+
lit: "https://unpkg.com/lit@3.3.2/index.js",
|
|
107
|
+
"lit/": "https://unpkg.com/lit@3.3.2/",
|
|
108
|
+
"lit-html": "https://unpkg.com/lit-html@3.3.2/lit-html.js",
|
|
109
|
+
"lit-html/": "https://unpkg.com/lit-html@3.3.2/",
|
|
110
|
+
"lit-element": "https://unpkg.com/lit-element@4.2.2/lit-element.js",
|
|
111
|
+
"lit-element/": "https://unpkg.com/lit-element@4.2.2/",
|
|
112
|
+
"@lit/reactive-element": "https://unpkg.com/@lit/reactive-element@2.1.2/reactive-element.js",
|
|
113
|
+
"@lit/reactive-element/": "https://unpkg.com/@lit/reactive-element@2.1.2/"
|
|
101
114
|
};
|
|
102
115
|
const scopes$1 = {
|
|
103
116
|
};
|
package/importmap.js
CHANGED
|
@@ -6,8 +6,8 @@ const imports$1 = {
|
|
|
6
6
|
"@node/": "/node_modules/",
|
|
7
7
|
"@shgysk8zer0/kazoo/": "https://unpkg.com/@shgysk8zer0/kazoo@1.0.10/",
|
|
8
8
|
"@shgysk8zer0/konami": "https://unpkg.com/@shgysk8zer0/konami@1.1.1/konami.js",
|
|
9
|
-
"@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.5.
|
|
10
|
-
"@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.5.
|
|
9
|
+
"@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.5.6/browser.min.js",
|
|
10
|
+
"@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.5.6/",
|
|
11
11
|
"@shgysk8zer0/jwk-utils": "https://unpkg.com/@shgysk8zer0/jwk-utils@1.0.20/jwk-utils.min.js",
|
|
12
12
|
"@shgysk8zer0/jwk-utils/": "https://unpkg.com/@shgysk8zer0/jwk-utils@1.0.20/",
|
|
13
13
|
"@shgysk8zer0/jswaggersheets": "https://unpkg.com/@shgysk8zer0/jswaggersheets@1.1.0/swagger.js",
|
|
@@ -30,8 +30,8 @@ const imports$1 = {
|
|
|
30
30
|
"@aegisjsproject/parsers/": "https://unpkg.com/@aegisjsproject/parsers@0.1.4/",
|
|
31
31
|
"@aegisjsproject/sanitizer": "https://unpkg.com/@aegisjsproject/sanitizer@0.2.4/sanitizer.js",
|
|
32
32
|
"@aegisjsproject/sanitizer/": "https://unpkg.com/@aegisjsproject/sanitizer@0.2.4/",
|
|
33
|
-
"@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.
|
|
34
|
-
"@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.2.
|
|
33
|
+
"@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.30/core.js",
|
|
34
|
+
"@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.2.30/",
|
|
35
35
|
"@aegisjsproject/styles": "https://unpkg.com/@aegisjsproject/styles@0.2.7/styles.js",
|
|
36
36
|
"@aegisjsproject/styles/": "https://unpkg.com/@aegisjsproject/styles@0.2.7/",
|
|
37
37
|
"@aegisjsproject/component": "https://unpkg.com/@aegisjsproject/component@0.1.7/component.js",
|
|
@@ -67,6 +67,11 @@ const imports$1 = {
|
|
|
67
67
|
"@aegisjsproject/secret-store/": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/",
|
|
68
68
|
"@aegisjsproject/qr-encoder": "https://unpkg.com/@aegisjsproject/qr-encoder@1.0.1/index.min.js",
|
|
69
69
|
"@aegisjsproject/qr-encoder/": "https://unpkg.com/@aegisjsproject/qr-encoder@1.0.1/",
|
|
70
|
+
"@aegisjsproject/escape": "https://unpkg.com/@aegisjsproject/escape@1.0.2/index.min.js",
|
|
71
|
+
"@aegisjsproject/escape/": "https://unpkg.com/@aegisjsproject/escape@1.0.2/",
|
|
72
|
+
"@aegisjsproject/escape/html": "https://unpkg.com/@aegisjsproject/escape@1.0.2/html.min.js",
|
|
73
|
+
"@aegisjsproject/escape/trusted-html": "https://unpkg.com/@aegisjsproject/escape@1.0.2/trusted-html.min.js",
|
|
74
|
+
"@aegisjsproject/escape/css": "https://unpkg.com/@aegisjsproject/escape@1.0.2/css.min.js",
|
|
70
75
|
"@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.9/",
|
|
71
76
|
"@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
|
|
72
77
|
leaflet: "https://unpkg.com/leaflet@1.9.4/dist/leaflet-src.esm.js",
|
|
@@ -93,7 +98,15 @@ const imports$1 = {
|
|
|
93
98
|
"firebase/storage": "https://www.gstatic.com/firebasejs/10.12.1/firebase-storage.js",
|
|
94
99
|
"firebase/analytics": "https://www.gstatic.com/firebasejs/10.12.1/firebase-analytics.js",
|
|
95
100
|
qr: "https://unpkg.com/qr@0.5.3/index.js",
|
|
96
|
-
"qr/": "https://unpkg.com/qr@0.5.3/"
|
|
101
|
+
"qr/": "https://unpkg.com/qr@0.5.3/",
|
|
102
|
+
lit: "https://unpkg.com/lit@3.3.2/index.js",
|
|
103
|
+
"lit/": "https://unpkg.com/lit@3.3.2/",
|
|
104
|
+
"lit-html": "https://unpkg.com/lit-html@3.3.2/lit-html.js",
|
|
105
|
+
"lit-html/": "https://unpkg.com/lit-html@3.3.2/",
|
|
106
|
+
"lit-element": "https://unpkg.com/lit-element@4.2.2/lit-element.js",
|
|
107
|
+
"lit-element/": "https://unpkg.com/lit-element@4.2.2/",
|
|
108
|
+
"@lit/reactive-element": "https://unpkg.com/@lit/reactive-element@2.1.2/reactive-element.js",
|
|
109
|
+
"@lit/reactive-element/": "https://unpkg.com/@lit/reactive-element@2.1.2/"
|
|
97
110
|
};
|
|
98
111
|
const scopes$1 = {
|
|
99
112
|
};
|
package/importmap.json
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
"@node/": "/node_modules/",
|
|
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.5.
|
|
7
|
-
"@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.5.
|
|
6
|
+
"@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.5.6/browser.min.js",
|
|
7
|
+
"@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.5.6/",
|
|
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",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"@aegisjsproject/parsers/": "https://unpkg.com/@aegisjsproject/parsers@0.1.4/",
|
|
28
28
|
"@aegisjsproject/sanitizer": "https://unpkg.com/@aegisjsproject/sanitizer@0.2.4/sanitizer.js",
|
|
29
29
|
"@aegisjsproject/sanitizer/": "https://unpkg.com/@aegisjsproject/sanitizer@0.2.4/",
|
|
30
|
-
"@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.
|
|
31
|
-
"@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.2.
|
|
30
|
+
"@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.30/core.js",
|
|
31
|
+
"@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.2.30/",
|
|
32
32
|
"@aegisjsproject/styles": "https://unpkg.com/@aegisjsproject/styles@0.2.7/styles.js",
|
|
33
33
|
"@aegisjsproject/styles/": "https://unpkg.com/@aegisjsproject/styles@0.2.7/",
|
|
34
34
|
"@aegisjsproject/component": "https://unpkg.com/@aegisjsproject/component@0.1.7/component.js",
|
|
@@ -64,6 +64,11 @@
|
|
|
64
64
|
"@aegisjsproject/secret-store/": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/",
|
|
65
65
|
"@aegisjsproject/qr-encoder": "https://unpkg.com/@aegisjsproject/qr-encoder@1.0.1/index.min.js",
|
|
66
66
|
"@aegisjsproject/qr-encoder/": "https://unpkg.com/@aegisjsproject/qr-encoder@1.0.1/",
|
|
67
|
+
"@aegisjsproject/escape": "https://unpkg.com/@aegisjsproject/escape@1.0.2/index.min.js",
|
|
68
|
+
"@aegisjsproject/escape/": "https://unpkg.com/@aegisjsproject/escape@1.0.2/",
|
|
69
|
+
"@aegisjsproject/escape/html": "https://unpkg.com/@aegisjsproject/escape@1.0.2/html.min.js",
|
|
70
|
+
"@aegisjsproject/escape/trusted-html": "https://unpkg.com/@aegisjsproject/escape@1.0.2/trusted-html.min.js",
|
|
71
|
+
"@aegisjsproject/escape/css": "https://unpkg.com/@aegisjsproject/escape@1.0.2/css.min.js",
|
|
67
72
|
"@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.9/",
|
|
68
73
|
"@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
|
|
69
74
|
"leaflet": "https://unpkg.com/leaflet@1.9.4/dist/leaflet-src.esm.js",
|
|
@@ -90,7 +95,15 @@
|
|
|
90
95
|
"firebase/storage": "https://www.gstatic.com/firebasejs/10.12.1/firebase-storage.js",
|
|
91
96
|
"firebase/analytics": "https://www.gstatic.com/firebasejs/10.12.1/firebase-analytics.js",
|
|
92
97
|
"qr": "https://unpkg.com/qr@0.5.3/index.js",
|
|
93
|
-
"qr/": "https://unpkg.com/qr@0.5.3/"
|
|
98
|
+
"qr/": "https://unpkg.com/qr@0.5.3/",
|
|
99
|
+
"lit": "https://unpkg.com/lit@3.3.2/index.js",
|
|
100
|
+
"lit/": "https://unpkg.com/lit@3.3.2/",
|
|
101
|
+
"lit-html": "https://unpkg.com/lit-html@3.3.2/lit-html.js",
|
|
102
|
+
"lit-html/": "https://unpkg.com/lit-html@3.3.2/",
|
|
103
|
+
"lit-element": "https://unpkg.com/lit-element@4.2.2/lit-element.js",
|
|
104
|
+
"lit-element/": "https://unpkg.com/lit-element@4.2.2/",
|
|
105
|
+
"@lit/reactive-element": "https://unpkg.com/@lit/reactive-element@2.1.2/reactive-element.js",
|
|
106
|
+
"@lit/reactive-element/": "https://unpkg.com/@lit/reactive-element@2.1.2/"
|
|
94
107
|
},
|
|
95
108
|
"scopes": {}
|
|
96
|
-
}
|
|
109
|
+
}
|
package/index.cjs
CHANGED
|
@@ -11,8 +11,8 @@ const imports$1 = {
|
|
|
11
11
|
"@node/": "/node_modules/",
|
|
12
12
|
"@shgysk8zer0/kazoo/": "https://unpkg.com/@shgysk8zer0/kazoo@1.0.10/",
|
|
13
13
|
"@shgysk8zer0/konami": "https://unpkg.com/@shgysk8zer0/konami@1.1.1/konami.js",
|
|
14
|
-
"@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.5.
|
|
15
|
-
"@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.5.
|
|
14
|
+
"@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.5.6/browser.min.js",
|
|
15
|
+
"@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.5.6/",
|
|
16
16
|
"@shgysk8zer0/jwk-utils": "https://unpkg.com/@shgysk8zer0/jwk-utils@1.0.20/jwk-utils.min.js",
|
|
17
17
|
"@shgysk8zer0/jwk-utils/": "https://unpkg.com/@shgysk8zer0/jwk-utils@1.0.20/",
|
|
18
18
|
"@shgysk8zer0/jswaggersheets": "https://unpkg.com/@shgysk8zer0/jswaggersheets@1.1.0/swagger.js",
|
|
@@ -35,8 +35,8 @@ const imports$1 = {
|
|
|
35
35
|
"@aegisjsproject/parsers/": "https://unpkg.com/@aegisjsproject/parsers@0.1.4/",
|
|
36
36
|
"@aegisjsproject/sanitizer": "https://unpkg.com/@aegisjsproject/sanitizer@0.2.4/sanitizer.js",
|
|
37
37
|
"@aegisjsproject/sanitizer/": "https://unpkg.com/@aegisjsproject/sanitizer@0.2.4/",
|
|
38
|
-
"@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.
|
|
39
|
-
"@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.2.
|
|
38
|
+
"@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.30/core.js",
|
|
39
|
+
"@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.2.30/",
|
|
40
40
|
"@aegisjsproject/styles": "https://unpkg.com/@aegisjsproject/styles@0.2.7/styles.js",
|
|
41
41
|
"@aegisjsproject/styles/": "https://unpkg.com/@aegisjsproject/styles@0.2.7/",
|
|
42
42
|
"@aegisjsproject/component": "https://unpkg.com/@aegisjsproject/component@0.1.7/component.js",
|
|
@@ -72,6 +72,11 @@ const imports$1 = {
|
|
|
72
72
|
"@aegisjsproject/secret-store/": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/",
|
|
73
73
|
"@aegisjsproject/qr-encoder": "https://unpkg.com/@aegisjsproject/qr-encoder@1.0.1/index.min.js",
|
|
74
74
|
"@aegisjsproject/qr-encoder/": "https://unpkg.com/@aegisjsproject/qr-encoder@1.0.1/",
|
|
75
|
+
"@aegisjsproject/escape": "https://unpkg.com/@aegisjsproject/escape@1.0.2/index.min.js",
|
|
76
|
+
"@aegisjsproject/escape/": "https://unpkg.com/@aegisjsproject/escape@1.0.2/",
|
|
77
|
+
"@aegisjsproject/escape/html": "https://unpkg.com/@aegisjsproject/escape@1.0.2/html.min.js",
|
|
78
|
+
"@aegisjsproject/escape/trusted-html": "https://unpkg.com/@aegisjsproject/escape@1.0.2/trusted-html.min.js",
|
|
79
|
+
"@aegisjsproject/escape/css": "https://unpkg.com/@aegisjsproject/escape@1.0.2/css.min.js",
|
|
75
80
|
"@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.9/",
|
|
76
81
|
"@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
|
|
77
82
|
leaflet: "https://unpkg.com/leaflet@1.9.4/dist/leaflet-src.esm.js",
|
|
@@ -98,7 +103,15 @@ const imports$1 = {
|
|
|
98
103
|
"firebase/storage": "https://www.gstatic.com/firebasejs/10.12.1/firebase-storage.js",
|
|
99
104
|
"firebase/analytics": "https://www.gstatic.com/firebasejs/10.12.1/firebase-analytics.js",
|
|
100
105
|
qr: "https://unpkg.com/qr@0.5.3/index.js",
|
|
101
|
-
"qr/": "https://unpkg.com/qr@0.5.3/"
|
|
106
|
+
"qr/": "https://unpkg.com/qr@0.5.3/",
|
|
107
|
+
lit: "https://unpkg.com/lit@3.3.2/index.js",
|
|
108
|
+
"lit/": "https://unpkg.com/lit@3.3.2/",
|
|
109
|
+
"lit-html": "https://unpkg.com/lit-html@3.3.2/lit-html.js",
|
|
110
|
+
"lit-html/": "https://unpkg.com/lit-html@3.3.2/",
|
|
111
|
+
"lit-element": "https://unpkg.com/lit-element@4.2.2/lit-element.js",
|
|
112
|
+
"lit-element/": "https://unpkg.com/lit-element@4.2.2/",
|
|
113
|
+
"@lit/reactive-element": "https://unpkg.com/@lit/reactive-element@2.1.2/reactive-element.js",
|
|
114
|
+
"@lit/reactive-element/": "https://unpkg.com/@lit/reactive-element@2.1.2/"
|
|
102
115
|
};
|
|
103
116
|
const scopes$1 = {
|
|
104
117
|
};
|
package/index.js
CHANGED
|
@@ -9,8 +9,8 @@ const imports$1 = {
|
|
|
9
9
|
"@node/": "/node_modules/",
|
|
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.5.
|
|
13
|
-
"@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.5.
|
|
12
|
+
"@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.5.6/browser.min.js",
|
|
13
|
+
"@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.5.6/",
|
|
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",
|
|
@@ -33,8 +33,8 @@ const imports$1 = {
|
|
|
33
33
|
"@aegisjsproject/parsers/": "https://unpkg.com/@aegisjsproject/parsers@0.1.4/",
|
|
34
34
|
"@aegisjsproject/sanitizer": "https://unpkg.com/@aegisjsproject/sanitizer@0.2.4/sanitizer.js",
|
|
35
35
|
"@aegisjsproject/sanitizer/": "https://unpkg.com/@aegisjsproject/sanitizer@0.2.4/",
|
|
36
|
-
"@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.
|
|
37
|
-
"@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.2.
|
|
36
|
+
"@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.30/core.js",
|
|
37
|
+
"@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.2.30/",
|
|
38
38
|
"@aegisjsproject/styles": "https://unpkg.com/@aegisjsproject/styles@0.2.7/styles.js",
|
|
39
39
|
"@aegisjsproject/styles/": "https://unpkg.com/@aegisjsproject/styles@0.2.7/",
|
|
40
40
|
"@aegisjsproject/component": "https://unpkg.com/@aegisjsproject/component@0.1.7/component.js",
|
|
@@ -70,6 +70,11 @@ const imports$1 = {
|
|
|
70
70
|
"@aegisjsproject/secret-store/": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/",
|
|
71
71
|
"@aegisjsproject/qr-encoder": "https://unpkg.com/@aegisjsproject/qr-encoder@1.0.1/index.min.js",
|
|
72
72
|
"@aegisjsproject/qr-encoder/": "https://unpkg.com/@aegisjsproject/qr-encoder@1.0.1/",
|
|
73
|
+
"@aegisjsproject/escape": "https://unpkg.com/@aegisjsproject/escape@1.0.2/index.min.js",
|
|
74
|
+
"@aegisjsproject/escape/": "https://unpkg.com/@aegisjsproject/escape@1.0.2/",
|
|
75
|
+
"@aegisjsproject/escape/html": "https://unpkg.com/@aegisjsproject/escape@1.0.2/html.min.js",
|
|
76
|
+
"@aegisjsproject/escape/trusted-html": "https://unpkg.com/@aegisjsproject/escape@1.0.2/trusted-html.min.js",
|
|
77
|
+
"@aegisjsproject/escape/css": "https://unpkg.com/@aegisjsproject/escape@1.0.2/css.min.js",
|
|
73
78
|
"@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.9/",
|
|
74
79
|
"@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
|
|
75
80
|
leaflet: "https://unpkg.com/leaflet@1.9.4/dist/leaflet-src.esm.js",
|
|
@@ -96,7 +101,15 @@ const imports$1 = {
|
|
|
96
101
|
"firebase/storage": "https://www.gstatic.com/firebasejs/10.12.1/firebase-storage.js",
|
|
97
102
|
"firebase/analytics": "https://www.gstatic.com/firebasejs/10.12.1/firebase-analytics.js",
|
|
98
103
|
qr: "https://unpkg.com/qr@0.5.3/index.js",
|
|
99
|
-
"qr/": "https://unpkg.com/qr@0.5.3/"
|
|
104
|
+
"qr/": "https://unpkg.com/qr@0.5.3/",
|
|
105
|
+
lit: "https://unpkg.com/lit@3.3.2/index.js",
|
|
106
|
+
"lit/": "https://unpkg.com/lit@3.3.2/",
|
|
107
|
+
"lit-html": "https://unpkg.com/lit-html@3.3.2/lit-html.js",
|
|
108
|
+
"lit-html/": "https://unpkg.com/lit-html@3.3.2/",
|
|
109
|
+
"lit-element": "https://unpkg.com/lit-element@4.2.2/lit-element.js",
|
|
110
|
+
"lit-element/": "https://unpkg.com/lit-element@4.2.2/",
|
|
111
|
+
"@lit/reactive-element": "https://unpkg.com/@lit/reactive-element@2.1.2/reactive-element.js",
|
|
112
|
+
"@lit/reactive-element/": "https://unpkg.com/@lit/reactive-element@2.1.2/"
|
|
100
113
|
};
|
|
101
114
|
const scopes$1 = {
|
|
102
115
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shgysk8zer0/importmap",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.2",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=20.10.0"
|
|
6
6
|
},
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
73
|
"@shgysk8zer0/npm-utils": "^1.1.3",
|
|
74
|
-
"@shgysk8zer0/polyfills": "^0.5.
|
|
74
|
+
"@shgysk8zer0/polyfills": "^0.5.6",
|
|
75
75
|
"commander": "^14.0.2"
|
|
76
76
|
}
|
|
77
77
|
}
|