@hywax/cms 1.9.0 → 1.10.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.
- package/.nuxt/cms/config.ts +1 -1
- package/dist/module.json +1 -1
- package/dist/module.mjs +5 -2
- package/package.json +2 -1
package/.nuxt/cms/config.ts
CHANGED
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -6,7 +6,7 @@ import { snakeCase, kebabCase } from 'scule';
|
|
|
6
6
|
import { readFile, writeFile } from 'node:fs/promises';
|
|
7
7
|
|
|
8
8
|
const name = "@hywax/cms";
|
|
9
|
-
const version = "1.
|
|
9
|
+
const version = "1.10.1";
|
|
10
10
|
|
|
11
11
|
function createContext(options, nuxt) {
|
|
12
12
|
const { resolve } = createResolver(import.meta.url);
|
|
@@ -247,6 +247,9 @@ function prepareMergeConfigs({ nuxt, options }) {
|
|
|
247
247
|
"@nuxt/ui/locale",
|
|
248
248
|
"@uplora/formats",
|
|
249
249
|
"@uplora/serializer",
|
|
250
|
+
"@unovis/ts",
|
|
251
|
+
"@unovis/vue",
|
|
252
|
+
"plural-ru",
|
|
250
253
|
"object-to-formdata",
|
|
251
254
|
"zod",
|
|
252
255
|
"zod/locales"
|
|
@@ -519,7 +522,7 @@ export {}
|
|
|
519
522
|
name: options.name,
|
|
520
523
|
formats: options.formats
|
|
521
524
|
};
|
|
522
|
-
return `const cmsConfig = ${JSON.stringify(config, null, 2)}
|
|
525
|
+
return `const cmsConfig = ${JSON.stringify(config, null, 2)}
|
|
523
526
|
|
|
524
527
|
export const getCmsConfig = () => cmsConfig`;
|
|
525
528
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hywax/cms",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.10.1",
|
|
5
5
|
"description": "Hywax CMS. ⚠️ This package is intended for internal use only.",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -75,6 +75,7 @@
|
|
|
75
75
|
"nuxt-auth-utils": "^0.5.26",
|
|
76
76
|
"object-to-formdata": "^4.5.1",
|
|
77
77
|
"pathe": "^2.0.3",
|
|
78
|
+
"plural-ru": "^2.0.2",
|
|
78
79
|
"scule": "^1.3.0",
|
|
79
80
|
"sortablejs": "^1.15.6",
|
|
80
81
|
"zod": "^4.2.1"
|