@antdv-next/nuxt 1.0.0 → 1.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/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@antdv-next/nuxt",
3
3
  "configKey": "antd",
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "unknown"
package/dist/module.mjs CHANGED
@@ -6,6 +6,8 @@ import icons from '../dist/runtime/icons.js';
6
6
  const libName = "antdv-next";
7
7
  const iconLibName = `@antdv-next/icons`;
8
8
  const iconsSvgLibName = "@ant-design/icons-svg";
9
+ const pickerLibName = "@v-c/picker";
10
+ const dayjsLibName = "dayjs";
9
11
  const module$1 = defineNuxtModule({
10
12
  meta: {
11
13
  name: "@antdv-next/nuxt",
@@ -29,6 +31,8 @@ const module$1 = defineNuxtModule({
29
31
  };
30
32
  if (_options.component !== false) {
31
33
  appendTranspile(libName);
34
+ appendTranspile(pickerLibName);
35
+ appendTranspile(dayjsLibName);
32
36
  }
33
37
  appendTranspile(iconLibName);
34
38
  appendTranspile(iconsSvgLibName);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antdv-next/nuxt",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Antdv Next Nuxt module",
5
5
  "repository": "antdv-next/nuxt",
6
6
  "license": "MIT",