@shgysk8zer0/importmap 1.4.55 → 1.4.57

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,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [v1.4.57] -2025-04-17
11
+
12
+ ### Changed
13
+ - Update `@aegisjsproject/core`
14
+
15
+ ## [v1.4.56] - 2025-04-14
16
+
17
+ ### Changed
18
+ - Update `@aegisjsproject/otp`
19
+
10
20
  ## [v1.4.55] - 2025-04-14
11
21
 
12
22
  ### Added
package/cli.cjs CHANGED
@@ -36,8 +36,8 @@ const imports = {
36
36
  "@aegisjsproject/parsers/": "https://unpkg.com/@aegisjsproject/parsers@0.0.16/",
37
37
  "@aegisjsproject/sanitizer": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.3/sanitizer.js",
38
38
  "@aegisjsproject/sanitizer/": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.3/",
39
- "@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.23/core.js",
40
- "@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.2.23/",
39
+ "@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.24/core.js",
40
+ "@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.2.24/",
41
41
  "@aegisjsproject/styles": "https://unpkg.com/@aegisjsproject/styles@0.2.6/styles.js",
42
42
  "@aegisjsproject/styles/": "https://unpkg.com/@aegisjsproject/styles@0.2.6/",
43
43
  "@aegisjsproject/component": "https://unpkg.com/@aegisjsproject/component@0.1.6/component.js",
@@ -50,8 +50,8 @@ const imports = {
50
50
  "@aegisjsproject/url/": "https://unpkg.com/@aegisjsproject/url@1.0.3/",
51
51
  "@aegisjsproject/idb/": "https://unpkg.com/@aegisjsproject/idb@1.0.4/",
52
52
  "@aegisjsproject/idb": "https://unpkg.com/@aegisjsproject/idb@1.0.4/idb.min.js",
53
- "@aegisjsproject/otp/": "https://unpkg.com/@aegisjsproject/otp@1.0.0/",
54
- "@aegisjsproject/otp": "https://unpkg.com/@aegisjsproject/otp@1.0.0/otp.min.js",
53
+ "@aegisjsproject/otp/": "https://unpkg.com/@aegisjsproject/otp@1.0.1/",
54
+ "@aegisjsproject/otp": "https://unpkg.com/@aegisjsproject/otp@1.0.1/otp.min.js",
55
55
  "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.16/",
56
56
  "@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.5/state.mjs",
57
57
  "@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.5/",
package/cli.js CHANGED
@@ -33,8 +33,8 @@ const imports = {
33
33
  "@aegisjsproject/parsers/": "https://unpkg.com/@aegisjsproject/parsers@0.0.16/",
34
34
  "@aegisjsproject/sanitizer": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.3/sanitizer.js",
35
35
  "@aegisjsproject/sanitizer/": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.3/",
36
- "@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.23/core.js",
37
- "@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.2.23/",
36
+ "@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.24/core.js",
37
+ "@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.2.24/",
38
38
  "@aegisjsproject/styles": "https://unpkg.com/@aegisjsproject/styles@0.2.6/styles.js",
39
39
  "@aegisjsproject/styles/": "https://unpkg.com/@aegisjsproject/styles@0.2.6/",
40
40
  "@aegisjsproject/component": "https://unpkg.com/@aegisjsproject/component@0.1.6/component.js",
@@ -47,8 +47,8 @@ const imports = {
47
47
  "@aegisjsproject/url/": "https://unpkg.com/@aegisjsproject/url@1.0.3/",
48
48
  "@aegisjsproject/idb/": "https://unpkg.com/@aegisjsproject/idb@1.0.4/",
49
49
  "@aegisjsproject/idb": "https://unpkg.com/@aegisjsproject/idb@1.0.4/idb.min.js",
50
- "@aegisjsproject/otp/": "https://unpkg.com/@aegisjsproject/otp@1.0.0/",
51
- "@aegisjsproject/otp": "https://unpkg.com/@aegisjsproject/otp@1.0.0/otp.min.js",
50
+ "@aegisjsproject/otp/": "https://unpkg.com/@aegisjsproject/otp@1.0.1/",
51
+ "@aegisjsproject/otp": "https://unpkg.com/@aegisjsproject/otp@1.0.1/otp.min.js",
52
52
  "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.16/",
53
53
  "@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.5/state.mjs",
54
54
  "@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.5/",
package/importmap.cjs CHANGED
@@ -27,8 +27,8 @@ const imports = {
27
27
  "@aegisjsproject/parsers/": "https://unpkg.com/@aegisjsproject/parsers@0.0.16/",
28
28
  "@aegisjsproject/sanitizer": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.3/sanitizer.js",
29
29
  "@aegisjsproject/sanitizer/": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.3/",
30
- "@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.23/core.js",
31
- "@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.2.23/",
30
+ "@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.24/core.js",
31
+ "@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.2.24/",
32
32
  "@aegisjsproject/styles": "https://unpkg.com/@aegisjsproject/styles@0.2.6/styles.js",
33
33
  "@aegisjsproject/styles/": "https://unpkg.com/@aegisjsproject/styles@0.2.6/",
34
34
  "@aegisjsproject/component": "https://unpkg.com/@aegisjsproject/component@0.1.6/component.js",
@@ -41,8 +41,8 @@ const imports = {
41
41
  "@aegisjsproject/url/": "https://unpkg.com/@aegisjsproject/url@1.0.3/",
42
42
  "@aegisjsproject/idb/": "https://unpkg.com/@aegisjsproject/idb@1.0.4/",
43
43
  "@aegisjsproject/idb": "https://unpkg.com/@aegisjsproject/idb@1.0.4/idb.min.js",
44
- "@aegisjsproject/otp/": "https://unpkg.com/@aegisjsproject/otp@1.0.0/",
45
- "@aegisjsproject/otp": "https://unpkg.com/@aegisjsproject/otp@1.0.0/otp.min.js",
44
+ "@aegisjsproject/otp/": "https://unpkg.com/@aegisjsproject/otp@1.0.1/",
45
+ "@aegisjsproject/otp": "https://unpkg.com/@aegisjsproject/otp@1.0.1/otp.min.js",
46
46
  "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.16/",
47
47
  "@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.5/state.mjs",
48
48
  "@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.5/",
package/importmap.js CHANGED
@@ -25,8 +25,8 @@ const imports = {
25
25
  "@aegisjsproject/parsers/": "https://unpkg.com/@aegisjsproject/parsers@0.0.16/",
26
26
  "@aegisjsproject/sanitizer": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.3/sanitizer.js",
27
27
  "@aegisjsproject/sanitizer/": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.3/",
28
- "@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.23/core.js",
29
- "@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.2.23/",
28
+ "@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.24/core.js",
29
+ "@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.2.24/",
30
30
  "@aegisjsproject/styles": "https://unpkg.com/@aegisjsproject/styles@0.2.6/styles.js",
31
31
  "@aegisjsproject/styles/": "https://unpkg.com/@aegisjsproject/styles@0.2.6/",
32
32
  "@aegisjsproject/component": "https://unpkg.com/@aegisjsproject/component@0.1.6/component.js",
@@ -39,8 +39,8 @@ const imports = {
39
39
  "@aegisjsproject/url/": "https://unpkg.com/@aegisjsproject/url@1.0.3/",
40
40
  "@aegisjsproject/idb/": "https://unpkg.com/@aegisjsproject/idb@1.0.4/",
41
41
  "@aegisjsproject/idb": "https://unpkg.com/@aegisjsproject/idb@1.0.4/idb.min.js",
42
- "@aegisjsproject/otp/": "https://unpkg.com/@aegisjsproject/otp@1.0.0/",
43
- "@aegisjsproject/otp": "https://unpkg.com/@aegisjsproject/otp@1.0.0/otp.min.js",
42
+ "@aegisjsproject/otp/": "https://unpkg.com/@aegisjsproject/otp@1.0.1/",
43
+ "@aegisjsproject/otp": "https://unpkg.com/@aegisjsproject/otp@1.0.1/otp.min.js",
44
44
  "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.16/",
45
45
  "@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.5/state.mjs",
46
46
  "@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.5/",
package/importmap.json CHANGED
@@ -26,8 +26,8 @@
26
26
  "@aegisjsproject/parsers/": "https://unpkg.com/@aegisjsproject/parsers@0.0.16/",
27
27
  "@aegisjsproject/sanitizer": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.3/sanitizer.js",
28
28
  "@aegisjsproject/sanitizer/": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.3/",
29
- "@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.23/core.js",
30
- "@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.2.23/",
29
+ "@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.24/core.js",
30
+ "@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.2.24/",
31
31
  "@aegisjsproject/styles": "https://unpkg.com/@aegisjsproject/styles@0.2.6/styles.js",
32
32
  "@aegisjsproject/styles/": "https://unpkg.com/@aegisjsproject/styles@0.2.6/",
33
33
  "@aegisjsproject/component": "https://unpkg.com/@aegisjsproject/component@0.1.6/component.js",
@@ -40,8 +40,8 @@
40
40
  "@aegisjsproject/url/": "https://unpkg.com/@aegisjsproject/url@1.0.3/",
41
41
  "@aegisjsproject/idb/": "https://unpkg.com/@aegisjsproject/idb@1.0.4/",
42
42
  "@aegisjsproject/idb": "https://unpkg.com/@aegisjsproject/idb@1.0.4/idb.min.js",
43
- "@aegisjsproject/otp/": "https://unpkg.com/@aegisjsproject/otp@1.0.0/",
44
- "@aegisjsproject/otp": "https://unpkg.com/@aegisjsproject/otp@1.0.0/otp.min.js",
43
+ "@aegisjsproject/otp/": "https://unpkg.com/@aegisjsproject/otp@1.0.1/",
44
+ "@aegisjsproject/otp": "https://unpkg.com/@aegisjsproject/otp@1.0.1/otp.min.js",
45
45
  "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.16/",
46
46
  "@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.5/state.mjs",
47
47
  "@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.5/",
@@ -76,4 +76,4 @@
76
76
  "firebase/analytics": "https://www.gstatic.com/firebasejs/10.12.1/firebase-analytics.js"
77
77
  },
78
78
  "scope": {}
79
- }
79
+ }
package/index.cjs CHANGED
@@ -33,8 +33,8 @@ const imports$1 = {
33
33
  "@aegisjsproject/parsers/": "https://unpkg.com/@aegisjsproject/parsers@0.0.16/",
34
34
  "@aegisjsproject/sanitizer": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.3/sanitizer.js",
35
35
  "@aegisjsproject/sanitizer/": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.3/",
36
- "@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.23/core.js",
37
- "@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.2.23/",
36
+ "@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.24/core.js",
37
+ "@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.2.24/",
38
38
  "@aegisjsproject/styles": "https://unpkg.com/@aegisjsproject/styles@0.2.6/styles.js",
39
39
  "@aegisjsproject/styles/": "https://unpkg.com/@aegisjsproject/styles@0.2.6/",
40
40
  "@aegisjsproject/component": "https://unpkg.com/@aegisjsproject/component@0.1.6/component.js",
@@ -47,8 +47,8 @@ const imports$1 = {
47
47
  "@aegisjsproject/url/": "https://unpkg.com/@aegisjsproject/url@1.0.3/",
48
48
  "@aegisjsproject/idb/": "https://unpkg.com/@aegisjsproject/idb@1.0.4/",
49
49
  "@aegisjsproject/idb": "https://unpkg.com/@aegisjsproject/idb@1.0.4/idb.min.js",
50
- "@aegisjsproject/otp/": "https://unpkg.com/@aegisjsproject/otp@1.0.0/",
51
- "@aegisjsproject/otp": "https://unpkg.com/@aegisjsproject/otp@1.0.0/otp.min.js",
50
+ "@aegisjsproject/otp/": "https://unpkg.com/@aegisjsproject/otp@1.0.1/",
51
+ "@aegisjsproject/otp": "https://unpkg.com/@aegisjsproject/otp@1.0.1/otp.min.js",
52
52
  "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.16/",
53
53
  "@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.5/state.mjs",
54
54
  "@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.5/",
package/index.js CHANGED
@@ -31,8 +31,8 @@ const imports$1 = {
31
31
  "@aegisjsproject/parsers/": "https://unpkg.com/@aegisjsproject/parsers@0.0.16/",
32
32
  "@aegisjsproject/sanitizer": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.3/sanitizer.js",
33
33
  "@aegisjsproject/sanitizer/": "https://unpkg.com/@aegisjsproject/sanitizer@0.1.3/",
34
- "@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.23/core.js",
35
- "@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.2.23/",
34
+ "@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.2.24/core.js",
35
+ "@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.2.24/",
36
36
  "@aegisjsproject/styles": "https://unpkg.com/@aegisjsproject/styles@0.2.6/styles.js",
37
37
  "@aegisjsproject/styles/": "https://unpkg.com/@aegisjsproject/styles@0.2.6/",
38
38
  "@aegisjsproject/component": "https://unpkg.com/@aegisjsproject/component@0.1.6/component.js",
@@ -45,8 +45,8 @@ const imports$1 = {
45
45
  "@aegisjsproject/url/": "https://unpkg.com/@aegisjsproject/url@1.0.3/",
46
46
  "@aegisjsproject/idb/": "https://unpkg.com/@aegisjsproject/idb@1.0.4/",
47
47
  "@aegisjsproject/idb": "https://unpkg.com/@aegisjsproject/idb@1.0.4/idb.min.js",
48
- "@aegisjsproject/otp/": "https://unpkg.com/@aegisjsproject/otp@1.0.0/",
49
- "@aegisjsproject/otp": "https://unpkg.com/@aegisjsproject/otp@1.0.0/otp.min.js",
48
+ "@aegisjsproject/otp/": "https://unpkg.com/@aegisjsproject/otp@1.0.1/",
49
+ "@aegisjsproject/otp": "https://unpkg.com/@aegisjsproject/otp@1.0.1/otp.min.js",
50
50
  "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.16/",
51
51
  "@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.5/state.mjs",
52
52
  "@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.5/",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shgysk8zer0/importmap",
3
- "version": "1.4.55",
3
+ "version": "1.4.57",
4
4
  "engines": {
5
5
  "node": ">=18.0.0"
6
6
  },