@shgysk8zer0/importmap 1.3.5 → 1.3.6
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 +8 -0
- package/importmap.json +4 -4
- package/index.cjs +3 -3
- package/index.mjs +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [v1.3.6] - 2024-03-18
|
|
10
|
+
|
|
11
|
+
### Added
|
|
12
|
+
- Add GitHub Action to run `npm run update`
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
- More updates, but automated this time
|
|
16
|
+
|
|
9
17
|
## [v1.3.5] - 2024-03-12
|
|
10
18
|
|
|
11
19
|
### Changed
|
package/importmap.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"imports": {
|
|
3
|
-
"@shgysk8zer0/kazoo/": "https://unpkg.com/@shgysk8zer0/kazoo@0.3.
|
|
3
|
+
"@shgysk8zer0/kazoo/": "https://unpkg.com/@shgysk8zer0/kazoo@0.3.4/",
|
|
4
4
|
"@shgysk8zer0/konami": "https://unpkg.com/@shgysk8zer0/konami@1.1.1/konami.js",
|
|
5
5
|
"@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.3.2/all.min.js",
|
|
6
6
|
"@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.3.2/",
|
|
@@ -10,8 +10,8 @@
|
|
|
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
|
-
"@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.1.
|
|
14
|
-
"@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.1.
|
|
13
|
+
"@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.1.6/core.js",
|
|
14
|
+
"@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.1.6/",
|
|
15
15
|
"@aegisjsproject/styles": "https://unpkg.com/@aegisjsproject/styles@0.1.1/styles.js",
|
|
16
16
|
"@aegisjsproject/styles/": "https://unpkg.com/@aegisjsproject/styles@0.1.1/",
|
|
17
17
|
"@aegisjsproject/component": "https://unpkg.com/@aegisjsproject/component@0.1.2/component.js",
|
|
@@ -32,4 +32,4 @@
|
|
|
32
32
|
"firebase/": "https://www.gstatic.com/firebasejs/9.23.0/"
|
|
33
33
|
},
|
|
34
34
|
"scope": {}
|
|
35
|
-
}
|
|
35
|
+
}
|
package/index.cjs
CHANGED
|
@@ -7,7 +7,7 @@ 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.3.
|
|
10
|
+
"@shgysk8zer0/kazoo/": "https://unpkg.com/@shgysk8zer0/kazoo@0.3.4/",
|
|
11
11
|
"@shgysk8zer0/konami": "https://unpkg.com/@shgysk8zer0/konami@1.1.1/konami.js",
|
|
12
12
|
"@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.3.2/all.min.js",
|
|
13
13
|
"@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.3.2/",
|
|
@@ -17,8 +17,8 @@ const imports$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
|
-
"@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.1.
|
|
21
|
-
"@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.1.
|
|
20
|
+
"@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.1.6/core.js",
|
|
21
|
+
"@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.1.6/",
|
|
22
22
|
"@aegisjsproject/styles": "https://unpkg.com/@aegisjsproject/styles@0.1.1/styles.js",
|
|
23
23
|
"@aegisjsproject/styles/": "https://unpkg.com/@aegisjsproject/styles@0.1.1/",
|
|
24
24
|
"@aegisjsproject/component": "https://unpkg.com/@aegisjsproject/component@0.1.2/component.js",
|
package/index.mjs
CHANGED
|
@@ -5,7 +5,7 @@ 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.3.
|
|
8
|
+
"@shgysk8zer0/kazoo/": "https://unpkg.com/@shgysk8zer0/kazoo@0.3.4/",
|
|
9
9
|
"@shgysk8zer0/konami": "https://unpkg.com/@shgysk8zer0/konami@1.1.1/konami.js",
|
|
10
10
|
"@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.3.2/all.min.js",
|
|
11
11
|
"@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.3.2/",
|
|
@@ -15,8 +15,8 @@ const imports$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
|
-
"@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.1.
|
|
19
|
-
"@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.1.
|
|
18
|
+
"@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.1.6/core.js",
|
|
19
|
+
"@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.1.6/",
|
|
20
20
|
"@aegisjsproject/styles": "https://unpkg.com/@aegisjsproject/styles@0.1.1/styles.js",
|
|
21
21
|
"@aegisjsproject/styles/": "https://unpkg.com/@aegisjsproject/styles@0.1.1/",
|
|
22
22
|
"@aegisjsproject/component": "https://unpkg.com/@aegisjsproject/component@0.1.2/component.js",
|