@product-intelligence-hub/sdk-react-native 0.1.0 → 0.1.1

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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -194,5 +194,5 @@ import type {
194
194
 
195
195
  ## Related
196
196
 
197
- - [SDK Core](../sdk-core/README.md) - Core SDK internals
198
- - [SDK Spec](/docs/06_SDK_SPEC.md) - Full SDK specification
197
+ - [@product-intelligence-hub/sdk-core](https://www.npmjs.com/package/@product-intelligence-hub/sdk-core) - Core SDK internals
198
+ - [SDK Spec](https://github.com/maxivarela/product-intelligence-hub/blob/main/docs/06_SDK_SPEC.md) - Full SDK specification
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@product-intelligence-hub/sdk-react-native",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "React Native SDK for Product Intelligence Hub",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -34,7 +34,7 @@
34
34
  "mobile"
35
35
  ],
36
36
  "dependencies": {
37
- "@product-intelligence-hub/sdk-core": "0.1.0"
37
+ "@product-intelligence-hub/sdk-core": "0.1.1"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "@react-native-async-storage/async-storage": ">=1.0.0",