@hywax/cms 1.10.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.
@@ -3,6 +3,6 @@ const cmsConfig = {
3
3
  "formats": {
4
4
  "serverDateTime": "YYYY-MM-DD HH:mm:ss"
5
5
  }
6
- } as const
6
+ }
7
7
 
8
8
  export const getCmsConfig = () => cmsConfig
package/dist/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hywax/cms",
3
- "version": "1.10.0",
3
+ "version": "1.10.1",
4
4
  "configKey": "cms",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
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.10.0";
9
+ const version = "1.10.1";
10
10
 
11
11
  function createContext(options, nuxt) {
12
12
  const { resolve } = createResolver(import.meta.url);
@@ -522,7 +522,7 @@ export {}
522
522
  name: options.name,
523
523
  formats: options.formats
524
524
  };
525
- return `const cmsConfig = ${JSON.stringify(config, null, 2)} as const
525
+ return `const cmsConfig = ${JSON.stringify(config, null, 2)}
526
526
 
527
527
  export const getCmsConfig = () => cmsConfig`;
528
528
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hywax/cms",
3
3
  "type": "module",
4
- "version": "1.10.0",
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",