@shgysk8zer0/importmap 1.3.13 → 1.3.15
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/importmap.json +1 -1
- package/index.cjs +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [v1.3.15] - 2024-04-16
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
- Update `@shgysk8zer0/components` with fix for typos
|
|
13
|
+
|
|
14
|
+
## [v1.3.14] - 2024-04-12
|
|
15
|
+
|
|
16
|
+
### Fixed
|
|
17
|
+
- Update `@shgysk8zer0/components` with fixe for `<window-controls>`
|
|
18
|
+
|
|
9
19
|
## [v1.3.13] - 2024-04-11
|
|
10
20
|
|
|
11
21
|
### Changed
|
package/importmap.json
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@aegisjsproject/markdown/": "https://unpkg.com/@aegisjsproject/markdown@0.1.2/",
|
|
27
27
|
"@aegisjsproject/aegis-md": "https://unpkg.com/@aegisjsproject/aegis-md@0.0.2/aegis-md.js",
|
|
28
28
|
"@aegisjsproject/aegis-md/": "https://unpkg.com/@aegisjsproject/aegis-md@0.0.2/",
|
|
29
|
-
"@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.2.
|
|
29
|
+
"@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.2.6/",
|
|
30
30
|
"@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.1/",
|
|
31
31
|
"@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
|
|
32
32
|
"leaflet": "https://unpkg.com/leaflet@1.9.4/dist/leaflet-src.esm.js",
|
package/index.cjs
CHANGED
|
@@ -32,7 +32,7 @@ const imports$1 = {
|
|
|
32
32
|
"@aegisjsproject/markdown/": "https://unpkg.com/@aegisjsproject/markdown@0.1.2/",
|
|
33
33
|
"@aegisjsproject/aegis-md": "https://unpkg.com/@aegisjsproject/aegis-md@0.0.2/aegis-md.js",
|
|
34
34
|
"@aegisjsproject/aegis-md/": "https://unpkg.com/@aegisjsproject/aegis-md@0.0.2/",
|
|
35
|
-
"@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.2.
|
|
35
|
+
"@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.2.6/",
|
|
36
36
|
"@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.1/",
|
|
37
37
|
"@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
|
|
38
38
|
leaflet: "https://unpkg.com/leaflet@1.9.4/dist/leaflet-src.esm.js",
|
package/index.mjs
CHANGED
|
@@ -30,7 +30,7 @@ const imports$1 = {
|
|
|
30
30
|
"@aegisjsproject/markdown/": "https://unpkg.com/@aegisjsproject/markdown@0.1.2/",
|
|
31
31
|
"@aegisjsproject/aegis-md": "https://unpkg.com/@aegisjsproject/aegis-md@0.0.2/aegis-md.js",
|
|
32
32
|
"@aegisjsproject/aegis-md/": "https://unpkg.com/@aegisjsproject/aegis-md@0.0.2/",
|
|
33
|
-
"@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.2.
|
|
33
|
+
"@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.2.6/",
|
|
34
34
|
"@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.1/",
|
|
35
35
|
"@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
|
|
36
36
|
leaflet: "https://unpkg.com/leaflet@1.9.4/dist/leaflet-src.esm.js",
|