studiocms 0.1.0-beta.6 → 0.1.0-beta.7
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/README.md +2 -2
- package/package.json +13 -13
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Introducing StudioCMS: A Community-Driven CMS for Astro DB
|
|
2
2
|
|
|
3
|
-
As part of our efforts, we're excited to introduce StudioCMS - a dedicated content management system (CMS) built on top of Astro's latest feature, [Astro DB](https://
|
|
3
|
+
As part of our efforts, we're excited to introduce StudioCMS - a dedicated content management system (CMS) built on top of Astro's latest feature, [Astro DB](https://docs.astro.build/en/guides/astro-db/). This project was developed by [Adam](https://github.com/Adammatthiesen), [Dreyfus](https://github.com/dreyfus92), and [Jumper](https://github.com/jdtjenkins), three passionate members of the Astro community.
|
|
4
4
|
|
|
5
5
|
## Why another CMS?
|
|
6
6
|
|
|
@@ -45,7 +45,7 @@ So don't be a stranger - come join us on this journey and help us realize the fu
|
|
|
45
45
|
|
|
46
46
|
## Get Started
|
|
47
47
|
|
|
48
|
-
Follow the documentation to [get started with StudioCMS](https://docs.
|
|
48
|
+
Follow the documentation to [get started with StudioCMS](https://docs.studiocms.xyz/start-here/getting-started).
|
|
49
49
|
|
|
50
50
|
## Get Involved
|
|
51
51
|
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "studiocms",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
3
|
+
"version": "0.1.0-beta.7",
|
|
4
4
|
"description": "A dedicated CMS for Astro DB. Built from the ground up by the Astro community.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Adam Matthiesen | Jacob Jenkins | Paul Valladares",
|
|
7
|
-
"url": "https://
|
|
7
|
+
"url": "https://studiocms.xyz"
|
|
8
8
|
},
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"studiocms",
|
|
30
30
|
"withastro"
|
|
31
31
|
],
|
|
32
|
-
"homepage": "https://
|
|
32
|
+
"homepage": "https://studiocms.xyz",
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"access": "public"
|
|
35
35
|
},
|
|
@@ -71,20 +71,20 @@
|
|
|
71
71
|
"shiki": "^1.14.1",
|
|
72
72
|
"unocss": "^0.62.3",
|
|
73
73
|
"unpic": "^3.18.0",
|
|
74
|
-
"@studiocms/assets": "0.1.0-beta.
|
|
75
|
-
"@studiocms/auth": "0.1.0-beta.
|
|
76
|
-
"@studiocms/betaresources": "0.1.0-beta.
|
|
77
|
-
"@studiocms/core": "0.1.0-beta.
|
|
78
|
-
"@studiocms/dashboard": "0.1.0-beta.
|
|
79
|
-
"@studiocms/frontend": "0.1.0-beta.
|
|
80
|
-
"@studiocms/imagehandler": "0.1.0-beta.
|
|
81
|
-
"@studiocms/renderers": "0.1.0-beta.
|
|
82
|
-
"@studiocms/robotstxt": "0.1.0-beta.
|
|
74
|
+
"@studiocms/assets": "0.1.0-beta.7",
|
|
75
|
+
"@studiocms/auth": "0.1.0-beta.7",
|
|
76
|
+
"@studiocms/betaresources": "0.1.0-beta.7",
|
|
77
|
+
"@studiocms/core": "0.1.0-beta.7",
|
|
78
|
+
"@studiocms/dashboard": "0.1.0-beta.7",
|
|
79
|
+
"@studiocms/frontend": "0.1.0-beta.7",
|
|
80
|
+
"@studiocms/imagehandler": "0.1.0-beta.7",
|
|
81
|
+
"@studiocms/renderers": "0.1.0-beta.7",
|
|
82
|
+
"@studiocms/robotstxt": "0.1.0-beta.7"
|
|
83
83
|
},
|
|
84
84
|
"peerDependencies": {
|
|
85
85
|
"@astrojs/db": ">=0.14",
|
|
86
86
|
"astro": ">=4.15",
|
|
87
|
-
"@studiocms/blog": "0.1.0-beta.
|
|
87
|
+
"@studiocms/blog": "0.1.0-beta.7"
|
|
88
88
|
},
|
|
89
89
|
"peerDependenciesMeta": {
|
|
90
90
|
"@studiocms/blog": {
|