@exdst-sitecore-content-sdk/create-astro 0.0.23 → 0.0.25

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.
@@ -0,0 +1,8 @@
1
+ import type { AstroContentSdkComponent } from '@exdst-sitecore-content-sdk/astro';
2
+
3
+ // Components must be registered within the map to match the string key with component name in Sitecore
4
+ export const componentMap = new Map<string, AstroContentSdkComponent>([
5
+ ]);
6
+
7
+ export default componentMap;
8
+
@@ -21,10 +21,10 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@astrojs/node": "^10.0.2",
24
- "@exdst-sitecore-content-sdk/astro": "^0.0.23",
24
+ "@exdst-sitecore-content-sdk/astro": "^0.0.24",
25
25
  "@sitecore-content-sdk/analytics-core": "^2.0.1",
26
26
  "@sitecore-content-sdk/events": "^2.0.1",
27
- "astro": "^6.1.1",
27
+ "astro": "^6.1.3",
28
28
  "dotenv-flow": "^4.1.0"
29
29
  },
30
30
  "devDependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exdst-sitecore-content-sdk/create-astro",
3
- "version": "0.0.23",
3
+ "version": "0.0.25",
4
4
  "description": "Astro Content SDK initializer",
5
5
  "bin": "./dist/index.js",
6
6
  "scripts": {