@shgysk8zer0/importmap 1.4.76 → 1.4.77

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.77] - 2025-09-28
11
+
12
+ ### Added
13
+ - Add `@aegisjsproject/commands`
14
+
10
15
  ## [v1.4.76] - 2025-09-28
11
16
 
12
17
  ### Added
package/cli.cjs CHANGED
@@ -34,8 +34,8 @@ const imports = {
34
34
  "@aegisjsproject/trusted-types/": "https://unpkg.com/@aegisjsproject/trusted-types@1.0.2/",
35
35
  "@aegisjsproject/parsers": "https://unpkg.com/@aegisjsproject/parsers@0.0.16/bundle.min.js",
36
36
  "@aegisjsproject/parsers/": "https://unpkg.com/@aegisjsproject/parsers@0.0.16/",
37
- "@aegisjsproject/sanitizer": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.3/sanitizer.js",
38
- "@aegisjsproject/sanitizer/": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.3/",
37
+ "@aegisjsproject/sanitizer": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.4/sanitizer.js",
38
+ "@aegisjsproject/sanitizer/": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.4/",
39
39
  "@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.25/core.js",
40
40
  "@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.2.25/",
41
41
  "@aegisjsproject/styles": "https://unpkg.com/@aegisjsproject/styles@0.2.7/styles.js",
@@ -65,7 +65,9 @@ const imports = {
65
65
  "@aegisjsproject/callback-registry/": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/",
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
- "@aegisjsproject/secret-store": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/secret-store.min.js",
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
71
  "@aegisjsproject/secret-store/": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/",
70
72
  "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.6/",
71
73
  "@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
package/cli.js CHANGED
@@ -31,8 +31,8 @@ const imports = {
31
31
  "@aegisjsproject/trusted-types/": "https://unpkg.com/@aegisjsproject/trusted-types@1.0.2/",
32
32
  "@aegisjsproject/parsers": "https://unpkg.com/@aegisjsproject/parsers@0.0.16/bundle.min.js",
33
33
  "@aegisjsproject/parsers/": "https://unpkg.com/@aegisjsproject/parsers@0.0.16/",
34
- "@aegisjsproject/sanitizer": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.3/sanitizer.js",
35
- "@aegisjsproject/sanitizer/": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.3/",
34
+ "@aegisjsproject/sanitizer": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.4/sanitizer.js",
35
+ "@aegisjsproject/sanitizer/": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.4/",
36
36
  "@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.25/core.js",
37
37
  "@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.2.25/",
38
38
  "@aegisjsproject/styles": "https://unpkg.com/@aegisjsproject/styles@0.2.7/styles.js",
@@ -62,7 +62,9 @@ const imports = {
62
62
  "@aegisjsproject/callback-registry/": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/",
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
- "@aegisjsproject/secret-store": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/secret-store.min.js",
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
68
  "@aegisjsproject/secret-store/": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/",
67
69
  "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.6/",
68
70
  "@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
package/importmap.cjs CHANGED
@@ -25,8 +25,8 @@ const imports = {
25
25
  "@aegisjsproject/trusted-types/": "https://unpkg.com/@aegisjsproject/trusted-types@1.0.2/",
26
26
  "@aegisjsproject/parsers": "https://unpkg.com/@aegisjsproject/parsers@0.0.16/bundle.min.js",
27
27
  "@aegisjsproject/parsers/": "https://unpkg.com/@aegisjsproject/parsers@0.0.16/",
28
- "@aegisjsproject/sanitizer": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.3/sanitizer.js",
29
- "@aegisjsproject/sanitizer/": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.3/",
28
+ "@aegisjsproject/sanitizer": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.4/sanitizer.js",
29
+ "@aegisjsproject/sanitizer/": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.4/",
30
30
  "@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.25/core.js",
31
31
  "@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.2.25/",
32
32
  "@aegisjsproject/styles": "https://unpkg.com/@aegisjsproject/styles@0.2.7/styles.js",
@@ -56,7 +56,9 @@ const imports = {
56
56
  "@aegisjsproject/callback-registry/": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/",
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
- "@aegisjsproject/secret-store": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/secret-store.min.js",
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
62
  "@aegisjsproject/secret-store/": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/",
61
63
  "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.6/",
62
64
  "@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
package/importmap.js CHANGED
@@ -23,8 +23,8 @@ const imports = {
23
23
  "@aegisjsproject/trusted-types/": "https://unpkg.com/@aegisjsproject/trusted-types@1.0.2/",
24
24
  "@aegisjsproject/parsers": "https://unpkg.com/@aegisjsproject/parsers@0.0.16/bundle.min.js",
25
25
  "@aegisjsproject/parsers/": "https://unpkg.com/@aegisjsproject/parsers@0.0.16/",
26
- "@aegisjsproject/sanitizer": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.3/sanitizer.js",
27
- "@aegisjsproject/sanitizer/": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.3/",
26
+ "@aegisjsproject/sanitizer": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.4/sanitizer.js",
27
+ "@aegisjsproject/sanitizer/": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.4/",
28
28
  "@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.25/core.js",
29
29
  "@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.2.25/",
30
30
  "@aegisjsproject/styles": "https://unpkg.com/@aegisjsproject/styles@0.2.7/styles.js",
@@ -54,7 +54,9 @@ const imports = {
54
54
  "@aegisjsproject/callback-registry/": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/",
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
- "@aegisjsproject/secret-store": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/secret-store.min.js",
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
60
  "@aegisjsproject/secret-store/": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/",
59
61
  "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.6/",
60
62
  "@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
package/importmap.json CHANGED
@@ -24,8 +24,8 @@
24
24
  "@aegisjsproject/trusted-types/": "https://unpkg.com/@aegisjsproject/trusted-types@1.0.2/",
25
25
  "@aegisjsproject/parsers": "https://unpkg.com/@aegisjsproject/parsers@0.0.16/bundle.min.js",
26
26
  "@aegisjsproject/parsers/": "https://unpkg.com/@aegisjsproject/parsers@0.0.16/",
27
- "@aegisjsproject/sanitizer": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.3/sanitizer.js",
28
- "@aegisjsproject/sanitizer/": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.3/",
27
+ "@aegisjsproject/sanitizer": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.4/sanitizer.js",
28
+ "@aegisjsproject/sanitizer/": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.4/",
29
29
  "@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.25/core.js",
30
30
  "@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.2.25/",
31
31
  "@aegisjsproject/styles": "https://unpkg.com/@aegisjsproject/styles@0.2.7/styles.js",
@@ -55,7 +55,9 @@
55
55
  "@aegisjsproject/callback-registry/": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/",
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
- "@aegisjsproject/secret-store": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/secret-store.min.js",
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
61
  "@aegisjsproject/secret-store/": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/",
60
62
  "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.6/",
61
63
  "@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
package/index.cjs CHANGED
@@ -31,8 +31,8 @@ const imports$1 = {
31
31
  "@aegisjsproject/trusted-types/": "https://unpkg.com/@aegisjsproject/trusted-types@1.0.2/",
32
32
  "@aegisjsproject/parsers": "https://unpkg.com/@aegisjsproject/parsers@0.0.16/bundle.min.js",
33
33
  "@aegisjsproject/parsers/": "https://unpkg.com/@aegisjsproject/parsers@0.0.16/",
34
- "@aegisjsproject/sanitizer": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.3/sanitizer.js",
35
- "@aegisjsproject/sanitizer/": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.3/",
34
+ "@aegisjsproject/sanitizer": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.4/sanitizer.js",
35
+ "@aegisjsproject/sanitizer/": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.4/",
36
36
  "@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.25/core.js",
37
37
  "@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.2.25/",
38
38
  "@aegisjsproject/styles": "https://unpkg.com/@aegisjsproject/styles@0.2.7/styles.js",
@@ -62,7 +62,9 @@ const imports$1 = {
62
62
  "@aegisjsproject/callback-registry/": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/",
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
- "@aegisjsproject/secret-store": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/secret-store.min.js",
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
68
  "@aegisjsproject/secret-store/": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/",
67
69
  "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.6/",
68
70
  "@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
package/index.js CHANGED
@@ -29,8 +29,8 @@ const imports$1 = {
29
29
  "@aegisjsproject/trusted-types/": "https://unpkg.com/@aegisjsproject/trusted-types@1.0.2/",
30
30
  "@aegisjsproject/parsers": "https://unpkg.com/@aegisjsproject/parsers@0.0.16/bundle.min.js",
31
31
  "@aegisjsproject/parsers/": "https://unpkg.com/@aegisjsproject/parsers@0.0.16/",
32
- "@aegisjsproject/sanitizer": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.3/sanitizer.js",
33
- "@aegisjsproject/sanitizer/": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.3/",
32
+ "@aegisjsproject/sanitizer": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.4/sanitizer.js",
33
+ "@aegisjsproject/sanitizer/": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.4/",
34
34
  "@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.25/core.js",
35
35
  "@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.2.25/",
36
36
  "@aegisjsproject/styles": "https://unpkg.com/@aegisjsproject/styles@0.2.7/styles.js",
@@ -60,7 +60,9 @@ const imports$1 = {
60
60
  "@aegisjsproject/callback-registry/": "https://unpkg.com/@aegisjsproject/callback-registry@1.0.2/",
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
- "@aegisjsproject/secret-store": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/secret-store.min.js",
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
66
  "@aegisjsproject/secret-store/": "https://unpkg.com/@aegisjsproject/secret-store@1.0.1/",
65
67
  "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@2.0.6/",
66
68
  "@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shgysk8zer0/importmap",
3
- "version": "1.4.76",
3
+ "version": "1.4.77",
4
4
  "engines": {
5
5
  "node": ">=18.0.0"
6
6
  },