@opencx/widget-react-headless 4.0.0 → 4.0.2

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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # OpenCX Widget - React Headless
2
2
 
3
- Headless React helpers and hooks to be used in React.
3
+ Headless React helpers and hooks.
4
4
 
5
5
  For more information, check [the documentation](https://docs.open.cx/widget/getting-started)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@opencx/widget-react-headless",
3
3
  "private": false,
4
- "version": "4.0.0",
4
+ "version": "4.0.2",
5
5
  "type": "module",
6
6
  "repository": {
7
7
  "type": "git",
@@ -20,7 +20,7 @@
20
20
  "dependencies": {
21
21
  "swr": "^2.2.5",
22
22
  "uuid": "^11.0.4",
23
- "@opencx/widget-core": "4.0.0"
23
+ "@opencx/widget-core": "4.0.2"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "@types/react": ">=18 <20",
@@ -29,8 +29,8 @@
29
29
  "react-dom": ">=18 <20"
30
30
  },
31
31
  "devDependencies": {
32
- "@opencx/tsconfig": "0.0.0",
33
- "@opencx/eslint-config": "0.0.0"
32
+ "@opencx/eslint-config": "0.0.0",
33
+ "@opencx/tsconfig": "0.0.0"
34
34
  },
35
35
  "scripts": {
36
36
  "clean": "rm -rf node_modules dist .turbo",