@wix/sdk-react 0.3.2 → 0.3.3

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/README.md +3 -0
  2. package/package.json +3 -3
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # `@wix/sdk-react`
2
+
3
+ The Wix React SDK is a collection of React components, hooks and utilities for working with Wix APIs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/sdk-react",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "license": "UNLICENSED",
5
5
  "main": "build/index.js",
6
6
  "module": "build/index.mjs",
@@ -21,7 +21,7 @@
21
21
  "typecheck": "tsc --noEmit"
22
22
  },
23
23
  "dependencies": {
24
- "@wix/sdk": "1.5.2"
24
+ "@wix/sdk": "1.5.3"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "react": "^16.0.0 || ^17.0.0 || ^18.0.0"
@@ -60,5 +60,5 @@
60
60
  "eslintConfig": {
61
61
  "extends": "sdk"
62
62
  },
63
- "falconPackageHash": "6afc04a888d4ab06719f8d8b753d1cabee051a5a52171d948b6c48de"
63
+ "falconPackageHash": "936da206de34c0655dfa4bb7e15f707301efe8400e9b034a0c0b0b2e"
64
64
  }