@ailaw/venus 0.12.16 → 0.12.17

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/en3.js +2 -1
  2. package/package.json +1 -1
package/dist/en3.js CHANGED
@@ -907,6 +907,7 @@ var lang3 = {
907
907
  newIntake: "New Intake",
908
908
  intakeCreated: "Intake was created successfully!",
909
909
  intakePleaseAware: "Please be aware this link will expire by",
910
- intakeLink: "Intake Link"
910
+ intakeLink: "Intake Link",
911
+ templateManagement: "Template Management"
911
912
  };
912
913
  export { lang3 as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "0.12.16",
3
+ "version": "0.12.17",
4
4
  "files": [
5
5
  "dist"
6
6
  ],