@studiocms/markdoc 0.1.0-beta.22 → 0.1.0-beta.24

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.
Files changed (2) hide show
  1. package/dist/astro.d.ts +6 -0
  2. package/package.json +6 -8
@@ -0,0 +1,6 @@
1
+ // Allow importing .astro components in TS files
2
+ declare module '*.astro' {
3
+ import type { AstroComponentFactory } from 'astro';
4
+ const component: AstroComponentFactory;
5
+ export default component;
6
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@studiocms/markdoc",
3
- "version": "0.1.0-beta.22",
3
+ "version": "0.1.0-beta.24",
4
4
  "description": "Add MarkDoc Support to your StudioCMS project with ease!",
5
5
  "author": {
6
6
  "name": "withstudiocms",
@@ -23,12 +23,10 @@
23
23
  "astrocms",
24
24
  "astrodb",
25
25
  "astrostudio",
26
- "astro-integration",
27
26
  "astro-studio",
28
27
  "astro-studiocms",
29
28
  "cms",
30
29
  "studiocms",
31
- "withastro",
32
30
  "plugin",
33
31
  "studiocms-plugin"
34
32
  ],
@@ -61,7 +59,7 @@
61
59
  },
62
60
  "type": "module",
63
61
  "dependencies": {
64
- "@markdoc/markdoc": "^0.5.2",
62
+ "@markdoc/markdoc": "^0.5.4",
65
63
  "astro-integration-kit": "^0.18",
66
64
  "react": "^19.1.1",
67
65
  "react-dom": "^19.1.1"
@@ -73,11 +71,11 @@
73
71
  },
74
72
  "peerDependencies": {
75
73
  "@astrojs/react": "^4.3.0",
76
- "astro": "^5.12.6",
77
- "effect": "^3.17.3",
74
+ "astro": "^5.12.8",
75
+ "effect": "^3.17.7",
78
76
  "vite": "^6.3.4",
79
- "@studiocms/md": "0.1.0-beta.22",
80
- "studiocms": "0.1.0-beta.22"
77
+ "@studiocms/md": "0.1.0-beta.24",
78
+ "studiocms": "0.1.0-beta.24"
81
79
  },
82
80
  "peerDependenciesMeta": {
83
81
  "@astrojs/react": {