studiocms 0.4.0 → 0.4.1
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.
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { runEffect } from "@withstudiocms/effect";
|
|
2
2
|
import createPathResolver from "@withstudiocms/internal_helpers/pathResolver";
|
|
3
3
|
import { addVirtualImports } from "astro-integration-kit";
|
|
4
|
-
import { KyselyTableManager } from "../../db/plugins";
|
|
5
|
-
import { buildTranslations, loadJsTranslations } from "../../plugins";
|
|
6
|
-
import { definePlugin } from "../../schemas";
|
|
4
|
+
import { KyselyTableManager } from "../../db/plugins.js";
|
|
5
|
+
import { buildTranslations, loadJsTranslations } from "../../plugins.js";
|
|
6
|
+
import { definePlugin } from "../../schemas/index.js";
|
|
7
7
|
import { WEB_VITALS_ENDPOINT_PATH } from "./consts.js";
|
|
8
8
|
import { getAnalyticsDbClient } from "./db-client.js";
|
|
9
9
|
import { StudioCMSMetricTableDefinition } from "./table.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "studiocms",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "A Community-Driven Astro native CMS. Built from the ground up by the Astro community.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "withstudiocms",
|
|
@@ -254,10 +254,10 @@
|
|
|
254
254
|
"ultrahtml": "^1.6.0",
|
|
255
255
|
"web-vitals": "^5.1.0",
|
|
256
256
|
"@withstudiocms/api-spec": "^0.3.0",
|
|
257
|
-
"@withstudiocms/internal_helpers": "^0.2.0",
|
|
258
257
|
"@withstudiocms/auth-kit": "^0.1.4",
|
|
259
|
-
"@withstudiocms/
|
|
258
|
+
"@withstudiocms/internal_helpers": "^0.2.0",
|
|
260
259
|
"@withstudiocms/component-registry": "^0.1.4",
|
|
260
|
+
"@withstudiocms/cli-kit": "^0.2.1",
|
|
261
261
|
"@withstudiocms/config-utils": "^0.2.0",
|
|
262
262
|
"@withstudiocms/effect": "^0.4.0",
|
|
263
263
|
"@withstudiocms/template-lang": "^0.1.0",
|