@validate-sdk/v2 1.22.30 → 1.22.31

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/README.md CHANGED
@@ -103,8 +103,6 @@ From repo root:
103
103
 
104
104
  ```bash
105
105
  npm install
106
- npm run build
107
- npm run build:native
108
106
  ```
109
107
 
110
108
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@validate-sdk/v2",
3
- "version": "1.22.30",
3
+ "version": "1.22.31",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",