@shgysk8zer0/importmap 1.4.78 → 1.4.80
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 +1 -1
- package/cli.js +1 -1
- package/importmap.cjs +1 -1
- package/importmap.js +1 -1
- package/importmap.json +1 -1
- package/index.cjs +1 -1
- package/index.js +1 -1
- 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.4.80] - 2025-10-06
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- Update `@shgysk8zer0/components`
|
|
14
|
+
|
|
15
|
+
## [v1.4.79] - 2025-10-01
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
- Update `@shgysk8zer0/polyfills`
|
|
19
|
+
|
|
10
20
|
## [v1.4.78] - 2025-09-29
|
|
11
21
|
|
|
12
22
|
### 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.
|
|
59
|
+
"@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.19/",
|
|
60
60
|
"@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.5/state.mjs",
|
|
61
61
|
"@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.5/",
|
|
62
62
|
"@aegisjsproject/router": "https://unpkg.com/@aegisjsproject/router@1.1.11/router.mjs",
|
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.
|
|
56
|
+
"@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.19/",
|
|
57
57
|
"@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.5/state.mjs",
|
|
58
58
|
"@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.5/",
|
|
59
59
|
"@aegisjsproject/router": "https://unpkg.com/@aegisjsproject/router@1.1.11/router.mjs",
|
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.
|
|
50
|
+
"@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.19/",
|
|
51
51
|
"@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.5/state.mjs",
|
|
52
52
|
"@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.5/",
|
|
53
53
|
"@aegisjsproject/router": "https://unpkg.com/@aegisjsproject/router@1.1.11/router.mjs",
|
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.
|
|
48
|
+
"@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.19/",
|
|
49
49
|
"@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.5/state.mjs",
|
|
50
50
|
"@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.5/",
|
|
51
51
|
"@aegisjsproject/router": "https://unpkg.com/@aegisjsproject/router@1.1.11/router.mjs",
|
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.
|
|
49
|
+
"@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.19/",
|
|
50
50
|
"@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.5/state.mjs",
|
|
51
51
|
"@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.5/",
|
|
52
52
|
"@aegisjsproject/router": "https://unpkg.com/@aegisjsproject/router@1.1.11/router.mjs",
|
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.
|
|
56
|
+
"@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.19/",
|
|
57
57
|
"@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.5/state.mjs",
|
|
58
58
|
"@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.5/",
|
|
59
59
|
"@aegisjsproject/router": "https://unpkg.com/@aegisjsproject/router@1.1.11/router.mjs",
|
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.
|
|
54
|
+
"@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.19/",
|
|
55
55
|
"@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.5/state.mjs",
|
|
56
56
|
"@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.5/",
|
|
57
57
|
"@aegisjsproject/router": "https://unpkg.com/@aegisjsproject/router@1.1.11/router.mjs",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shgysk8zer0/importmap",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.80",
|
|
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.
|
|
71
|
+
"@shgysk8zer0/polyfills": "^0.4.13",
|
|
72
72
|
"commander": "^14.0.1"
|
|
73
73
|
}
|
|
74
74
|
}
|