@secondstaxorg/sscomp 1.7.84 → 1.7.85

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secondstaxorg/sscomp",
3
- "version": "1.7.84",
3
+ "version": "1.7.85",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/"
6
6
  },
@@ -34,7 +34,7 @@ export interface PhoneInputProps {
34
34
  /**
35
35
  * Input name as is with html input tag
36
36
  * */
37
- inputName: string;
37
+ inputName?: string;
38
38
  /**
39
39
  * Onchange function when user is making an input
40
40
  * */