cloudcc-ccdk 0.9.67 → 0.9.68

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 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
 
2
2
  - 批量新增页面支持数据获取、写入、批量新增对象信息查询方案
3
+ - 更新crypto-js版本
3
4
  #### 发布版本:0.9.66
4
5
  #### 更新日期:2026-5-26
5
6
  - 支持复制方法 openCopyPage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloudcc-ccdk",
3
- "version": "0.9.67",
3
+ "version": "0.9.68",
4
4
  "description": "",
5
5
  "engines": {
6
6
  "node": "20.19.5"
@@ -32,7 +32,7 @@
32
32
  "vue": "2.6.14",
33
33
  "axios": "1.1.3",
34
34
  "element-ui": "2.15.12",
35
- "crypto-js": "4.1.1",
35
+ "crypto-js": "4.2.0",
36
36
  "js-cookie": "3.0.1",
37
37
  "lodash": "^4.17.20",
38
38
  "jsonwebtoken": "^9.0.2"