@ailaw/venus 1.196.0 → 1.197.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 -2
  2. package/package.json +1 -1
package/dist/venus.es.js CHANGED
@@ -903,7 +903,7 @@ var i129TAS = createForm({
903
903
  }
904
904
  });
905
905
  var i129HS = createForm({
906
- displayName: "I-129 with H Supplement-Company Petitioner",
906
+ displayName: "I-129 with H Supplement",
907
907
  roles: {
908
908
  Petitioner: [GlueRoleType.CLIENTPROFILE],
909
909
  Beneficiary: [GlueRoleType.USERPROFILE],
@@ -1473,7 +1473,7 @@ var i246 = createForm({
1473
1473
  }
1474
1474
  });
1475
1475
  var i129h1 = createForm({
1476
- displayName: "I-129-H-1 Only",
1476
+ displayName: "I-129 with H1b/H1b1 Supplement",
1477
1477
  roles: {
1478
1478
  Petitioner: [GlueRoleType.CLIENTPROFILE],
1479
1479
  Beneficiary: [GlueRoleType.USERPROFILE],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.196.0",
3
+ "version": "1.197.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],