@hywax/cms 2.0.0 → 2.0.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.css CHANGED
@@ -1,3 +1,19 @@
1
- @source "./cms";
1
+ @source "./cms/autocomplete-select.ts";
2
+ @source "./cms/layout.ts";
3
+ @source "./cms/ms.ts";
4
+ @source "./cms/form-panel.ts";
5
+ @source "./cms/editor-full.ts";
6
+ @source "./cms/form-panel-section.ts";
7
+ @source "./cms/input-slug.ts";
8
+ @source "./cms/input-seo.ts";
9
+ @source "./cms/input-uplora-image.ts";
10
+ @source "./cms/uplora-image.ts";
11
+ @source "./cms/table-panel.ts";
12
+ @source "./cms/modal-confirm.ts";
13
+ @source "./cms/table-search-input.ts";
14
+ @source "./cms/ms-core-options.ts";
15
+ @source "./cms/ms-nuxt-context.ts";
16
+ @source "./cms/date-picker.ts";
17
+ @source "./cms/ss.ts";
2
18
 
3
19
 
package/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hywax/cms",
3
- "version": "2.0.0",
4
- "configKey": "cmsRuntime",
3
+ "version": "2.0.1",
4
+ "configKey": "cms",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
package/dist/module.mjs CHANGED
@@ -7,7 +7,7 @@ import { defu } from 'defu';
7
7
  import { globSync } from 'tinyglobby';
8
8
 
9
9
  const name = "@hywax/cms";
10
- const version = "2.0.0";
10
+ const version = "2.0.1";
11
11
 
12
12
  function createContext(options, nuxt) {
13
13
  const { resolve } = createResolver(import.meta.url);
@@ -263,6 +263,8 @@ function prepareMergeConfigs({ nuxt, options }) {
263
263
  "@uplora/serializer",
264
264
  "@internationalized/date",
265
265
  "tailwind-variants",
266
+ "plural-ru",
267
+ "object-to-formdata",
266
268
  "fast-equals",
267
269
  "fast-copy",
268
270
  "reka-ui",
@@ -746,7 +748,7 @@ const module$1 = defineNuxtModule({
746
748
  meta: {
747
749
  name,
748
750
  version,
749
- configKey: "cmsRuntime"
751
+ configKey: "cms"
750
752
  },
751
753
  moduleDependencies: {
752
754
  "@nuxt/ui": {},
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hywax/cms",
3
3
  "type": "module",
4
- "version": "2.0.0",
4
+ "version": "2.0.1",
5
5
  "description": "Hywax CMS. ⚠️ This package is intended for internal use only.",
6
6
  "imports": {
7
7
  "#build/cms/*": "./.nuxt/cms/*.ts",