@ailaw/venus 1.34.0 → 1.35.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 +1 -1
  2. package/package.json +1 -1
package/dist/venus.es.js CHANGED
@@ -933,8 +933,8 @@ var i129E1E2 = createForm({
933
933
  var i129TAS = createForm({
934
934
  displayName: "I-129 with Trade Agreement Supplement",
935
935
  roles: {
936
- Petitioner: [GlueRoleType.CLIENTPROFILE],
937
936
  Beneficiary: [GlueRoleType.USERPROFILE],
937
+ Petitioner: [GlueRoleType.CLIENTPROFILE, GlueRoleType.USERPROFILE],
938
938
  Preparer: [GlueRoleType.PREPARERPROFILE]
939
939
  }
940
940
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.34.0",
3
+ "version": "1.35.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],