@adhese/sdk-react 1.9.7 → 1.9.8

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @adhese/sdk-react
2
2
 
3
+ ## 1.9.8
4
+
5
+ ### Patch Changes
6
+
7
+ - d6f11ea: Updated README
8
+
3
9
  ## 1.9.7
4
10
 
5
11
  ### Patch Changes
package/README.md CHANGED
@@ -34,7 +34,8 @@ function Devtools() {
34
34
  ```
35
35
 
36
36
  ## `useAdhese`
37
- The `useAdhese` hook returns the Adhese instance that is created by the `AdheseProvider`. It can be used to access the Adhese instance in any child component.
37
+ The `useAdhese` hook returns the Adhese instance that is created by the `AdheseProvider`. It can be used to access the
38
+ Adhese instance in any child component.
38
39
 
39
40
  ```jsx
40
41
  import { useAdhese } from '@adhese/sdk-react';
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@adhese/sdk-react",
3
3
  "type": "module",
4
- "version": "1.9.7",
4
+ "version": "1.9.8",
5
5
  "description": "Adhese SDK",
6
6
  "license": "GPL-3.0",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "git+https://github.com/adhese/sdk_typescript.git"
9
+ "url": "git+https://github.com/adhese/sdk_typescript.git",
10
+ "directory": "packages/sdk-react"
10
11
  },
11
12
  "exports": {
12
13
  ".": {