@shgysk8zer0/importmap 1.3.2 → 1.3.3

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
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [v1.3.3] - 2024-02-28
10
+
11
+ ### Added
12
+ - Add `@aeggisjsproject/*`
13
+ - Add method to auto-update unpkg entries
14
+
9
15
  ## [v1.3.2] - 2023-11-26
10
16
 
11
17
  ### Changed
package/importmap.json CHANGED
@@ -1,25 +1,35 @@
1
1
  {
2
2
  "imports": {
3
- "@shgysk8zer0/kazoo/": "https://unpkg.com/@shgysk8zer0/kazoo@0.2.8/",
3
+ "@shgysk8zer0/kazoo/": "https://unpkg.com/@shgysk8zer0/kazoo@0.3.2/",
4
4
  "@shgysk8zer0/konami": "https://unpkg.com/@shgysk8zer0/konami@1.1.1/konami.js",
5
- "@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.2.7/all.min.js",
6
- "@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.2.7/",
5
+ "@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.3.1/all.min.js",
6
+ "@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.3.1/",
7
7
  "@shgysk8zer0/jswaggersheets": "https://unpkg.com/@shgysk8zer0/jswaggersheets@1.1.0/swagger.js",
8
8
  "@shgysk8zer0/jswaggersheets/": "https://unpkg.com/@shgysk8zer0/jswaggersheets@1.1.0/",
9
9
  "@shgysk8zer0/jss/": "https://unpkg.com/@shgysk8zer0/jss@1.0.1/",
10
10
  "@shgysk8zer0/consts/": "https://unpkg.com/@shgysk8zer0/consts@1.0.8/",
11
11
  "@shgysk8zer0/http/": "https://unpkg.com/@shgysk8zer0/http@1.0.5/",
12
12
  "@shgysk8zer0/http-status": "https://unpkg.com/@shgysk8zer0/http-status@1.1.1/http-status.js",
13
- "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.1.5/",
14
- "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@1.1.0/",
13
+ "@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.1.0/core.js",
14
+ "@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.1.0/",
15
+ "@aegisjsproject/styles": "https://unpkg.com/@aegisjsproject/styles@0.1.0/styles.js",
16
+ "@aegisjsproject/styles/": "https://unpkg.com/@aegisjsproject/styles@0.1.0/",
17
+ "@aegisjsproject/component": "https://unpkg.com/@aegisjsproject/component@0.1.0/component.js",
18
+ "@aegisjsproject/component/": "https://unpkg.com/@aegisjsproject/component@0.1.0/",
19
+ "@aegisjsproject/markdown": "https://unpkg.com/@aegisjsproject/markdown@0.1.0/markdown.js",
20
+ "@aegisjsproject/markdown/": "https://unpkg.com/@aegisjsproject/markdown@0.1.0/",
21
+ "@aegisjsproject/aegis-md": "https://unpkg.com/@aegisjsproject/aegis-md@0.0.1/aegis-md.js",
22
+ "@aegisjsproject/aegis-md/": "https://unpkg.com/@aegisjsproject/aegis-md@0.0.1/",
23
+ "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.1.6/",
24
+ "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@1.1.5/",
15
25
  "@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
16
26
  "leaflet": "https://unpkg.com/leaflet@1.9.4/dist/leaflet-src.esm.js",
17
- "urlpattern-polyfill": "https://unpkg.com/urlpattern-polyfill@9.0.0/index.js",
27
+ "urlpattern-polyfill": "https://unpkg.com/urlpattern-polyfill@10.0.0/index.js",
18
28
  "highlight.js": "https://unpkg.com/@highlightjs/cdn-assets@11.9.0/es/highlight.min.js",
19
29
  "highlight.js/": "https://unpkg.com/@highlightjs/cdn-assets@11.9.0/",
20
- "marked": "https://unpkg.com/marked@10.0.0/lib/marked.esm.js",
21
- "marked-highlight": "https://unpkg.com/marked-highlight@2.0.7/src/index.js",
30
+ "marked": "https://unpkg.com/marked@12.0.0/lib/marked.esm.js",
31
+ "marked-highlight": "https://unpkg.com/marked-highlight@2.1.1/src/index.js",
22
32
  "firebase/": "https://www.gstatic.com/firebasejs/9.23.0/"
23
33
  },
24
34
  "scope": {}
25
- }
35
+ }
package/index.cjs CHANGED
@@ -7,25 +7,35 @@ var json_js = require('@shgysk8zer0/npm-utils/json.js');
7
7
  var path_js = require('@shgysk8zer0/npm-utils/path.js');
8
8
 
9
9
  const imports$1 = {
10
- "@shgysk8zer0/kazoo/": "https://unpkg.com/@shgysk8zer0/kazoo@0.2.8/",
10
+ "@shgysk8zer0/kazoo/": "https://unpkg.com/@shgysk8zer0/kazoo@0.3.2/",
11
11
  "@shgysk8zer0/konami": "https://unpkg.com/@shgysk8zer0/konami@1.1.1/konami.js",
12
- "@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.2.7/all.min.js",
13
- "@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.2.7/",
12
+ "@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.3.1/all.min.js",
13
+ "@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.3.1/",
14
14
  "@shgysk8zer0/jswaggersheets": "https://unpkg.com/@shgysk8zer0/jswaggersheets@1.1.0/swagger.js",
15
15
  "@shgysk8zer0/jswaggersheets/": "https://unpkg.com/@shgysk8zer0/jswaggersheets@1.1.0/",
16
16
  "@shgysk8zer0/jss/": "https://unpkg.com/@shgysk8zer0/jss@1.0.1/",
17
17
  "@shgysk8zer0/consts/": "https://unpkg.com/@shgysk8zer0/consts@1.0.8/",
18
18
  "@shgysk8zer0/http/": "https://unpkg.com/@shgysk8zer0/http@1.0.5/",
19
19
  "@shgysk8zer0/http-status": "https://unpkg.com/@shgysk8zer0/http-status@1.1.1/http-status.js",
20
- "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.1.5/",
21
- "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@1.1.0/",
20
+ "@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.1.0/core.js",
21
+ "@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.1.0/",
22
+ "@aegisjsproject/styles": "https://unpkg.com/@aegisjsproject/styles@0.1.0/styles.js",
23
+ "@aegisjsproject/styles/": "https://unpkg.com/@aegisjsproject/styles@0.1.0/",
24
+ "@aegisjsproject/component": "https://unpkg.com/@aegisjsproject/component@0.1.0/component.js",
25
+ "@aegisjsproject/component/": "https://unpkg.com/@aegisjsproject/component@0.1.0/",
26
+ "@aegisjsproject/markdown": "https://unpkg.com/@aegisjsproject/markdown@0.1.0/markdown.js",
27
+ "@aegisjsproject/markdown/": "https://unpkg.com/@aegisjsproject/markdown@0.1.0/",
28
+ "@aegisjsproject/aegis-md": "https://unpkg.com/@aegisjsproject/aegis-md@0.0.1/aegis-md.js",
29
+ "@aegisjsproject/aegis-md/": "https://unpkg.com/@aegisjsproject/aegis-md@0.0.1/",
30
+ "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.1.6/",
31
+ "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@1.1.5/",
22
32
  "@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
23
33
  leaflet: "https://unpkg.com/leaflet@1.9.4/dist/leaflet-src.esm.js",
24
- "urlpattern-polyfill": "https://unpkg.com/urlpattern-polyfill@9.0.0/index.js",
34
+ "urlpattern-polyfill": "https://unpkg.com/urlpattern-polyfill@10.0.0/index.js",
25
35
  "highlight.js": "https://unpkg.com/@highlightjs/cdn-assets@11.9.0/es/highlight.min.js",
26
36
  "highlight.js/": "https://unpkg.com/@highlightjs/cdn-assets@11.9.0/",
27
- marked: "https://unpkg.com/marked@10.0.0/lib/marked.esm.js",
28
- "marked-highlight": "https://unpkg.com/marked-highlight@2.0.7/src/index.js",
37
+ marked: "https://unpkg.com/marked@12.0.0/lib/marked.esm.js",
38
+ "marked-highlight": "https://unpkg.com/marked-highlight@2.1.1/src/index.js",
29
39
  "firebase/": "https://www.gstatic.com/firebasejs/9.23.0/"
30
40
  };
31
41
  const scope$1 = {
package/index.mjs CHANGED
@@ -5,25 +5,35 @@ import { readJSONFile, writeJSONFile } from '@shgysk8zer0/npm-utils/json.js';
5
5
  import { getFileURL } from '@shgysk8zer0/npm-utils/path.js';
6
6
 
7
7
  const imports$1 = {
8
- "@shgysk8zer0/kazoo/": "https://unpkg.com/@shgysk8zer0/kazoo@0.2.8/",
8
+ "@shgysk8zer0/kazoo/": "https://unpkg.com/@shgysk8zer0/kazoo@0.3.2/",
9
9
  "@shgysk8zer0/konami": "https://unpkg.com/@shgysk8zer0/konami@1.1.1/konami.js",
10
- "@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.2.7/all.min.js",
11
- "@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.2.7/",
10
+ "@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.3.1/all.min.js",
11
+ "@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.3.1/",
12
12
  "@shgysk8zer0/jswaggersheets": "https://unpkg.com/@shgysk8zer0/jswaggersheets@1.1.0/swagger.js",
13
13
  "@shgysk8zer0/jswaggersheets/": "https://unpkg.com/@shgysk8zer0/jswaggersheets@1.1.0/",
14
14
  "@shgysk8zer0/jss/": "https://unpkg.com/@shgysk8zer0/jss@1.0.1/",
15
15
  "@shgysk8zer0/consts/": "https://unpkg.com/@shgysk8zer0/consts@1.0.8/",
16
16
  "@shgysk8zer0/http/": "https://unpkg.com/@shgysk8zer0/http@1.0.5/",
17
17
  "@shgysk8zer0/http-status": "https://unpkg.com/@shgysk8zer0/http-status@1.1.1/http-status.js",
18
- "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.1.5/",
19
- "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@1.1.0/",
18
+ "@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.1.0/core.js",
19
+ "@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.1.0/",
20
+ "@aegisjsproject/styles": "https://unpkg.com/@aegisjsproject/styles@0.1.0/styles.js",
21
+ "@aegisjsproject/styles/": "https://unpkg.com/@aegisjsproject/styles@0.1.0/",
22
+ "@aegisjsproject/component": "https://unpkg.com/@aegisjsproject/component@0.1.0/component.js",
23
+ "@aegisjsproject/component/": "https://unpkg.com/@aegisjsproject/component@0.1.0/",
24
+ "@aegisjsproject/markdown": "https://unpkg.com/@aegisjsproject/markdown@0.1.0/markdown.js",
25
+ "@aegisjsproject/markdown/": "https://unpkg.com/@aegisjsproject/markdown@0.1.0/",
26
+ "@aegisjsproject/aegis-md": "https://unpkg.com/@aegisjsproject/aegis-md@0.0.1/aegis-md.js",
27
+ "@aegisjsproject/aegis-md/": "https://unpkg.com/@aegisjsproject/aegis-md@0.0.1/",
28
+ "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.1.6/",
29
+ "@kernvalley/components/": "https://unpkg.com/@kernvalley/components@1.1.5/",
20
30
  "@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
21
31
  leaflet: "https://unpkg.com/leaflet@1.9.4/dist/leaflet-src.esm.js",
22
- "urlpattern-polyfill": "https://unpkg.com/urlpattern-polyfill@9.0.0/index.js",
32
+ "urlpattern-polyfill": "https://unpkg.com/urlpattern-polyfill@10.0.0/index.js",
23
33
  "highlight.js": "https://unpkg.com/@highlightjs/cdn-assets@11.9.0/es/highlight.min.js",
24
34
  "highlight.js/": "https://unpkg.com/@highlightjs/cdn-assets@11.9.0/",
25
- marked: "https://unpkg.com/marked@10.0.0/lib/marked.esm.js",
26
- "marked-highlight": "https://unpkg.com/marked-highlight@2.0.7/src/index.js",
35
+ marked: "https://unpkg.com/marked@12.0.0/lib/marked.esm.js",
36
+ "marked-highlight": "https://unpkg.com/marked-highlight@2.1.1/src/index.js",
27
37
  "firebase/": "https://www.gstatic.com/firebasejs/9.23.0/"
28
38
  };
29
39
  const scope$1 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shgysk8zer0/importmap",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "engines": {
5
5
  "node": ">=18.0.0"
6
6
  },
@@ -36,6 +36,7 @@
36
36
  "test": "npm run lint:js && npm run build && npm run test:imports",
37
37
  "preversion": "npm test",
38
38
  "prepare": "npm run build",
39
+ "update": "node ./update.js",
39
40
  "lint:js": "eslint .",
40
41
  "fix:js": "eslint . --fix",
41
42
  "build": "npm run build:js",
@@ -58,15 +59,15 @@
58
59
  },
59
60
  "homepage": "https://github.com/shgysk8zer0/importmap#readme",
60
61
  "devDependencies": {
61
- "@babel/eslint-parser": "^7.23.3",
62
- "@babel/eslint-plugin": "^7.22.10",
62
+ "@babel/eslint-parser": "^7.23.10",
63
+ "@babel/eslint-plugin": "^7.23.5",
63
64
  "@babel/plugin-syntax-import-assertions": "^7.23.3",
64
- "@rollup/plugin-json": "^6.0.1",
65
+ "@rollup/plugin-json": "^6.1.0",
65
66
  "@shgysk8zer0/js-utils": "^1.0.1",
66
67
  "@shgysk8zer0/rollup-import": "^1.2.2"
67
68
  },
68
69
  "dependencies": {
69
70
  "@shgysk8zer0/npm-utils": "^1.1.2",
70
- "commander": "^11.1.0"
71
+ "commander": "^12.0.0"
71
72
  }
72
73
  }