@contentbit/astro 0.1.0 → 0.2.0
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 +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentbit/astro",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Astro renderer for Content Blocks: .astro components for rendering validated documents, with per-block component overrides.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"astro",
|
|
@@ -34,16 +34,11 @@
|
|
|
34
34
|
"publishConfig": {
|
|
35
35
|
"access": "public"
|
|
36
36
|
},
|
|
37
|
-
"scripts": {
|
|
38
|
-
"build": "tsc -p tsconfig.build.json",
|
|
39
|
-
"test": "pnpm build && vitest run",
|
|
40
|
-
"test:watch": "vitest"
|
|
41
|
-
},
|
|
42
37
|
"dependencies": {
|
|
43
|
-
"
|
|
44
|
-
"@contentbit/
|
|
45
|
-
"@contentbit/
|
|
46
|
-
"
|
|
38
|
+
"marked": "^18.0.5",
|
|
39
|
+
"@contentbit/blocks": "0.2.0",
|
|
40
|
+
"@contentbit/core": "0.2.0",
|
|
41
|
+
"@contentbit/html": "0.2.0"
|
|
47
42
|
},
|
|
48
43
|
"devDependencies": {
|
|
49
44
|
"@types/node": "^25.9.2",
|
|
@@ -53,5 +48,10 @@
|
|
|
53
48
|
},
|
|
54
49
|
"peerDependencies": {
|
|
55
50
|
"astro": "^5.0.0 || ^6.0.0"
|
|
51
|
+
},
|
|
52
|
+
"scripts": {
|
|
53
|
+
"build": "tsc -p tsconfig.build.json",
|
|
54
|
+
"test": "pnpm build && vitest run",
|
|
55
|
+
"test:watch": "vitest"
|
|
56
56
|
}
|
|
57
|
-
}
|
|
57
|
+
}
|