@shgysk8zer0/importmap 1.7.3 → 1.7.5
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 +10 -0
- package/cli.cjs +4 -3
- package/cli.js +4 -3
- package/importmap.cjs +4 -3
- package/importmap.js +4 -3
- package/importmap.json +5 -4
- package/index.cjs +4 -3
- package/index.js +4 -3
- package/package.json +2 -2
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.7.5] - 2026-01-08
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
- Add `@awesome.me/webawesome`
|
|
14
|
+
|
|
15
|
+
## [v1.7.4] - 2026-01-06
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
- Update `@shgysk8zer0/polyfills`
|
|
19
|
+
|
|
10
20
|
## [v1.7.3] - 2026-01-06
|
|
11
21
|
|
|
12
22
|
### 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.
|
|
17
|
-
"@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.
|
|
16
|
+
"@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.6.0/browser.min.js",
|
|
17
|
+
"@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.6.0/",
|
|
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",
|
|
@@ -113,7 +113,8 @@ const imports$1 = {
|
|
|
113
113
|
"lit-element": "https://unpkg.com/lit-element@4.2.2/lit-element.js",
|
|
114
114
|
"lit-element/": "https://unpkg.com/lit-element@4.2.2/",
|
|
115
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/"
|
|
116
|
+
"@lit/reactive-element/": "https://unpkg.com/@lit/reactive-element@2.1.2/",
|
|
117
|
+
"@awesome.me/webawesome/": "https://unpkg.com/@awesome.me/webawesome@3.1.0/"
|
|
117
118
|
};
|
|
118
119
|
const scopes$1 = {
|
|
119
120
|
};
|
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.
|
|
14
|
-
"@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.
|
|
13
|
+
"@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.6.0/browser.min.js",
|
|
14
|
+
"@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.6.0/",
|
|
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",
|
|
@@ -110,7 +110,8 @@ const imports$1 = {
|
|
|
110
110
|
"lit-element": "https://unpkg.com/lit-element@4.2.2/lit-element.js",
|
|
111
111
|
"lit-element/": "https://unpkg.com/lit-element@4.2.2/",
|
|
112
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/"
|
|
113
|
+
"@lit/reactive-element/": "https://unpkg.com/@lit/reactive-element@2.1.2/",
|
|
114
|
+
"@awesome.me/webawesome/": "https://unpkg.com/@awesome.me/webawesome@3.1.0/"
|
|
114
115
|
};
|
|
115
116
|
const scopes$1 = {
|
|
116
117
|
};
|
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.
|
|
14
|
-
"@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.
|
|
13
|
+
"@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.6.0/browser.min.js",
|
|
14
|
+
"@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.6.0/",
|
|
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",
|
|
@@ -110,7 +110,8 @@ const imports$1 = {
|
|
|
110
110
|
"lit-element": "https://unpkg.com/lit-element@4.2.2/lit-element.js",
|
|
111
111
|
"lit-element/": "https://unpkg.com/lit-element@4.2.2/",
|
|
112
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/"
|
|
113
|
+
"@lit/reactive-element/": "https://unpkg.com/@lit/reactive-element@2.1.2/",
|
|
114
|
+
"@awesome.me/webawesome/": "https://unpkg.com/@awesome.me/webawesome@3.1.0/"
|
|
114
115
|
};
|
|
115
116
|
const scopes$1 = {
|
|
116
117
|
};
|
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.
|
|
10
|
-
"@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.
|
|
9
|
+
"@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.6.0/browser.min.js",
|
|
10
|
+
"@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.6.0/",
|
|
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",
|
|
@@ -106,7 +106,8 @@ const imports$1 = {
|
|
|
106
106
|
"lit-element": "https://unpkg.com/lit-element@4.2.2/lit-element.js",
|
|
107
107
|
"lit-element/": "https://unpkg.com/lit-element@4.2.2/",
|
|
108
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/"
|
|
109
|
+
"@lit/reactive-element/": "https://unpkg.com/@lit/reactive-element@2.1.2/",
|
|
110
|
+
"@awesome.me/webawesome/": "https://unpkg.com/@awesome.me/webawesome@3.1.0/"
|
|
110
111
|
};
|
|
111
112
|
const scopes$1 = {
|
|
112
113
|
};
|
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.
|
|
7
|
-
"@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.
|
|
6
|
+
"@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.6.0/browser.min.js",
|
|
7
|
+
"@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.6.0/",
|
|
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",
|
|
@@ -103,7 +103,8 @@
|
|
|
103
103
|
"lit-element": "https://unpkg.com/lit-element@4.2.2/lit-element.js",
|
|
104
104
|
"lit-element/": "https://unpkg.com/lit-element@4.2.2/",
|
|
105
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/"
|
|
106
|
+
"@lit/reactive-element/": "https://unpkg.com/@lit/reactive-element@2.1.2/",
|
|
107
|
+
"@awesome.me/webawesome/": "https://unpkg.com/@awesome.me/webawesome@3.1.0/"
|
|
107
108
|
},
|
|
108
109
|
"scopes": {}
|
|
109
|
-
}
|
|
110
|
+
}
|
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.
|
|
15
|
-
"@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.
|
|
14
|
+
"@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.6.0/browser.min.js",
|
|
15
|
+
"@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.6.0/",
|
|
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",
|
|
@@ -111,7 +111,8 @@ const imports$1 = {
|
|
|
111
111
|
"lit-element": "https://unpkg.com/lit-element@4.2.2/lit-element.js",
|
|
112
112
|
"lit-element/": "https://unpkg.com/lit-element@4.2.2/",
|
|
113
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/"
|
|
114
|
+
"@lit/reactive-element/": "https://unpkg.com/@lit/reactive-element@2.1.2/",
|
|
115
|
+
"@awesome.me/webawesome/": "https://unpkg.com/@awesome.me/webawesome@3.1.0/"
|
|
115
116
|
};
|
|
116
117
|
const scopes$1 = {
|
|
117
118
|
};
|
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.
|
|
13
|
-
"@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.
|
|
12
|
+
"@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.6.0/browser.min.js",
|
|
13
|
+
"@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.6.0/",
|
|
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",
|
|
@@ -109,7 +109,8 @@ const imports$1 = {
|
|
|
109
109
|
"lit-element": "https://unpkg.com/lit-element@4.2.2/lit-element.js",
|
|
110
110
|
"lit-element/": "https://unpkg.com/lit-element@4.2.2/",
|
|
111
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/"
|
|
112
|
+
"@lit/reactive-element/": "https://unpkg.com/@lit/reactive-element@2.1.2/",
|
|
113
|
+
"@awesome.me/webawesome/": "https://unpkg.com/@awesome.me/webawesome@3.1.0/"
|
|
113
114
|
};
|
|
114
115
|
const scopes$1 = {
|
|
115
116
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shgysk8zer0/importmap",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.5",
|
|
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.
|
|
74
|
+
"@shgysk8zer0/polyfills": "^0.6.0",
|
|
75
75
|
"commander": "^14.0.2"
|
|
76
76
|
}
|
|
77
77
|
}
|