@ailaw/venus 1.21.0 → 1.22.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 +3 -3
  2. package/package.json +1 -1
package/dist/venus.es.js CHANGED
@@ -1021,7 +1021,7 @@ var i508 = createForm({
1021
1021
  }
1022
1022
  });
1023
1023
  var i526 = createForm({
1024
- displayName: "I-508",
1024
+ displayName: "I-526",
1025
1025
  roles: {
1026
1026
  Beneficiary: [GlueRoleType.USERPROFILE],
1027
1027
  Preparer: [GlueRoleType.PREPARERPROFILE]
@@ -1129,14 +1129,14 @@ var i765WS = createForm({
1129
1129
  }
1130
1130
  });
1131
1131
  var i129OP = createForm({
1132
- displayName: "I-129 O and P Classifications Supplement",
1132
+ displayName: "I-129 with O and P Supplement",
1133
1133
  roles: {
1134
1134
  Beneficiary: [GlueRoleType.USERPROFILE],
1135
1135
  Petitioner: [GlueRoleType.CLIENTPROFILE, GlueRoleType.USERPROFILE]
1136
1136
  }
1137
1137
  });
1138
1138
  var i129R1 = createForm({
1139
- displayName: "I-129 R-1 Classification Supplement",
1139
+ displayName: "I-129 with R-1 Supplement",
1140
1140
  roles: {
1141
1141
  Beneficiary: [GlueRoleType.USERPROFILE],
1142
1142
  Petitioner: [GlueRoleType.CLIENTPROFILE, GlueRoleType.USERPROFILE]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.21.0",
3
+ "version": "1.22.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],