@94ai/nf-toast-demo 1.1.21 → 1.1.22

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -4,7 +4,7 @@ toast示例组件
4
4
 
5
5
  ## HomePage
6
6
 
7
- 官网地址: https://oss.xccjh.top/common-ui/#/nf-index
7
+ 官网地址: https://oss.xccjh.top/common-ui/#/
8
8
 
9
9
 
10
10
  ## Usage
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@94ai/nf-toast-demo",
3
- "version": "1.1.21",
3
+ "version": "1.1.22",
4
4
  "description": "toast示例组件",
5
5
  "keywords": [
6
6
  "toast"
7
7
  ],
8
8
  "author": "zoujiahe <zoujiahe@94ai.com>",
9
- "homepage": "https://oss.xccjh.top/common-ui/#/nf-index",
9
+ "homepage": "https://oss.xccjh.top/common-ui/#/",
10
10
  "license": "ISC",
11
11
  "publishConfig": {
12
12
  "access": "public"
@@ -16,7 +16,7 @@
16
16
  "url": "http://94ai.gitlab.com/zoujiahe/common-ui.git"
17
17
  },
18
18
  "dependencies": {
19
- "@94ai/nf-theme-chalk": "^1.1.21"
19
+ "@94ai/nf-theme-chalk": "^1.1.22"
20
20
  },
21
21
  "main": "lib/nf-toast-demo.cjs.js",
22
22
  "module": "lib/nf-toast-demo.esm-bundler.js",
@@ -26,5 +26,5 @@
26
26
  "element-ui": ">=2.13.2",
27
27
  "vue": ">=2"
28
28
  },
29
- "gitHead": "7ba82b88ff4b0bae2e64f955fb13c26d77912fc9"
29
+ "gitHead": "855c7a7981dfe1fe4bdfd263e52bcf46c4a74569"
30
30
  }