@shgysk8zer0/importmap 1.3.3 → 1.3.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 +5 -0
- package/importmap.json +11 -11
- package/index.cjs +10 -10
- package/index.mjs +10 -10
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/importmap.json
CHANGED
|
@@ -10,16 +10,16 @@
|
|
|
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.
|
|
15
|
-
"@aegisjsproject/styles": "https://unpkg.com/@aegisjsproject/styles@0.1.
|
|
16
|
-
"@aegisjsproject/styles/": "https://unpkg.com/@aegisjsproject/styles@0.1.
|
|
17
|
-
"@aegisjsproject/component": "https://unpkg.com/@aegisjsproject/component@0.1.
|
|
18
|
-
"@aegisjsproject/component/": "https://unpkg.com/@aegisjsproject/component@0.1.
|
|
19
|
-
"@aegisjsproject/markdown": "https://unpkg.com/@aegisjsproject/markdown@0.1.
|
|
20
|
-
"@aegisjsproject/markdown/": "https://unpkg.com/@aegisjsproject/markdown@0.1.
|
|
21
|
-
"@aegisjsproject/aegis-md": "https://unpkg.com/@aegisjsproject/aegis-md@0.0.
|
|
22
|
-
"@aegisjsproject/aegis-md/": "https://unpkg.com/@aegisjsproject/aegis-md@0.0.
|
|
13
|
+
"@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.1.2/core.js",
|
|
14
|
+
"@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.1.2/",
|
|
15
|
+
"@aegisjsproject/styles": "https://unpkg.com/@aegisjsproject/styles@0.1.1/styles.js",
|
|
16
|
+
"@aegisjsproject/styles/": "https://unpkg.com/@aegisjsproject/styles@0.1.1/",
|
|
17
|
+
"@aegisjsproject/component": "https://unpkg.com/@aegisjsproject/component@0.1.1/component.js",
|
|
18
|
+
"@aegisjsproject/component/": "https://unpkg.com/@aegisjsproject/component@0.1.1/",
|
|
19
|
+
"@aegisjsproject/markdown": "https://unpkg.com/@aegisjsproject/markdown@0.1.1/markdown.js",
|
|
20
|
+
"@aegisjsproject/markdown/": "https://unpkg.com/@aegisjsproject/markdown@0.1.1/",
|
|
21
|
+
"@aegisjsproject/aegis-md": "https://unpkg.com/@aegisjsproject/aegis-md@0.0.2/aegis-md.js",
|
|
22
|
+
"@aegisjsproject/aegis-md/": "https://unpkg.com/@aegisjsproject/aegis-md@0.0.2/",
|
|
23
23
|
"@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.1.6/",
|
|
24
24
|
"@kernvalley/components/": "https://unpkg.com/@kernvalley/components@1.1.5/",
|
|
25
25
|
"@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.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
|
@@ -17,16 +17,16 @@ 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.
|
|
22
|
-
"@aegisjsproject/styles": "https://unpkg.com/@aegisjsproject/styles@0.1.
|
|
23
|
-
"@aegisjsproject/styles/": "https://unpkg.com/@aegisjsproject/styles@0.1.
|
|
24
|
-
"@aegisjsproject/component": "https://unpkg.com/@aegisjsproject/component@0.1.
|
|
25
|
-
"@aegisjsproject/component/": "https://unpkg.com/@aegisjsproject/component@0.1.
|
|
26
|
-
"@aegisjsproject/markdown": "https://unpkg.com/@aegisjsproject/markdown@0.1.
|
|
27
|
-
"@aegisjsproject/markdown/": "https://unpkg.com/@aegisjsproject/markdown@0.1.
|
|
28
|
-
"@aegisjsproject/aegis-md": "https://unpkg.com/@aegisjsproject/aegis-md@0.0.
|
|
29
|
-
"@aegisjsproject/aegis-md/": "https://unpkg.com/@aegisjsproject/aegis-md@0.0.
|
|
20
|
+
"@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.1.2/core.js",
|
|
21
|
+
"@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.1.2/",
|
|
22
|
+
"@aegisjsproject/styles": "https://unpkg.com/@aegisjsproject/styles@0.1.1/styles.js",
|
|
23
|
+
"@aegisjsproject/styles/": "https://unpkg.com/@aegisjsproject/styles@0.1.1/",
|
|
24
|
+
"@aegisjsproject/component": "https://unpkg.com/@aegisjsproject/component@0.1.1/component.js",
|
|
25
|
+
"@aegisjsproject/component/": "https://unpkg.com/@aegisjsproject/component@0.1.1/",
|
|
26
|
+
"@aegisjsproject/markdown": "https://unpkg.com/@aegisjsproject/markdown@0.1.1/markdown.js",
|
|
27
|
+
"@aegisjsproject/markdown/": "https://unpkg.com/@aegisjsproject/markdown@0.1.1/",
|
|
28
|
+
"@aegisjsproject/aegis-md": "https://unpkg.com/@aegisjsproject/aegis-md@0.0.2/aegis-md.js",
|
|
29
|
+
"@aegisjsproject/aegis-md/": "https://unpkg.com/@aegisjsproject/aegis-md@0.0.2/",
|
|
30
30
|
"@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.1.6/",
|
|
31
31
|
"@kernvalley/components/": "https://unpkg.com/@kernvalley/components@1.1.5/",
|
|
32
32
|
"@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
|
package/index.mjs
CHANGED
|
@@ -15,16 +15,16 @@ 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.
|
|
20
|
-
"@aegisjsproject/styles": "https://unpkg.com/@aegisjsproject/styles@0.1.
|
|
21
|
-
"@aegisjsproject/styles/": "https://unpkg.com/@aegisjsproject/styles@0.1.
|
|
22
|
-
"@aegisjsproject/component": "https://unpkg.com/@aegisjsproject/component@0.1.
|
|
23
|
-
"@aegisjsproject/component/": "https://unpkg.com/@aegisjsproject/component@0.1.
|
|
24
|
-
"@aegisjsproject/markdown": "https://unpkg.com/@aegisjsproject/markdown@0.1.
|
|
25
|
-
"@aegisjsproject/markdown/": "https://unpkg.com/@aegisjsproject/markdown@0.1.
|
|
26
|
-
"@aegisjsproject/aegis-md": "https://unpkg.com/@aegisjsproject/aegis-md@0.0.
|
|
27
|
-
"@aegisjsproject/aegis-md/": "https://unpkg.com/@aegisjsproject/aegis-md@0.0.
|
|
18
|
+
"@aegisjsproject/core": "https://unpkg.com/@aegisjsproject/core@0.1.2/core.js",
|
|
19
|
+
"@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.1.2/",
|
|
20
|
+
"@aegisjsproject/styles": "https://unpkg.com/@aegisjsproject/styles@0.1.1/styles.js",
|
|
21
|
+
"@aegisjsproject/styles/": "https://unpkg.com/@aegisjsproject/styles@0.1.1/",
|
|
22
|
+
"@aegisjsproject/component": "https://unpkg.com/@aegisjsproject/component@0.1.1/component.js",
|
|
23
|
+
"@aegisjsproject/component/": "https://unpkg.com/@aegisjsproject/component@0.1.1/",
|
|
24
|
+
"@aegisjsproject/markdown": "https://unpkg.com/@aegisjsproject/markdown@0.1.1/markdown.js",
|
|
25
|
+
"@aegisjsproject/markdown/": "https://unpkg.com/@aegisjsproject/markdown@0.1.1/",
|
|
26
|
+
"@aegisjsproject/aegis-md": "https://unpkg.com/@aegisjsproject/aegis-md@0.0.2/aegis-md.js",
|
|
27
|
+
"@aegisjsproject/aegis-md/": "https://unpkg.com/@aegisjsproject/aegis-md@0.0.2/",
|
|
28
28
|
"@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.1.6/",
|
|
29
29
|
"@kernvalley/components/": "https://unpkg.com/@kernvalley/components@1.1.5/",
|
|
30
30
|
"@webcomponents/custom-elements": "https://unpkg.com/@webcomponents/custom-elements@1.6.0/custom-elements.min.js",
|