cloudcc-ccdk 0.3.3 → 0.3.4

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 +8 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,3 +1,11 @@
1
+ #### 发布版本:0.3.4
2
+ #### 更新日期:2022/11/17
3
+ #### 更新内容:
4
+ * 修复
5
+ * 迭代
6
+ * 优化
7
+ * 更改依赖问题
8
+
1
9
  #### 发布版本:0.3.3
2
10
  #### 更新日期:2022/11/15
3
11
  #### 更新内容:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloudcc-ccdk",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "",
5
5
  "main": "lib/ccdk-min.js",
6
6
  "scripts": {
@@ -20,7 +20,7 @@
20
20
  "rollup": "^2.77.0",
21
21
  "uglify-js": "^3.17.3"
22
22
  },
23
- "dependencies": {
23
+ "peerDependencies": {
24
24
  "axios": "^1.1.3",
25
25
  "cloudcc-ui": "^1.1.2",
26
26
  "crypto-js": "^4.1.1",