@ailaw/venus 1.73.0 → 1.74.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
@@ -1123,7 +1123,7 @@ var i864W = createForm({
1123
1123
  var i907 = createForm({
1124
1124
  displayName: "I-907",
1125
1125
  roles: {
1126
- Petitioner: [GlueRoleType.CLIENTPROFILE],
1126
+ Petitioner: [GlueRoleType.CLIENTPROFILE, GlueRoleType.USERPROFILE],
1127
1127
  Beneficiary: [GlueRoleType.USERPROFILE],
1128
1128
  Preparer: [GlueRoleType.PREPARERPROFILE]
1129
1129
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.73.0",
3
+ "version": "1.74.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],