@ailaw/venus 0.13.4 → 0.13.5

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/venus.es.js +1 -1
  2. package/package.json +1 -1
package/dist/venus.es.js CHANGED
@@ -1003,7 +1003,7 @@ var i864EZ = createForm({
1003
1003
  var i864W = createForm({
1004
1004
  displayName: "I-864W",
1005
1005
  roles: {
1006
- Petitioner: "USERPROFILE",
1006
+ Beneficiary: "USERPROFILE",
1007
1007
  Preparer: "PREPARERPROFILE"
1008
1008
  }
1009
1009
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "0.13.4",
3
+ "version": "0.13.5",
4
4
  "files": [
5
5
  "dist"
6
6
  ],