@shgysk8zer0/importmap 1.4.67 → 1.4.69
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 +13 -0
- package/cli.cjs +4 -4
- package/cli.js +4 -4
- package/importmap.cjs +4 -4
- package/importmap.js +4 -4
- package/importmap.json +4 -4
- package/index.cjs +4 -4
- package/index.js +4 -4
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [v1.4.69] - 2025-07-07
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
- Add `npm test` with page + script for testing
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
- Get latest updates
|
|
17
|
+
|
|
18
|
+
## [v1.4.68] - 2025-06-10
|
|
19
|
+
|
|
20
|
+
### Changed
|
|
21
|
+
- Update `@aegisjsproject/barcodescanner`
|
|
22
|
+
|
|
10
23
|
## [v1.4.67] - 2025-06-06
|
|
11
24
|
|
|
12
25
|
### Changed
|
package/cli.cjs
CHANGED
|
@@ -54,8 +54,8 @@ const imports = {
|
|
|
54
54
|
"@aegisjsproject/otp": "https://unpkg.com/@aegisjsproject/otp@1.0.1/otp.min.js",
|
|
55
55
|
"@aegisjsproject/md-editor": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/md-editor.js",
|
|
56
56
|
"@aegisjsproject/md-editor/": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/",
|
|
57
|
-
"@aegisjsproject/barcodescanner": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.
|
|
58
|
-
"@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.
|
|
57
|
+
"@aegisjsproject/barcodescanner": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.3/scanner.min.js",
|
|
58
|
+
"@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.3/",
|
|
59
59
|
"@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.17/",
|
|
60
60
|
"@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.5/state.mjs",
|
|
61
61
|
"@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.5/",
|
|
@@ -72,8 +72,8 @@ const imports = {
|
|
|
72
72
|
"highlight.js/": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/",
|
|
73
73
|
"@highlightjs/cdn-assets": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/core.min.js",
|
|
74
74
|
"@highlightjs/cdn-assets/": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/",
|
|
75
|
-
marked: "https://unpkg.com/marked@
|
|
76
|
-
"marked-highlight": "https://unpkg.com/marked-highlight@2.2.
|
|
75
|
+
marked: "https://unpkg.com/marked@16.0.0/lib/marked.esm.js",
|
|
76
|
+
"marked-highlight": "https://unpkg.com/marked-highlight@2.2.2/src/index.js",
|
|
77
77
|
yaml: "https://unpkg.com/yaml@2.8.0/browser/dist/index.js",
|
|
78
78
|
"yaml/": "https://unpkg.com/yaml@2.8.0/browser/dist/",
|
|
79
79
|
"firebase/": "https://www.gstatic.com/firebasejs/10.12.1/",
|
package/cli.js
CHANGED
|
@@ -51,8 +51,8 @@ const imports = {
|
|
|
51
51
|
"@aegisjsproject/otp": "https://unpkg.com/@aegisjsproject/otp@1.0.1/otp.min.js",
|
|
52
52
|
"@aegisjsproject/md-editor": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/md-editor.js",
|
|
53
53
|
"@aegisjsproject/md-editor/": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/",
|
|
54
|
-
"@aegisjsproject/barcodescanner": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.
|
|
55
|
-
"@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.
|
|
54
|
+
"@aegisjsproject/barcodescanner": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.3/scanner.min.js",
|
|
55
|
+
"@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.3/",
|
|
56
56
|
"@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.17/",
|
|
57
57
|
"@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.5/state.mjs",
|
|
58
58
|
"@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.5/",
|
|
@@ -69,8 +69,8 @@ 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@
|
|
73
|
-
"marked-highlight": "https://unpkg.com/marked-highlight@2.2.
|
|
72
|
+
marked: "https://unpkg.com/marked@16.0.0/lib/marked.esm.js",
|
|
73
|
+
"marked-highlight": "https://unpkg.com/marked-highlight@2.2.2/src/index.js",
|
|
74
74
|
yaml: "https://unpkg.com/yaml@2.8.0/browser/dist/index.js",
|
|
75
75
|
"yaml/": "https://unpkg.com/yaml@2.8.0/browser/dist/",
|
|
76
76
|
"firebase/": "https://www.gstatic.com/firebasejs/10.12.1/",
|
package/importmap.cjs
CHANGED
|
@@ -45,8 +45,8 @@ const imports = {
|
|
|
45
45
|
"@aegisjsproject/otp": "https://unpkg.com/@aegisjsproject/otp@1.0.1/otp.min.js",
|
|
46
46
|
"@aegisjsproject/md-editor": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/md-editor.js",
|
|
47
47
|
"@aegisjsproject/md-editor/": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/",
|
|
48
|
-
"@aegisjsproject/barcodescanner": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.
|
|
49
|
-
"@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.
|
|
48
|
+
"@aegisjsproject/barcodescanner": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.3/scanner.min.js",
|
|
49
|
+
"@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.3/",
|
|
50
50
|
"@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.17/",
|
|
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/",
|
|
@@ -63,8 +63,8 @@ const imports = {
|
|
|
63
63
|
"highlight.js/": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/",
|
|
64
64
|
"@highlightjs/cdn-assets": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/core.min.js",
|
|
65
65
|
"@highlightjs/cdn-assets/": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/",
|
|
66
|
-
marked: "https://unpkg.com/marked@
|
|
67
|
-
"marked-highlight": "https://unpkg.com/marked-highlight@2.2.
|
|
66
|
+
marked: "https://unpkg.com/marked@16.0.0/lib/marked.esm.js",
|
|
67
|
+
"marked-highlight": "https://unpkg.com/marked-highlight@2.2.2/src/index.js",
|
|
68
68
|
yaml: "https://unpkg.com/yaml@2.8.0/browser/dist/index.js",
|
|
69
69
|
"yaml/": "https://unpkg.com/yaml@2.8.0/browser/dist/",
|
|
70
70
|
"firebase/": "https://www.gstatic.com/firebasejs/10.12.1/",
|
package/importmap.js
CHANGED
|
@@ -43,8 +43,8 @@ const imports = {
|
|
|
43
43
|
"@aegisjsproject/otp": "https://unpkg.com/@aegisjsproject/otp@1.0.1/otp.min.js",
|
|
44
44
|
"@aegisjsproject/md-editor": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/md-editor.js",
|
|
45
45
|
"@aegisjsproject/md-editor/": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/",
|
|
46
|
-
"@aegisjsproject/barcodescanner": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.
|
|
47
|
-
"@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.
|
|
46
|
+
"@aegisjsproject/barcodescanner": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.3/scanner.min.js",
|
|
47
|
+
"@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.3/",
|
|
48
48
|
"@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.17/",
|
|
49
49
|
"@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.5/state.mjs",
|
|
50
50
|
"@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.5/",
|
|
@@ -61,8 +61,8 @@ const imports = {
|
|
|
61
61
|
"highlight.js/": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/",
|
|
62
62
|
"@highlightjs/cdn-assets": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/core.min.js",
|
|
63
63
|
"@highlightjs/cdn-assets/": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/",
|
|
64
|
-
marked: "https://unpkg.com/marked@
|
|
65
|
-
"marked-highlight": "https://unpkg.com/marked-highlight@2.2.
|
|
64
|
+
marked: "https://unpkg.com/marked@16.0.0/lib/marked.esm.js",
|
|
65
|
+
"marked-highlight": "https://unpkg.com/marked-highlight@2.2.2/src/index.js",
|
|
66
66
|
yaml: "https://unpkg.com/yaml@2.8.0/browser/dist/index.js",
|
|
67
67
|
"yaml/": "https://unpkg.com/yaml@2.8.0/browser/dist/",
|
|
68
68
|
"firebase/": "https://www.gstatic.com/firebasejs/10.12.1/",
|
package/importmap.json
CHANGED
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"@aegisjsproject/otp": "https://unpkg.com/@aegisjsproject/otp@1.0.1/otp.min.js",
|
|
45
45
|
"@aegisjsproject/md-editor": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/md-editor.js",
|
|
46
46
|
"@aegisjsproject/md-editor/": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/",
|
|
47
|
-
"@aegisjsproject/barcodescanner": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.
|
|
48
|
-
"@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.
|
|
47
|
+
"@aegisjsproject/barcodescanner": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.3/scanner.min.js",
|
|
48
|
+
"@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.3/",
|
|
49
49
|
"@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.17/",
|
|
50
50
|
"@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.5/state.mjs",
|
|
51
51
|
"@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.5/",
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
"highlight.js/": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/",
|
|
63
63
|
"@highlightjs/cdn-assets": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/core.min.js",
|
|
64
64
|
"@highlightjs/cdn-assets/": "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/es/",
|
|
65
|
-
"marked": "https://unpkg.com/marked@
|
|
66
|
-
"marked-highlight": "https://unpkg.com/marked-highlight@2.2.
|
|
65
|
+
"marked": "https://unpkg.com/marked@16.0.0/lib/marked.esm.js",
|
|
66
|
+
"marked-highlight": "https://unpkg.com/marked-highlight@2.2.2/src/index.js",
|
|
67
67
|
"yaml": "https://unpkg.com/yaml@2.8.0/browser/dist/index.js",
|
|
68
68
|
"yaml/": "https://unpkg.com/yaml@2.8.0/browser/dist/",
|
|
69
69
|
"firebase/": "https://www.gstatic.com/firebasejs/10.12.1/",
|
package/index.cjs
CHANGED
|
@@ -51,8 +51,8 @@ const imports$1 = {
|
|
|
51
51
|
"@aegisjsproject/otp": "https://unpkg.com/@aegisjsproject/otp@1.0.1/otp.min.js",
|
|
52
52
|
"@aegisjsproject/md-editor": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/md-editor.js",
|
|
53
53
|
"@aegisjsproject/md-editor/": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/",
|
|
54
|
-
"@aegisjsproject/barcodescanner": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.
|
|
55
|
-
"@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.
|
|
54
|
+
"@aegisjsproject/barcodescanner": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.3/scanner.min.js",
|
|
55
|
+
"@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.3/",
|
|
56
56
|
"@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.17/",
|
|
57
57
|
"@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.5/state.mjs",
|
|
58
58
|
"@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.5/",
|
|
@@ -69,8 +69,8 @@ const imports$1 = {
|
|
|
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@
|
|
73
|
-
"marked-highlight": "https://unpkg.com/marked-highlight@2.2.
|
|
72
|
+
marked: "https://unpkg.com/marked@16.0.0/lib/marked.esm.js",
|
|
73
|
+
"marked-highlight": "https://unpkg.com/marked-highlight@2.2.2/src/index.js",
|
|
74
74
|
yaml: "https://unpkg.com/yaml@2.8.0/browser/dist/index.js",
|
|
75
75
|
"yaml/": "https://unpkg.com/yaml@2.8.0/browser/dist/",
|
|
76
76
|
"firebase/": "https://www.gstatic.com/firebasejs/10.12.1/",
|
package/index.js
CHANGED
|
@@ -49,8 +49,8 @@ const imports$1 = {
|
|
|
49
49
|
"@aegisjsproject/otp": "https://unpkg.com/@aegisjsproject/otp@1.0.1/otp.min.js",
|
|
50
50
|
"@aegisjsproject/md-editor": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/md-editor.js",
|
|
51
51
|
"@aegisjsproject/md-editor/": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/",
|
|
52
|
-
"@aegisjsproject/barcodescanner": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.
|
|
53
|
-
"@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.
|
|
52
|
+
"@aegisjsproject/barcodescanner": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.3/scanner.min.js",
|
|
53
|
+
"@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner@1.1.3/",
|
|
54
54
|
"@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.17/",
|
|
55
55
|
"@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.5/state.mjs",
|
|
56
56
|
"@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.5/",
|
|
@@ -67,8 +67,8 @@ const imports$1 = {
|
|
|
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@
|
|
71
|
-
"marked-highlight": "https://unpkg.com/marked-highlight@2.2.
|
|
70
|
+
marked: "https://unpkg.com/marked@16.0.0/lib/marked.esm.js",
|
|
71
|
+
"marked-highlight": "https://unpkg.com/marked-highlight@2.2.2/src/index.js",
|
|
72
72
|
yaml: "https://unpkg.com/yaml@2.8.0/browser/dist/index.js",
|
|
73
73
|
"yaml/": "https://unpkg.com/yaml@2.8.0/browser/dist/",
|
|
74
74
|
"firebase/": "https://www.gstatic.com/firebasejs/10.12.1/",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shgysk8zer0/importmap",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.69",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=18.0.0"
|
|
6
6
|
},
|
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
"importmap-utils": "./cli.mjs"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
|
+
"start": "npx @shgysk8zer0/http-server -c ./http.config.js",
|
|
36
37
|
"test": "npm run lint:js && npm run run:tests && npm run test:imports",
|
|
37
38
|
"preversion": "npm test && npm run build",
|
|
38
39
|
"prepare": "npm test && npm run build",
|