@ailaw/venus 1.8.0 → 1.9.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/venus.es.js +2 -1
  2. package/package.json +1 -1
package/dist/venus.es.js CHANGED
@@ -907,7 +907,8 @@ var i129E1E2 = createForm({
907
907
  displayName: "I-129 with E-1/E-2 Supplement",
908
908
  roles: {
909
909
  Beneficiary: [GlueRoleType.USERPROFILE],
910
- Petitioner: [GlueRoleType.USERPROFILE, GlueRoleType.CLIENTPROFILE]
910
+ Petitioner: [GlueRoleType.USERPROFILE, GlueRoleType.CLIENTPROFILE],
911
+ Preparer: [GlueRoleType.PREPARERPROFILE]
911
912
  }
912
913
  });
913
914
  var i129TAS = createForm({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.8.0",
3
+ "version": "1.9.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],