@ailaw/venus 0.13.4 → 0.13.7

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.
package/dist/venus.es.js CHANGED
@@ -816,6 +816,12 @@ function __variableDynamicImportRuntime0__(path2) {
816
816
  return import("./ru2.js");
817
817
  case "../languages/ru3.ts":
818
818
  return import("./ru3.js");
819
+ case "../languages/tr.ts":
820
+ return import("./tr.js");
821
+ case "../languages/tr2.ts":
822
+ return import("./tr2.js");
823
+ case "../languages/tr3.ts":
824
+ return import("./tr3.js");
819
825
  default:
820
826
  return new Promise(function(resolve, reject) {
821
827
  (typeof queueMicrotask === "function" ? queueMicrotask : setTimeout)(reject.bind(null, new Error("Unknown variable dynamic import: " + path2)));
@@ -1003,7 +1009,7 @@ var i864EZ = createForm({
1003
1009
  var i864W = createForm({
1004
1010
  displayName: "I-864W",
1005
1011
  roles: {
1006
- Petitioner: "USERPROFILE",
1012
+ Beneficiary: "USERPROFILE",
1007
1013
  Preparer: "PREPARERPROFILE"
1008
1014
  }
1009
1015
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "0.13.4",
3
+ "version": "0.13.7",
4
4
  "files": [
5
5
  "dist"
6
6
  ],