@product-intelligence-hub/sdk-core 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.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,8 +6,8 @@ Core SDK internals for Product Intelligence Hub. This package provides the base
|
|
|
6
6
|
|
|
7
7
|
This package is not intended for direct use. Instead, use one of the platform-specific SDKs:
|
|
8
8
|
|
|
9
|
-
- [@product-intelligence-hub/sdk-web](
|
|
10
|
-
- [@product-intelligence-hub/sdk-react-native](
|
|
9
|
+
- [@product-intelligence-hub/sdk-web](https://www.npmjs.com/package/@product-intelligence-hub/sdk-web) - Browser SDK
|
|
10
|
+
- [@product-intelligence-hub/sdk-react-native](https://www.npmjs.com/package/@product-intelligence-hub/sdk-react-native) - React Native SDK
|
|
11
11
|
|
|
12
12
|
## Architecture
|
|
13
13
|
|
|
@@ -140,4 +140,4 @@ To create a new platform SDK:
|
|
|
140
140
|
|
|
141
141
|
## Related
|
|
142
142
|
|
|
143
|
-
- [SDK Spec](/docs/06_SDK_SPEC.md) - Full SDK specification
|
|
143
|
+
- [SDK Spec](https://github.com/maxivarela/product-intelligence-hub/blob/main/docs/06_SDK_SPEC.md) - Full SDK specification
|