@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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. 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](../sdk-web/README.md) - Browser SDK
10
- - [@product-intelligence-hub/sdk-react-native](../sdk-react-native/README.md) - React Native SDK
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@product-intelligence-hub/sdk-core",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Core SDK internals for Product Intelligence Hub",
5
5
  "license": "MIT",
6
6
  "type": "module",