@shgysk8zer0/importmap 1.4.80 → 1.4.81

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 CHANGED
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [v1.4.81] - 2025-10-08
11
+
12
+ ### Changed
13
+ - Update `@aegisjsproject/commands` & `marked`
14
+
10
15
  ## [v1.4.80] - 2025-10-06
11
16
 
12
17
  ### Changed
package/cli.cjs CHANGED
@@ -66,8 +66,8 @@ const imports = {
66
66
  "@aegisjsproject/attempt": "https://unpkg.com/@aegisjsproject/attempt@1.0.5/attempt.js",
67
67
  "@aegisjsproject/attempt/": "https://unpkg.com/@aegisjsproject/attempt@1.0.5/",
68
68
  "@aegisjsproject/secret-store": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/commands.min.js",
69
- "@aegisjsproject/commands/": "https://unpkg.com/@aegisjsproject/commands@1.0.0/",
70
- "@aegisjsproject/commands": "https://unpkg.com/@aegisjsproject/commands@1.0.0/commands.min.js",
69
+ "@aegisjsproject/commands/": "https://unpkg.com/@aegisjsproject/commands@1.0.1/",
70
+ "@aegisjsproject/commands": "https://unpkg.com/@aegisjsproject/commands@1.0.1/commands.min.js",
71
71
  "@aegisjsproject/secret-store/": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/",
72
72
  "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.6/",
73
73
  "@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
@@ -78,7 +78,7 @@ const imports = {
78
78
  "highlight.js/": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/",
79
79
  "@highlightjs/cdn-assets": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/core.min.js",
80
80
  "@highlightjs/cdn-assets/": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/",
81
- marked: "https://unpkg.com/marked@16.3.0/lib/marked.esm.js",
81
+ marked: "https://unpkg.com/marked@16.4.0/lib/marked.esm.js",
82
82
  "marked-highlight": "https://unpkg.com/marked-highlight@2.2.2/src/index.js",
83
83
  yaml: "https://unpkg.com/yaml@2.8.1/browser/dist/index.js",
84
84
  "yaml/": "https://unpkg.com/yaml@2.8.1/browser/dist/",
package/cli.js CHANGED
@@ -63,8 +63,8 @@ const imports = {
63
63
  "@aegisjsproject/attempt": "https://unpkg.com/@aegisjsproject/attempt@1.0.5/attempt.js",
64
64
  "@aegisjsproject/attempt/": "https://unpkg.com/@aegisjsproject/attempt@1.0.5/",
65
65
  "@aegisjsproject/secret-store": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/commands.min.js",
66
- "@aegisjsproject/commands/": "https://unpkg.com/@aegisjsproject/commands@1.0.0/",
67
- "@aegisjsproject/commands": "https://unpkg.com/@aegisjsproject/commands@1.0.0/commands.min.js",
66
+ "@aegisjsproject/commands/": "https://unpkg.com/@aegisjsproject/commands@1.0.1/",
67
+ "@aegisjsproject/commands": "https://unpkg.com/@aegisjsproject/commands@1.0.1/commands.min.js",
68
68
  "@aegisjsproject/secret-store/": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/",
69
69
  "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.6/",
70
70
  "@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
@@ -75,7 +75,7 @@ const imports = {
75
75
  "highlight.js/": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/",
76
76
  "@highlightjs/cdn-assets": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/core.min.js",
77
77
  "@highlightjs/cdn-assets/": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/",
78
- marked: "https://unpkg.com/marked@16.3.0/lib/marked.esm.js",
78
+ marked: "https://unpkg.com/marked@16.4.0/lib/marked.esm.js",
79
79
  "marked-highlight": "https://unpkg.com/marked-highlight@2.2.2/src/index.js",
80
80
  yaml: "https://unpkg.com/yaml@2.8.1/browser/dist/index.js",
81
81
  "yaml/": "https://unpkg.com/yaml@2.8.1/browser/dist/",
package/importmap.cjs CHANGED
@@ -57,8 +57,8 @@ const imports = {
57
57
  "@aegisjsproject/attempt": "https://unpkg.com/@aegisjsproject/attempt@1.0.5/attempt.js",
58
58
  "@aegisjsproject/attempt/": "https://unpkg.com/@aegisjsproject/attempt@1.0.5/",
59
59
  "@aegisjsproject/secret-store": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/commands.min.js",
60
- "@aegisjsproject/commands/": "https://unpkg.com/@aegisjsproject/commands@1.0.0/",
61
- "@aegisjsproject/commands": "https://unpkg.com/@aegisjsproject/commands@1.0.0/commands.min.js",
60
+ "@aegisjsproject/commands/": "https://unpkg.com/@aegisjsproject/commands@1.0.1/",
61
+ "@aegisjsproject/commands": "https://unpkg.com/@aegisjsproject/commands@1.0.1/commands.min.js",
62
62
  "@aegisjsproject/secret-store/": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/",
63
63
  "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.6/",
64
64
  "@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
@@ -69,7 +69,7 @@ const imports = {
69
69
  "highlight.js/": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/",
70
70
  "@highlightjs/cdn-assets": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/core.min.js",
71
71
  "@highlightjs/cdn-assets/": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/",
72
- marked: "https://unpkg.com/marked@16.3.0/lib/marked.esm.js",
72
+ marked: "https://unpkg.com/marked@16.4.0/lib/marked.esm.js",
73
73
  "marked-highlight": "https://unpkg.com/marked-highlight@2.2.2/src/index.js",
74
74
  yaml: "https://unpkg.com/yaml@2.8.1/browser/dist/index.js",
75
75
  "yaml/": "https://unpkg.com/yaml@2.8.1/browser/dist/",
package/importmap.js CHANGED
@@ -55,8 +55,8 @@ const imports = {
55
55
  "@aegisjsproject/attempt": "https://unpkg.com/@aegisjsproject/attempt@1.0.5/attempt.js",
56
56
  "@aegisjsproject/attempt/": "https://unpkg.com/@aegisjsproject/attempt@1.0.5/",
57
57
  "@aegisjsproject/secret-store": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/commands.min.js",
58
- "@aegisjsproject/commands/": "https://unpkg.com/@aegisjsproject/commands@1.0.0/",
59
- "@aegisjsproject/commands": "https://unpkg.com/@aegisjsproject/commands@1.0.0/commands.min.js",
58
+ "@aegisjsproject/commands/": "https://unpkg.com/@aegisjsproject/commands@1.0.1/",
59
+ "@aegisjsproject/commands": "https://unpkg.com/@aegisjsproject/commands@1.0.1/commands.min.js",
60
60
  "@aegisjsproject/secret-store/": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/",
61
61
  "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.6/",
62
62
  "@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
@@ -67,7 +67,7 @@ const imports = {
67
67
  "highlight.js/": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/",
68
68
  "@highlightjs/cdn-assets": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/core.min.js",
69
69
  "@highlightjs/cdn-assets/": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/",
70
- marked: "https://unpkg.com/marked@16.3.0/lib/marked.esm.js",
70
+ marked: "https://unpkg.com/marked@16.4.0/lib/marked.esm.js",
71
71
  "marked-highlight": "https://unpkg.com/marked-highlight@2.2.2/src/index.js",
72
72
  yaml: "https://unpkg.com/yaml@2.8.1/browser/dist/index.js",
73
73
  "yaml/": "https://unpkg.com/yaml@2.8.1/browser/dist/",
package/importmap.json CHANGED
@@ -56,8 +56,8 @@
56
56
  "@aegisjsproject/attempt": "https://unpkg.com/@aegisjsproject/attempt@1.0.5/attempt.js",
57
57
  "@aegisjsproject/attempt/": "https://unpkg.com/@aegisjsproject/attempt@1.0.5/",
58
58
  "@aegisjsproject/secret-store": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/commands.min.js",
59
- "@aegisjsproject/commands/": "https://unpkg.com/@aegisjsproject/commands@1.0.0/",
60
- "@aegisjsproject/commands": "https://unpkg.com/@aegisjsproject/commands@1.0.0/commands.min.js",
59
+ "@aegisjsproject/commands/": "https://unpkg.com/@aegisjsproject/commands@1.0.1/",
60
+ "@aegisjsproject/commands": "https://unpkg.com/@aegisjsproject/commands@1.0.1/commands.min.js",
61
61
  "@aegisjsproject/secret-store/": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/",
62
62
  "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.6/",
63
63
  "@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
@@ -68,7 +68,7 @@
68
68
  "highlight.js/": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/",
69
69
  "@highlightjs/cdn-assets": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/core.min.js",
70
70
  "@highlightjs/cdn-assets/": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/",
71
- "marked": "https://unpkg.com/marked@16.3.0/lib/marked.esm.js",
71
+ "marked": "https://unpkg.com/marked@16.4.0/lib/marked.esm.js",
72
72
  "marked-highlight": "https://unpkg.com/marked-highlight@2.2.2/src/index.js",
73
73
  "yaml": "https://unpkg.com/yaml@2.8.1/browser/dist/index.js",
74
74
  "yaml/": "https://unpkg.com/yaml@2.8.1/browser/dist/",
package/index.cjs CHANGED
@@ -63,8 +63,8 @@ const imports$1 = {
63
63
  "@aegisjsproject/attempt": "https://unpkg.com/@aegisjsproject/attempt@1.0.5/attempt.js",
64
64
  "@aegisjsproject/attempt/": "https://unpkg.com/@aegisjsproject/attempt@1.0.5/",
65
65
  "@aegisjsproject/secret-store": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/commands.min.js",
66
- "@aegisjsproject/commands/": "https://unpkg.com/@aegisjsproject/commands@1.0.0/",
67
- "@aegisjsproject/commands": "https://unpkg.com/@aegisjsproject/commands@1.0.0/commands.min.js",
66
+ "@aegisjsproject/commands/": "https://unpkg.com/@aegisjsproject/commands@1.0.1/",
67
+ "@aegisjsproject/commands": "https://unpkg.com/@aegisjsproject/commands@1.0.1/commands.min.js",
68
68
  "@aegisjsproject/secret-store/": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/",
69
69
  "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.6/",
70
70
  "@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
@@ -75,7 +75,7 @@ const imports$1 = {
75
75
  "highlight.js/": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/",
76
76
  "@highlightjs/cdn-assets": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/core.min.js",
77
77
  "@highlightjs/cdn-assets/": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/",
78
- marked: "https://unpkg.com/marked@16.3.0/lib/marked.esm.js",
78
+ marked: "https://unpkg.com/marked@16.4.0/lib/marked.esm.js",
79
79
  "marked-highlight": "https://unpkg.com/marked-highlight@2.2.2/src/index.js",
80
80
  yaml: "https://unpkg.com/yaml@2.8.1/browser/dist/index.js",
81
81
  "yaml/": "https://unpkg.com/yaml@2.8.1/browser/dist/",
package/index.js CHANGED
@@ -61,8 +61,8 @@ const imports$1 = {
61
61
  "@aegisjsproject/attempt": "https://unpkg.com/@aegisjsproject/attempt@1.0.5/attempt.js",
62
62
  "@aegisjsproject/attempt/": "https://unpkg.com/@aegisjsproject/attempt@1.0.5/",
63
63
  "@aegisjsproject/secret-store": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/commands.min.js",
64
- "@aegisjsproject/commands/": "https://unpkg.com/@aegisjsproject/commands@1.0.0/",
65
- "@aegisjsproject/commands": "https://unpkg.com/@aegisjsproject/commands@1.0.0/commands.min.js",
64
+ "@aegisjsproject/commands/": "https://unpkg.com/@aegisjsproject/commands@1.0.1/",
65
+ "@aegisjsproject/commands": "https://unpkg.com/@aegisjsproject/commands@1.0.1/commands.min.js",
66
66
  "@aegisjsproject/secret-store/": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/",
67
67
  "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.6/",
68
68
  "@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
@@ -73,7 +73,7 @@ const imports$1 = {
73
73
  "highlight.js/": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/",
74
74
  "@highlightjs/cdn-assets": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/core.min.js",
75
75
  "@highlightjs/cdn-assets/": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/",
76
- marked: "https://unpkg.com/marked@16.3.0/lib/marked.esm.js",
76
+ marked: "https://unpkg.com/marked@16.4.0/lib/marked.esm.js",
77
77
  "marked-highlight": "https://unpkg.com/marked-highlight@2.2.2/src/index.js",
78
78
  yaml: "https://unpkg.com/yaml@2.8.1/browser/dist/index.js",
79
79
  "yaml/": "https://unpkg.com/yaml@2.8.1/browser/dist/",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shgysk8zer0/importmap",
3
- "version": "1.4.80",
3
+ "version": "1.4.81",
4
4
  "engines": {
5
5
  "node": ">=18.0.0"
6
6
  },