@shgysk8zer0/importmap 1.5.2 → 1.5.4

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.5.4] - 2025-12-16
11
+
12
+ ### Changed
13
+ - Update `@aegisjsproject/barcodescanner`
14
+
15
+ ## [v1.5.3] - 2025-12-10
16
+
17
+ ### Changed
18
+ - Another `@aegisjsproject/barcodescanner` update
19
+
10
20
  ## [v1.5.2] - 2025-12-10
11
21
 
12
22
  ### Changed
package/cli.cjs CHANGED
@@ -55,8 +55,8 @@ const imports$1 = {
55
55
  "@aegisjsproject/otp": "https://unpkg.com/@aegisjsproject/otp@1.0.1/otp.min.js",
56
56
  "@aegisjsproject/md-editor": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/md-editor.js",
57
57
  "@aegisjsproject/md-editor/": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/",
58
- "@aegisjsproject/barcodescanner": "https://unpkg.com/@aegisjsproject/barcodescanner@1.2.0/scanner.min.js",
59
- "@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner@1.2.0/",
58
+ "@aegisjsproject/barcodescanner": "https://unpkg.com/@aegisjsproject/barcodescanner@1.2.2/scanner.min.js",
59
+ "@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner@1.2.2/",
60
60
  "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.20/",
61
61
  "@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.7/state.mjs",
62
62
  "@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.7/",
@@ -300,8 +300,6 @@ init().then(async ({ opts: { input, encoding, format, output }}) => {
300
300
  }))
301
301
  : importmap;
302
302
 
303
- console.log(mod);
304
-
305
303
  switch(format ?? guessFileType(output)) {
306
304
  case 'json':
307
305
  await json_js.writeJSONFile(output, mod, { encoding });
package/cli.js CHANGED
@@ -52,8 +52,8 @@ const imports$1 = {
52
52
  "@aegisjsproject/otp": "https://unpkg.com/@aegisjsproject/otp@1.0.1/otp.min.js",
53
53
  "@aegisjsproject/md-editor": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/md-editor.js",
54
54
  "@aegisjsproject/md-editor/": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/",
55
- "@aegisjsproject/barcodescanner": "https://unpkg.com/@aegisjsproject/barcodescanner@1.2.0/scanner.min.js",
56
- "@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner@1.2.0/",
55
+ "@aegisjsproject/barcodescanner": "https://unpkg.com/@aegisjsproject/barcodescanner@1.2.2/scanner.min.js",
56
+ "@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner@1.2.2/",
57
57
  "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.20/",
58
58
  "@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.7/state.mjs",
59
59
  "@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.7/",
@@ -297,8 +297,6 @@ init().then(async ({ opts: { input, encoding, format, output }}) => {
297
297
  }))
298
298
  : importmap;
299
299
 
300
- console.log(mod);
301
-
302
300
  switch(format ?? guessFileType(output)) {
303
301
  case 'json':
304
302
  await writeJSONFile(output, mod, { encoding });
package/cli.mjs CHANGED
@@ -66,8 +66,6 @@ init().then(async ({ opts: { input, encoding, format, output }}) => {
66
66
  }))
67
67
  : importmap;
68
68
 
69
- console.log(mod);
70
-
71
69
  switch(format ?? guessFileType(output)) {
72
70
  case 'json':
73
71
  await writeJSONFile(output, mod, { encoding });
package/importmap.cjs CHANGED
@@ -52,8 +52,8 @@ const imports$1 = {
52
52
  "@aegisjsproject/otp": "https://unpkg.com/@aegisjsproject/otp@1.0.1/otp.min.js",
53
53
  "@aegisjsproject/md-editor": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/md-editor.js",
54
54
  "@aegisjsproject/md-editor/": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/",
55
- "@aegisjsproject/barcodescanner": "https://unpkg.com/@aegisjsproject/barcodescanner@1.2.0/scanner.min.js",
56
- "@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner@1.2.0/",
55
+ "@aegisjsproject/barcodescanner": "https://unpkg.com/@aegisjsproject/barcodescanner@1.2.2/scanner.min.js",
56
+ "@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner@1.2.2/",
57
57
  "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.20/",
58
58
  "@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.7/state.mjs",
59
59
  "@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.7/",
package/importmap.js CHANGED
@@ -48,8 +48,8 @@ const imports$1 = {
48
48
  "@aegisjsproject/otp": "https://unpkg.com/@aegisjsproject/otp@1.0.1/otp.min.js",
49
49
  "@aegisjsproject/md-editor": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/md-editor.js",
50
50
  "@aegisjsproject/md-editor/": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/",
51
- "@aegisjsproject/barcodescanner": "https://unpkg.com/@aegisjsproject/barcodescanner@1.2.0/scanner.min.js",
52
- "@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner@1.2.0/",
51
+ "@aegisjsproject/barcodescanner": "https://unpkg.com/@aegisjsproject/barcodescanner@1.2.2/scanner.min.js",
52
+ "@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner@1.2.2/",
53
53
  "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.20/",
54
54
  "@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.7/state.mjs",
55
55
  "@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.7/",
package/importmap.json CHANGED
@@ -45,8 +45,8 @@
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.2.0/scanner.min.js",
49
- "@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner@1.2.0/",
48
+ "@aegisjsproject/barcodescanner": "https://unpkg.com/@aegisjsproject/barcodescanner@1.2.2/scanner.min.js",
49
+ "@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner@1.2.2/",
50
50
  "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.20/",
51
51
  "@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.7/state.mjs",
52
52
  "@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.7/",
package/index.cjs CHANGED
@@ -53,8 +53,8 @@ const imports$1 = {
53
53
  "@aegisjsproject/otp": "https://unpkg.com/@aegisjsproject/otp@1.0.1/otp.min.js",
54
54
  "@aegisjsproject/md-editor": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/md-editor.js",
55
55
  "@aegisjsproject/md-editor/": "https://unpkg.com/@aegisjsproject/md-editor@1.0.0/",
56
- "@aegisjsproject/barcodescanner": "https://unpkg.com/@aegisjsproject/barcodescanner@1.2.0/scanner.min.js",
57
- "@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner@1.2.0/",
56
+ "@aegisjsproject/barcodescanner": "https://unpkg.com/@aegisjsproject/barcodescanner@1.2.2/scanner.min.js",
57
+ "@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner@1.2.2/",
58
58
  "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.20/",
59
59
  "@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.7/state.mjs",
60
60
  "@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.7/",
@@ -293,7 +293,6 @@ function parseUnpkgURL(src) {
293
293
  }
294
294
 
295
295
  function getUnpkgURL({ scope, pkg, version, module = '' }) {
296
- // console.log({ scope, pkg, version });
297
296
  if (typeof pkg !== 'string' || pkg.length === 0) {
298
297
  throw new TypeError('Package name must be a non-empty string.');
299
298
  } else if (typeof version !== 'string' || version.length === 0) {
package/index.js 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.2.0/scanner.min.js",
55
- "@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner@1.2.0/",
54
+ "@aegisjsproject/barcodescanner": "https://unpkg.com/@aegisjsproject/barcodescanner@1.2.2/scanner.min.js",
55
+ "@aegisjsproject/barcodescanner/": "https://unpkg.com/@aegisjsproject/barcodescanner@1.2.2/",
56
56
  "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.3.20/",
57
57
  "@aegisjsproject/state": "https://unpkg.com/@aegisjsproject/state@1.0.7/state.mjs",
58
58
  "@aegisjsproject/state/": "https://unpkg.com/@aegisjsproject/state@1.0.7/",
@@ -291,7 +291,6 @@ function parseUnpkgURL(src) {
291
291
  }
292
292
 
293
293
  function getUnpkgURL({ scope, pkg, version, module = '' }) {
294
- // console.log({ scope, pkg, version });
295
294
  if (typeof pkg !== 'string' || pkg.length === 0) {
296
295
  throw new TypeError('Package name must be a non-empty string.');
297
296
  } else if (typeof version !== 'string' || version.length === 0) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shgysk8zer0/importmap",
3
- "version": "1.5.2",
3
+ "version": "1.5.4",
4
4
  "engines": {
5
5
  "node": ">=20.10.0"
6
6
  },
package/utils.js CHANGED
@@ -23,7 +23,6 @@ export function parseUnpkgURL(src) {
23
23
  }
24
24
 
25
25
  export function getUnpkgURL({ scope, pkg, version, module = '' }) {
26
- // console.log({ scope, pkg, version });
27
26
  if (typeof pkg !== 'string' || pkg.length === 0) {
28
27
  throw new TypeError('Package name must be a non-empty string.');
29
28
  } else if (typeof version !== 'string' || version.length === 0) {