@ailaw/venus 1.180.0 → 1.181.0

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/dist/en.js +2 -1
  2. package/package.json +1 -1
package/dist/en.js CHANGED
@@ -1684,7 +1684,8 @@ var en$1 = {
1684
1684
  compressImageFileHint: "Images can be converted in format and compressed in size.",
1685
1685
  format: "Format",
1686
1686
  size: "Size",
1687
- quality: "Quality"
1687
+ quality: "Quality",
1688
+ contentGeneration: "Smart Content Generation"
1688
1689
  };
1689
1690
  var en2 = {
1690
1691
  account: "Account",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.180.0",
3
+ "version": "1.181.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],