@studiocms/markdoc 0.1.0-beta.13 → 0.1.0-beta.15
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@studiocms/markdoc",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
3
|
+
"version": "0.1.0-beta.15",
|
|
4
4
|
"description": "Add MarkDoc Support to your StudioCMS project with ease!",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Adam Matthiesen | Jacob Jenkins | Paul Valladares",
|
|
@@ -73,9 +73,9 @@
|
|
|
73
73
|
},
|
|
74
74
|
"peerDependencies": {
|
|
75
75
|
"@astrojs/react": "^4.2.1",
|
|
76
|
-
"astro": "^5.
|
|
77
|
-
"vite": "^6.2.
|
|
78
|
-
"studiocms": "0.1.0-beta.
|
|
76
|
+
"astro": "^5.6.0",
|
|
77
|
+
"vite": "^6.2.5",
|
|
78
|
+
"studiocms": "0.1.0-beta.15"
|
|
79
79
|
},
|
|
80
80
|
"peerDependenciesMeta": {
|
|
81
81
|
"@astrojs/react": {
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
}
|
|
84
84
|
},
|
|
85
85
|
"scripts": {
|
|
86
|
-
"build": "
|
|
87
|
-
"dev": "
|
|
86
|
+
"build": "buildkit build 'src/**/*.{ts,astro,css,json,png}'",
|
|
87
|
+
"dev": "buildkit dev 'src/**/*.{ts,astro,css,json,png}'"
|
|
88
88
|
}
|
|
89
89
|
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type React from 'react';
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* React component for rendering generated MarkDoc React content within StudioCMS using the Astro Container API
|
|
5
|
-
*/
|
|
6
|
-
export function MarkDocReactRenderer({ children }: { children: React.ReactNode }) {
|
|
7
|
-
return <>{children}</>;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export default MarkDocReactRenderer;
|
package/dist/virtual.d.js
DELETED
|
File without changes
|