@studiocms/devapps 0.1.0-beta.12 → 0.1.0-beta.14

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 CHANGED
@@ -88,5 +88,5 @@ The following env variables set (`@astrojs/db`):
88
88
 
89
89
  ## Licensing
90
90
 
91
- [MIT Licensed](https://github.com/astrolicious/studiocms/blob/main/LICENSE).
91
+ [MIT Licensed](./LICENSE).
92
92
 
package/dist/virt.d.ts CHANGED
@@ -12,8 +12,3 @@ declare module 'virtual:studiocms-devapps/config' {
12
12
  token: string;
13
13
  };
14
14
  }
15
-
16
- declare module 'virtual:studiocms-devapps/db' {
17
- const client: import('@libsql/client/web').Client;
18
- export { client };
19
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@studiocms/devapps",
3
- "version": "0.1.0-beta.12",
3
+ "version": "0.1.0-beta.14",
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",
@@ -14,7 +14,8 @@
14
14
  "contributors": [
15
15
  "Adammatthiesen",
16
16
  "jdtjenkins",
17
- "dreyfus92"
17
+ "dreyfus92",
18
+ "code.spirit"
18
19
  ],
19
20
  "license": "MIT",
20
21
  "keywords": [
@@ -65,9 +66,9 @@
65
66
  },
66
67
  "peerDependencies": {
67
68
  "@astrojs/db": "^0.14.7",
68
- "astro": "^5.4.3",
69
+ "astro": "^5.5.0",
69
70
  "vite": "^6.2.0",
70
- "studiocms": "0.1.0-beta.12"
71
+ "studiocms": "0.1.0-beta.14"
71
72
  },
72
73
  "peerDependenciesMeta": {
73
74
  "studiocms": {