@shgysk8zer0/importmap 1.4.60 → 1.4.62
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/cli.cjs +4 -0
- package/cli.js +4 -0
- package/importmap.cjs +4 -0
- package/importmap.js +4 -0
- package/importmap.json +5 -1
- package/index.cjs +4 -0
- package/index.js +4 -0
- package/package.json +2 -2
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.62] - 2025-05-01
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
- Add `@aegisjsproject/barcodecanner`
|
|
14
|
+
|
|
15
|
+
## [v1.4.61] - 2025-04-30
|
|
16
|
+
|
|
17
|
+
### Added
|
|
18
|
+
- Add `@aegisjsproject/md-editor`
|
|
19
|
+
|
|
10
20
|
## [v1.4.60] - 2025-04-25
|
|
11
21
|
|
|
12
22
|
### Changed
|
package/cli.cjs
CHANGED
|
@@ -52,6 +52,10 @@ const imports = {
|
|
|
52
52
|
"@aegisjsproject/idb": "https://unpkg.com/@aegisjsproject/idb@1.0.4/idb.min.js",
|
|
53
53
|
"@aegisjsproject/otp/": "https://unpkg.com/@aegisjsproject/otp@1.0.1/",
|
|
54
54
|
"@aegisjsproject/otp": "https://unpkg.com/@aegisjsproject/otp@1.0.1/otp.min.js",
|
|
55
|
+
"@aegisjsproject/md-editor": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/md-editor.js",
|
|
56
|
+
"@aegisjsproject/md-editor/": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/",
|
|
57
|
+
"@aegisjsproject/barcodescanner": "https://unpkg.com/@aegisjsproject/barcodescanner/scanner.min.js",
|
|
58
|
+
"@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner/",
|
|
55
59
|
"@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.16/",
|
|
56
60
|
"@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.5/state.mjs",
|
|
57
61
|
"@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.5/",
|
package/cli.js
CHANGED
|
@@ -49,6 +49,10 @@ const imports = {
|
|
|
49
49
|
"@aegisjsproject/idb": "https://unpkg.com/@aegisjsproject/idb@1.0.4/idb.min.js",
|
|
50
50
|
"@aegisjsproject/otp/": "https://unpkg.com/@aegisjsproject/otp@1.0.1/",
|
|
51
51
|
"@aegisjsproject/otp": "https://unpkg.com/@aegisjsproject/otp@1.0.1/otp.min.js",
|
|
52
|
+
"@aegisjsproject/md-editor": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/md-editor.js",
|
|
53
|
+
"@aegisjsproject/md-editor/": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/",
|
|
54
|
+
"@aegisjsproject/barcodescanner": "https://unpkg.com/@aegisjsproject/barcodescanner/scanner.min.js",
|
|
55
|
+
"@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner/",
|
|
52
56
|
"@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.16/",
|
|
53
57
|
"@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.5/state.mjs",
|
|
54
58
|
"@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.5/",
|
package/importmap.cjs
CHANGED
|
@@ -43,6 +43,10 @@ const imports = {
|
|
|
43
43
|
"@aegisjsproject/idb": "https://unpkg.com/@aegisjsproject/idb@1.0.4/idb.min.js",
|
|
44
44
|
"@aegisjsproject/otp/": "https://unpkg.com/@aegisjsproject/otp@1.0.1/",
|
|
45
45
|
"@aegisjsproject/otp": "https://unpkg.com/@aegisjsproject/otp@1.0.1/otp.min.js",
|
|
46
|
+
"@aegisjsproject/md-editor": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/md-editor.js",
|
|
47
|
+
"@aegisjsproject/md-editor/": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/",
|
|
48
|
+
"@aegisjsproject/barcodescanner": "https://unpkg.com/@aegisjsproject/barcodescanner/scanner.min.js",
|
|
49
|
+
"@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner/",
|
|
46
50
|
"@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.16/",
|
|
47
51
|
"@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.5/state.mjs",
|
|
48
52
|
"@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.5/",
|
package/importmap.js
CHANGED
|
@@ -41,6 +41,10 @@ const imports = {
|
|
|
41
41
|
"@aegisjsproject/idb": "https://unpkg.com/@aegisjsproject/idb@1.0.4/idb.min.js",
|
|
42
42
|
"@aegisjsproject/otp/": "https://unpkg.com/@aegisjsproject/otp@1.0.1/",
|
|
43
43
|
"@aegisjsproject/otp": "https://unpkg.com/@aegisjsproject/otp@1.0.1/otp.min.js",
|
|
44
|
+
"@aegisjsproject/md-editor": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/md-editor.js",
|
|
45
|
+
"@aegisjsproject/md-editor/": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/",
|
|
46
|
+
"@aegisjsproject/barcodescanner": "https://unpkg.com/@aegisjsproject/barcodescanner/scanner.min.js",
|
|
47
|
+
"@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner/",
|
|
44
48
|
"@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.16/",
|
|
45
49
|
"@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.5/state.mjs",
|
|
46
50
|
"@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.5/",
|
package/importmap.json
CHANGED
|
@@ -42,6 +42,10 @@
|
|
|
42
42
|
"@aegisjsproject/idb": "https://unpkg.com/@aegisjsproject/idb@1.0.4/idb.min.js",
|
|
43
43
|
"@aegisjsproject/otp/": "https://unpkg.com/@aegisjsproject/otp@1.0.1/",
|
|
44
44
|
"@aegisjsproject/otp": "https://unpkg.com/@aegisjsproject/otp@1.0.1/otp.min.js",
|
|
45
|
+
"@aegisjsproject/md-editor": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/md-editor.js",
|
|
46
|
+
"@aegisjsproject/md-editor/": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/",
|
|
47
|
+
"@aegisjsproject/barcodescanner": "https://unpkg.com/@aegisjsproject/barcodescanner/scanner.min.js",
|
|
48
|
+
"@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner/",
|
|
45
49
|
"@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.16/",
|
|
46
50
|
"@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.5/state.mjs",
|
|
47
51
|
"@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.5/",
|
|
@@ -76,4 +80,4 @@
|
|
|
76
80
|
"firebase/analytics": "https://www.gstatic.com/firebasejs/10.12.1/firebase-analytics.js"
|
|
77
81
|
},
|
|
78
82
|
"scope": {}
|
|
79
|
-
}
|
|
83
|
+
}
|
package/index.cjs
CHANGED
|
@@ -49,6 +49,10 @@ const imports$1 = {
|
|
|
49
49
|
"@aegisjsproject/idb": "https://unpkg.com/@aegisjsproject/idb@1.0.4/idb.min.js",
|
|
50
50
|
"@aegisjsproject/otp/": "https://unpkg.com/@aegisjsproject/otp@1.0.1/",
|
|
51
51
|
"@aegisjsproject/otp": "https://unpkg.com/@aegisjsproject/otp@1.0.1/otp.min.js",
|
|
52
|
+
"@aegisjsproject/md-editor": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/md-editor.js",
|
|
53
|
+
"@aegisjsproject/md-editor/": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/",
|
|
54
|
+
"@aegisjsproject/barcodescanner": "https://unpkg.com/@aegisjsproject/barcodescanner/scanner.min.js",
|
|
55
|
+
"@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner/",
|
|
52
56
|
"@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.16/",
|
|
53
57
|
"@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.5/state.mjs",
|
|
54
58
|
"@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.5/",
|
package/index.js
CHANGED
|
@@ -47,6 +47,10 @@ const imports$1 = {
|
|
|
47
47
|
"@aegisjsproject/idb": "https://unpkg.com/@aegisjsproject/idb@1.0.4/idb.min.js",
|
|
48
48
|
"@aegisjsproject/otp/": "https://unpkg.com/@aegisjsproject/otp@1.0.1/",
|
|
49
49
|
"@aegisjsproject/otp": "https://unpkg.com/@aegisjsproject/otp@1.0.1/otp.min.js",
|
|
50
|
+
"@aegisjsproject/md-editor": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/md-editor.js",
|
|
51
|
+
"@aegisjsproject/md-editor/": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/",
|
|
52
|
+
"@aegisjsproject/barcodescanner": "https://unpkg.com/@aegisjsproject/barcodescanner/scanner.min.js",
|
|
53
|
+
"@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner/",
|
|
50
54
|
"@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.16/",
|
|
51
55
|
"@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.5/state.mjs",
|
|
52
56
|
"@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.
|
|
3
|
+
"version": "1.4.62",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=18.0.0"
|
|
6
6
|
},
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
69
|
"@shgysk8zer0/npm-utils": "^1.1.3",
|
|
70
|
-
"@shgysk8zer0/polyfills": "^0.4.
|
|
70
|
+
"@shgysk8zer0/polyfills": "^0.4.11",
|
|
71
71
|
"commander": "^13.1.0"
|
|
72
72
|
}
|
|
73
73
|
}
|