@ailaw/venus 1.152.0 → 1.153.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 +3 -0
  2. package/package.json +1 -1
package/dist/en.js CHANGED
@@ -4421,6 +4421,9 @@ var en2 = {
4421
4421
  addWorksheet: "Add worksheet",
4422
4422
  profile: "Profile",
4423
4423
  formSetting: "Form Setting",
4424
+ version: "Version",
4425
+ view: "View",
4426
+ addendum: "Addendum",
4424
4427
  privateCaseTip: "When you open private case mode, only assigned attorneys/paralegals/contractors and all admin accounts can see this case.",
4425
4428
  privateCaseNotice: "Only assigned attorneys/paralegals/contractors and all admin accounts can see this case.",
4426
4429
  waitingForInvitation: "Waiting for invitation",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.152.0",
3
+ "version": "1.153.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],