@ailaw/venus 1.348.0 → 1.349.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
@@ -5985,7 +5985,8 @@ var en3 = {
5985
5985
  updateBudget: "Update Budget",
5986
5986
  taskDescription: "Task Description",
5987
5987
  executor: "Assignee",
5988
- declineAll: "Decline All"
5988
+ declineAll: "Decline All",
5989
+ caseTimerNotification: "Case Timer Notification"
5989
5990
  };
5990
5991
  var en = __spreadValues(__spreadValues(__spreadValues({}, en2), en3), en$1);
5991
5992
  export { en as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.348.0",
3
+ "version": "1.349.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],