@94ai/nf-toast-demo 1.1.30 → 1.1.32

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.
@@ -58,7 +58,7 @@ function normalizeComponent(scriptExports, render2, staticRenderFns, functionalT
58
58
  };
59
59
  }
60
60
  var _sfc_main = vueDemi.defineComponent({
61
- name: "ai-toast-demo",
61
+ name: "nf-toast-demo",
62
62
  props: {
63
63
  message: {
64
64
  type: String,
@@ -56,7 +56,7 @@ function normalizeComponent(scriptExports, render2, staticRenderFns, functionalT
56
56
  };
57
57
  }
58
58
  var _sfc_main = defineComponent({
59
- name: "ai-toast-demo",
59
+ name: "nf-toast-demo",
60
60
  props: {
61
61
  message: {
62
62
  type: String,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@94ai/nf-toast-demo",
3
- "version": "1.1.30",
3
+ "version": "1.1.32",
4
4
  "description": "toast示例组件",
5
5
  "keywords": [
6
6
  "toast"
@@ -16,9 +16,14 @@
16
16
  "url": "http://94ai.gitlab.com/zoujiahe/common-ui.git"
17
17
  },
18
18
  "dependencies": {
19
- "@94ai/nf-theme-chalk": "^1.1.30",
19
+ "@94ai/nf-theme-chalk": "^1.1.32",
20
20
  "vue-demi": "^0.14.5"
21
21
  },
22
+ "peerDependenciesMeta": {
23
+ "@vue/composition-api": {
24
+ "optional": true
25
+ }
26
+ },
22
27
  "main": "lib/nf-toast-demo.cjs.js",
23
28
  "module": "lib/nf-toast-demo.esm-bundler.js",
24
29
  "style": "lib/nf-toast-demo.css",
@@ -26,7 +31,7 @@
26
31
  "peerDependencies": {
27
32
  "@vue/composition-api": "^1.0.0-rc.1",
28
33
  "element-ui": ">=2.13.2",
29
- "vue": ">=2"
34
+ "vue": "^2.0.0 || >=3.0.0"
30
35
  },
31
- "gitHead": "881c72f588b9adc1d9316104746ba3a45e77b2c0"
36
+ "gitHead": "48d19fb72ffff9289b4e1c8620b4167a67b79d8e"
32
37
  }