@ailaw/venus 1.153.0 → 1.154.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 +1 -2
  2. package/package.json +1 -1
package/dist/en.js CHANGED
@@ -4450,9 +4450,8 @@ var en2 = {
4450
4450
  NoFilesToDownload: "No files to download",
4451
4451
  uscisEFiling: "File USCIS Online",
4452
4452
  OnlyVisibleToAdmin: "Only visible to Admin",
4453
- billSettingConfirm: "Once activated, ALL ATTORNEYS will be banned from accessing bills and invoices. ONLY admin accounts will retain access.",
4454
4453
  basic: "Basic",
4455
- visibleByAdminConfirmation: "ONLY admin accounts have access",
4454
+ visibleByAdminConfirmation: "Once activated, ALL ATTORNEYS will be banned from accessing bills and invoices. ONLY admin accounts will retain access.",
4456
4455
  onlyAdminHasAccess: "ONLY admin accounts have access"
4457
4456
  };
4458
4457
  var en3 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.153.0",
3
+ "version": "1.154.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],