@ailaw/venus 1.51.0 → 1.52.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 +9 -0
  2. package/package.json +1 -1
package/dist/venus.es.js CHANGED
@@ -982,6 +982,14 @@ var i134 = createForm({
982
982
  Preparer: [GlueRoleType.PREPARERPROFILE]
983
983
  }
984
984
  });
985
+ var i1340626 = createForm({
986
+ displayName: "I-134 Expires 06-26",
987
+ roles: {
988
+ Beneficiary: [GlueRoleType.USERPROFILE],
989
+ Petitioner: [GlueRoleType.USERPROFILE],
990
+ Preparer: [GlueRoleType.PREPARERPROFILE]
991
+ }
992
+ });
985
993
  var i192 = createForm({
986
994
  displayName: "I-192",
987
995
  roles: {
@@ -1227,6 +1235,7 @@ const formRecords = {
1227
1235
  i130A,
1228
1236
  i131,
1229
1237
  i134,
1238
+ i1340626,
1230
1239
  i192,
1231
1240
  i360,
1232
1241
  i485,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.51.0",
3
+ "version": "1.52.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],