@ailaw/venus 1.20.0 → 1.21.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/en2.js +3 -0
  2. package/package.json +1 -1
package/dist/en2.js CHANGED
@@ -1695,6 +1695,9 @@ var lang2 = {
1695
1695
  ds260_wantSSN_Q: "Do you want the Social Security Administration to issue a Social Security number and a card?",
1696
1696
  ds260_authorizeInfoDisclosure_ssn_Q: "Do you authorize disclosure of information from this form to the Department of Homeland Security, the Social Security Administration, and such other U.S. Government agencies as may be required for the purposes of assigning you a social security number (SSN) and issuing you a Social Security card and do you authorize the Social Security Administration to share your SSN with the Department of Homeland Security?",
1697
1697
  ds260_answerNoNotReceiveSSN: "If you answer 'No' to this question you will not receive a social security card.",
1698
+ ds260_sendCaseToUSCIS: "Do you want to adjust status without leaving the United States? (Answer this question if your country of residence is the United States at the time you submitted your DV lottery entry)",
1699
+ ds260_sendCaseToUSCIS_Yes: "Yes, send my case to USCIS",
1700
+ ds260_sendCaseToUSCIS_No: "No, I want to return abroad and be interviewed in",
1698
1701
  duplicateNationality: "Duplicate Nationalities provided.",
1699
1702
  duplicateOccupation: "Duplicate Occupation provided.",
1700
1703
  duplicatePassportNum: "Duplicate Passport number provided.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.20.0",
3
+ "version": "1.21.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],