@shgysk8zer0/importmap 1.4.16 → 1.4.17
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 +5 -0
- package/cli.cjs +4 -2
- package/cli.js +4 -2
- package/importmap.cjs +4 -2
- package/importmap.js +4 -2
- package/importmap.json +4 -2
- package/index.cjs +4 -2
- package/index.js +4 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/cli.cjs
CHANGED
|
@@ -22,8 +22,8 @@ const imports = {
|
|
|
22
22
|
"@shgysk8zer0/http-status": "https://unpkg.com/@shgysk8zer0/http-status@1.1.2/http-status.js",
|
|
23
23
|
"@aegisjsproject/trusted-types": "https://unpkg.com/@aegisjsproject/trusted-types@1.0.2/bundle.min.js",
|
|
24
24
|
"@aegisjsproject/trusted-types/": "https://unpkg.com/@aegisjsproject/trusted-types@1.0.2/",
|
|
25
|
-
"@aegisjsproject/parsers": "https://unpkg.com/@aegisjsproject/parsers@0.0.
|
|
26
|
-
"@aegisjsproject/parsers/": "https://unpkg.com/@aegisjsproject/parsers@0.0.
|
|
25
|
+
"@aegisjsproject/parsers": "https://unpkg.com/@aegisjsproject/parsers@0.0.13/bundle.min.js",
|
|
26
|
+
"@aegisjsproject/parsers/": "https://unpkg.com/@aegisjsproject/parsers@0.0.13/",
|
|
27
27
|
"@aegisjsproject/sanitizer": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.2/sanitizer.js",
|
|
28
28
|
"@aegisjsproject/sanitizer/": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.2/",
|
|
29
29
|
"@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.15/core.js",
|
|
@@ -36,6 +36,8 @@ const imports = {
|
|
|
36
36
|
"@aegisjsproject/markdown/": "https://unpkg.com/@aegisjsproject/markdown@0.1.3/",
|
|
37
37
|
"@aegisjsproject/aegis-md": "https://unpkg.com/@aegisjsproject/aegis-md@0.0.4/aegis-md.js",
|
|
38
38
|
"@aegisjsproject/aegis-md/": "https://unpkg.com/@aegisjsproject/aegis-md@0.0.4/",
|
|
39
|
+
"@aegisjsproject/url": "https://unpkg.com/@aegisjsproject/url@1.0.0/url.mjs",
|
|
40
|
+
"@aegisjsproject/url/": "https://unpkg.com/@aegisjsproject/url@1.0.0/",
|
|
39
41
|
"@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.13/",
|
|
40
42
|
"@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.2/state.mjs",
|
|
41
43
|
"@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.2/",
|
package/cli.js
CHANGED
|
@@ -20,8 +20,8 @@ const imports = {
|
|
|
20
20
|
"@shgysk8zer0/http-status": "https://unpkg.com/@shgysk8zer0/http-status@1.1.2/http-status.js",
|
|
21
21
|
"@aegisjsproject/trusted-types": "https://unpkg.com/@aegisjsproject/trusted-types@1.0.2/bundle.min.js",
|
|
22
22
|
"@aegisjsproject/trusted-types/": "https://unpkg.com/@aegisjsproject/trusted-types@1.0.2/",
|
|
23
|
-
"@aegisjsproject/parsers": "https://unpkg.com/@aegisjsproject/parsers@0.0.
|
|
24
|
-
"@aegisjsproject/parsers/": "https://unpkg.com/@aegisjsproject/parsers@0.0.
|
|
23
|
+
"@aegisjsproject/parsers": "https://unpkg.com/@aegisjsproject/parsers@0.0.13/bundle.min.js",
|
|
24
|
+
"@aegisjsproject/parsers/": "https://unpkg.com/@aegisjsproject/parsers@0.0.13/",
|
|
25
25
|
"@aegisjsproject/sanitizer": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.2/sanitizer.js",
|
|
26
26
|
"@aegisjsproject/sanitizer/": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.2/",
|
|
27
27
|
"@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.15/core.js",
|
|
@@ -34,6 +34,8 @@ const imports = {
|
|
|
34
34
|
"@aegisjsproject/markdown/": "https://unpkg.com/@aegisjsproject/markdown@0.1.3/",
|
|
35
35
|
"@aegisjsproject/aegis-md": "https://unpkg.com/@aegisjsproject/aegis-md@0.0.4/aegis-md.js",
|
|
36
36
|
"@aegisjsproject/aegis-md/": "https://unpkg.com/@aegisjsproject/aegis-md@0.0.4/",
|
|
37
|
+
"@aegisjsproject/url": "https://unpkg.com/@aegisjsproject/url@1.0.0/url.mjs",
|
|
38
|
+
"@aegisjsproject/url/": "https://unpkg.com/@aegisjsproject/url@1.0.0/",
|
|
37
39
|
"@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.13/",
|
|
38
40
|
"@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.2/state.mjs",
|
|
39
41
|
"@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.2/",
|
package/importmap.cjs
CHANGED
|
@@ -15,8 +15,8 @@ const imports = {
|
|
|
15
15
|
"@shgysk8zer0/http-status": "https://unpkg.com/@shgysk8zer0/http-status@1.1.2/http-status.js",
|
|
16
16
|
"@aegisjsproject/trusted-types": "https://unpkg.com/@aegisjsproject/trusted-types@1.0.2/bundle.min.js",
|
|
17
17
|
"@aegisjsproject/trusted-types/": "https://unpkg.com/@aegisjsproject/trusted-types@1.0.2/",
|
|
18
|
-
"@aegisjsproject/parsers": "https://unpkg.com/@aegisjsproject/parsers@0.0.
|
|
19
|
-
"@aegisjsproject/parsers/": "https://unpkg.com/@aegisjsproject/parsers@0.0.
|
|
18
|
+
"@aegisjsproject/parsers": "https://unpkg.com/@aegisjsproject/parsers@0.0.13/bundle.min.js",
|
|
19
|
+
"@aegisjsproject/parsers/": "https://unpkg.com/@aegisjsproject/parsers@0.0.13/",
|
|
20
20
|
"@aegisjsproject/sanitizer": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.2/sanitizer.js",
|
|
21
21
|
"@aegisjsproject/sanitizer/": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.2/",
|
|
22
22
|
"@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.15/core.js",
|
|
@@ -29,6 +29,8 @@ const imports = {
|
|
|
29
29
|
"@aegisjsproject/markdown/": "https://unpkg.com/@aegisjsproject/markdown@0.1.3/",
|
|
30
30
|
"@aegisjsproject/aegis-md": "https://unpkg.com/@aegisjsproject/aegis-md@0.0.4/aegis-md.js",
|
|
31
31
|
"@aegisjsproject/aegis-md/": "https://unpkg.com/@aegisjsproject/aegis-md@0.0.4/",
|
|
32
|
+
"@aegisjsproject/url": "https://unpkg.com/@aegisjsproject/url@1.0.0/url.mjs",
|
|
33
|
+
"@aegisjsproject/url/": "https://unpkg.com/@aegisjsproject/url@1.0.0/",
|
|
32
34
|
"@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.13/",
|
|
33
35
|
"@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.2/state.mjs",
|
|
34
36
|
"@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.2/",
|
package/importmap.js
CHANGED
|
@@ -13,8 +13,8 @@ const imports = {
|
|
|
13
13
|
"@shgysk8zer0/http-status": "https://unpkg.com/@shgysk8zer0/http-status@1.1.2/http-status.js",
|
|
14
14
|
"@aegisjsproject/trusted-types": "https://unpkg.com/@aegisjsproject/trusted-types@1.0.2/bundle.min.js",
|
|
15
15
|
"@aegisjsproject/trusted-types/": "https://unpkg.com/@aegisjsproject/trusted-types@1.0.2/",
|
|
16
|
-
"@aegisjsproject/parsers": "https://unpkg.com/@aegisjsproject/parsers@0.0.
|
|
17
|
-
"@aegisjsproject/parsers/": "https://unpkg.com/@aegisjsproject/parsers@0.0.
|
|
16
|
+
"@aegisjsproject/parsers": "https://unpkg.com/@aegisjsproject/parsers@0.0.13/bundle.min.js",
|
|
17
|
+
"@aegisjsproject/parsers/": "https://unpkg.com/@aegisjsproject/parsers@0.0.13/",
|
|
18
18
|
"@aegisjsproject/sanitizer": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.2/sanitizer.js",
|
|
19
19
|
"@aegisjsproject/sanitizer/": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.2/",
|
|
20
20
|
"@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.15/core.js",
|
|
@@ -27,6 +27,8 @@ const imports = {
|
|
|
27
27
|
"@aegisjsproject/markdown/": "https://unpkg.com/@aegisjsproject/markdown@0.1.3/",
|
|
28
28
|
"@aegisjsproject/aegis-md": "https://unpkg.com/@aegisjsproject/aegis-md@0.0.4/aegis-md.js",
|
|
29
29
|
"@aegisjsproject/aegis-md/": "https://unpkg.com/@aegisjsproject/aegis-md@0.0.4/",
|
|
30
|
+
"@aegisjsproject/url": "https://unpkg.com/@aegisjsproject/url@1.0.0/url.mjs",
|
|
31
|
+
"@aegisjsproject/url/": "https://unpkg.com/@aegisjsproject/url@1.0.0/",
|
|
30
32
|
"@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.13/",
|
|
31
33
|
"@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.2/state.mjs",
|
|
32
34
|
"@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.2/",
|
package/importmap.json
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"@shgysk8zer0/http-status": "https://unpkg.com/@shgysk8zer0/http-status@1.1.2/http-status.js",
|
|
15
15
|
"@aegisjsproject/trusted-types": "https://unpkg.com/@aegisjsproject/trusted-types@1.0.2/bundle.min.js",
|
|
16
16
|
"@aegisjsproject/trusted-types/": "https://unpkg.com/@aegisjsproject/trusted-types@1.0.2/",
|
|
17
|
-
"@aegisjsproject/parsers": "https://unpkg.com/@aegisjsproject/parsers@0.0.
|
|
18
|
-
"@aegisjsproject/parsers/": "https://unpkg.com/@aegisjsproject/parsers@0.0.
|
|
17
|
+
"@aegisjsproject/parsers": "https://unpkg.com/@aegisjsproject/parsers@0.0.13/bundle.min.js",
|
|
18
|
+
"@aegisjsproject/parsers/": "https://unpkg.com/@aegisjsproject/parsers@0.0.13/",
|
|
19
19
|
"@aegisjsproject/sanitizer": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.2/sanitizer.js",
|
|
20
20
|
"@aegisjsproject/sanitizer/": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.2/",
|
|
21
21
|
"@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.15/core.js",
|
|
@@ -28,6 +28,8 @@
|
|
|
28
28
|
"@aegisjsproject/markdown/": "https://unpkg.com/@aegisjsproject/markdown@0.1.3/",
|
|
29
29
|
"@aegisjsproject/aegis-md": "https://unpkg.com/@aegisjsproject/aegis-md@0.0.4/aegis-md.js",
|
|
30
30
|
"@aegisjsproject/aegis-md/": "https://unpkg.com/@aegisjsproject/aegis-md@0.0.4/",
|
|
31
|
+
"@aegisjsproject/url": "https://unpkg.com/@aegisjsproject/url@1.0.0/url.mjs",
|
|
32
|
+
"@aegisjsproject/url/": "https://unpkg.com/@aegisjsproject/url@1.0.0/",
|
|
31
33
|
"@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.13/",
|
|
32
34
|
"@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.2/state.mjs",
|
|
33
35
|
"@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.2/",
|
package/index.cjs
CHANGED
|
@@ -20,8 +20,8 @@ const imports$1 = {
|
|
|
20
20
|
"@shgysk8zer0/http-status": "https://unpkg.com/@shgysk8zer0/http-status@1.1.2/http-status.js",
|
|
21
21
|
"@aegisjsproject/trusted-types": "https://unpkg.com/@aegisjsproject/trusted-types@1.0.2/bundle.min.js",
|
|
22
22
|
"@aegisjsproject/trusted-types/": "https://unpkg.com/@aegisjsproject/trusted-types@1.0.2/",
|
|
23
|
-
"@aegisjsproject/parsers": "https://unpkg.com/@aegisjsproject/parsers@0.0.
|
|
24
|
-
"@aegisjsproject/parsers/": "https://unpkg.com/@aegisjsproject/parsers@0.0.
|
|
23
|
+
"@aegisjsproject/parsers": "https://unpkg.com/@aegisjsproject/parsers@0.0.13/bundle.min.js",
|
|
24
|
+
"@aegisjsproject/parsers/": "https://unpkg.com/@aegisjsproject/parsers@0.0.13/",
|
|
25
25
|
"@aegisjsproject/sanitizer": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.2/sanitizer.js",
|
|
26
26
|
"@aegisjsproject/sanitizer/": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.2/",
|
|
27
27
|
"@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.15/core.js",
|
|
@@ -34,6 +34,8 @@ const imports$1 = {
|
|
|
34
34
|
"@aegisjsproject/markdown/": "https://unpkg.com/@aegisjsproject/markdown@0.1.3/",
|
|
35
35
|
"@aegisjsproject/aegis-md": "https://unpkg.com/@aegisjsproject/aegis-md@0.0.4/aegis-md.js",
|
|
36
36
|
"@aegisjsproject/aegis-md/": "https://unpkg.com/@aegisjsproject/aegis-md@0.0.4/",
|
|
37
|
+
"@aegisjsproject/url": "https://unpkg.com/@aegisjsproject/url@1.0.0/url.mjs",
|
|
38
|
+
"@aegisjsproject/url/": "https://unpkg.com/@aegisjsproject/url@1.0.0/",
|
|
37
39
|
"@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.13/",
|
|
38
40
|
"@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.2/state.mjs",
|
|
39
41
|
"@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.2/",
|
package/index.js
CHANGED
|
@@ -18,8 +18,8 @@ const imports$1 = {
|
|
|
18
18
|
"@shgysk8zer0/http-status": "https://unpkg.com/@shgysk8zer0/http-status@1.1.2/http-status.js",
|
|
19
19
|
"@aegisjsproject/trusted-types": "https://unpkg.com/@aegisjsproject/trusted-types@1.0.2/bundle.min.js",
|
|
20
20
|
"@aegisjsproject/trusted-types/": "https://unpkg.com/@aegisjsproject/trusted-types@1.0.2/",
|
|
21
|
-
"@aegisjsproject/parsers": "https://unpkg.com/@aegisjsproject/parsers@0.0.
|
|
22
|
-
"@aegisjsproject/parsers/": "https://unpkg.com/@aegisjsproject/parsers@0.0.
|
|
21
|
+
"@aegisjsproject/parsers": "https://unpkg.com/@aegisjsproject/parsers@0.0.13/bundle.min.js",
|
|
22
|
+
"@aegisjsproject/parsers/": "https://unpkg.com/@aegisjsproject/parsers@0.0.13/",
|
|
23
23
|
"@aegisjsproject/sanitizer": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.2/sanitizer.js",
|
|
24
24
|
"@aegisjsproject/sanitizer/": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.2/",
|
|
25
25
|
"@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.15/core.js",
|
|
@@ -32,6 +32,8 @@ const imports$1 = {
|
|
|
32
32
|
"@aegisjsproject/markdown/": "https://unpkg.com/@aegisjsproject/markdown@0.1.3/",
|
|
33
33
|
"@aegisjsproject/aegis-md": "https://unpkg.com/@aegisjsproject/aegis-md@0.0.4/aegis-md.js",
|
|
34
34
|
"@aegisjsproject/aegis-md/": "https://unpkg.com/@aegisjsproject/aegis-md@0.0.4/",
|
|
35
|
+
"@aegisjsproject/url": "https://unpkg.com/@aegisjsproject/url@1.0.0/url.mjs",
|
|
36
|
+
"@aegisjsproject/url/": "https://unpkg.com/@aegisjsproject/url@1.0.0/",
|
|
35
37
|
"@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.13/",
|
|
36
38
|
"@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.2/state.mjs",
|
|
37
39
|
"@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.2/",
|