@shgysk8zer0/importmap 1.4.2 → 1.4.4
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 +4 -4
- package/index.cjs +3 -3
- package/index.mjs +3 -3
- package/package.json +3 -3
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.4.4] - 2024-08-13
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
- More updates
|
|
13
|
+
|
|
14
|
+
## [v1.4.3] - 2024-08-11
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
- Yet more updates
|
|
18
|
+
|
|
9
19
|
## [v1.4.2] - 2024-08-04
|
|
10
20
|
|
|
11
21
|
### Added
|
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.3.
|
|
29
|
+
"@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.13/",
|
|
30
30
|
"@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.5/",
|
|
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",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"highlight.js/": "https://unpkg.com/@highlightjs/cdn-assets@11.10.0/es/",
|
|
36
36
|
"@highlightjs/cdn-assets": "https://unpkg.com/@highlightjs/cdn-assets@11.10.0/es/core.min.js",
|
|
37
37
|
"@highlightjs/cdn-assets/": "https://unpkg.com/@highlightjs/cdn-assets@11.10.0/es/",
|
|
38
|
-
"marked": "https://unpkg.com/marked@
|
|
39
|
-
"marked-highlight": "https://unpkg.com/marked-highlight@2.1.
|
|
38
|
+
"marked": "https://unpkg.com/marked@14.0.0/lib/marked.esm.js",
|
|
39
|
+
"marked-highlight": "https://unpkg.com/marked-highlight@2.1.4/src/index.js",
|
|
40
40
|
"yaml": "https://unpkg.com/yaml@2.5.0/browser/dist/index.js",
|
|
41
41
|
"yaml/": "https://unpkg.com/yaml@2.5.0/browser/dist/",
|
|
42
42
|
"firebase/": "https://www.gstatic.com/firebasejs/10.12.1/",
|
|
@@ -53,4 +53,4 @@
|
|
|
53
53
|
"firebase/analytics": "https://www.gstatic.com/firebasejs/10.12.1/firebase-analytics.js"
|
|
54
54
|
},
|
|
55
55
|
"scope": {}
|
|
56
|
-
}
|
|
56
|
+
}
|
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.3.
|
|
35
|
+
"@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.13/",
|
|
36
36
|
"@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.5/",
|
|
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",
|
|
@@ -41,8 +41,8 @@ const imports$1 = {
|
|
|
41
41
|
"highlight.js/": "https://unpkg.com/@highlightjs/cdn-assets@11.10.0/es/",
|
|
42
42
|
"@highlightjs/cdn-assets": "https://unpkg.com/@highlightjs/cdn-assets@11.10.0/es/core.min.js",
|
|
43
43
|
"@highlightjs/cdn-assets/": "https://unpkg.com/@highlightjs/cdn-assets@11.10.0/es/",
|
|
44
|
-
marked: "https://unpkg.com/marked@
|
|
45
|
-
"marked-highlight": "https://unpkg.com/marked-highlight@2.1.
|
|
44
|
+
marked: "https://unpkg.com/marked@14.0.0/lib/marked.esm.js",
|
|
45
|
+
"marked-highlight": "https://unpkg.com/marked-highlight@2.1.4/src/index.js",
|
|
46
46
|
yaml: "https://unpkg.com/yaml@2.5.0/browser/dist/index.js",
|
|
47
47
|
"yaml/": "https://unpkg.com/yaml@2.5.0/browser/dist/",
|
|
48
48
|
"firebase/": "https://www.gstatic.com/firebasejs/10.12.1/",
|
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.3.
|
|
33
|
+
"@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.13/",
|
|
34
34
|
"@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.5/",
|
|
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",
|
|
@@ -39,8 +39,8 @@ const imports$1 = {
|
|
|
39
39
|
"highlight.js/": "https://unpkg.com/@highlightjs/cdn-assets@11.10.0/es/",
|
|
40
40
|
"@highlightjs/cdn-assets": "https://unpkg.com/@highlightjs/cdn-assets@11.10.0/es/core.min.js",
|
|
41
41
|
"@highlightjs/cdn-assets/": "https://unpkg.com/@highlightjs/cdn-assets@11.10.0/es/",
|
|
42
|
-
marked: "https://unpkg.com/marked@
|
|
43
|
-
"marked-highlight": "https://unpkg.com/marked-highlight@2.1.
|
|
42
|
+
marked: "https://unpkg.com/marked@14.0.0/lib/marked.esm.js",
|
|
43
|
+
"marked-highlight": "https://unpkg.com/marked-highlight@2.1.4/src/index.js",
|
|
44
44
|
yaml: "https://unpkg.com/yaml@2.5.0/browser/dist/index.js",
|
|
45
45
|
"yaml/": "https://unpkg.com/yaml@2.5.0/browser/dist/",
|
|
46
46
|
"firebase/": "https://www.gstatic.com/firebasejs/10.12.1/",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shgysk8zer0/importmap",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.4",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=18.0.0"
|
|
6
6
|
},
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
},
|
|
60
60
|
"homepage": "https://github.com/shgysk8zer0/importmap#readme",
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@babel/eslint-parser": "^7.
|
|
63
|
-
"@babel/eslint-plugin": "^7.
|
|
62
|
+
"@babel/eslint-parser": "^7.25.1",
|
|
63
|
+
"@babel/eslint-plugin": "^7.25.1",
|
|
64
64
|
"@babel/plugin-syntax-import-assertions": "^7.24.7",
|
|
65
65
|
"@rollup/plugin-json": "^6.1.0",
|
|
66
66
|
"@shgysk8zer0/js-utils": "^1.0.1",
|