@journium/react 1.1.3 → 1.2.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@journium/react",
3
- "version": "1.1.3",
3
+ "version": "1.2.0",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "Journium React integration - Provider, hooks, and components for React applications",
@@ -23,7 +23,7 @@
23
23
  "url": "https://github.com/journium/journium-js/issues"
24
24
  },
25
25
  "dependencies": {
26
- "@journium/js": "1.2.1",
26
+ "@journium/js": "1.2.2",
27
27
  "@journium/core": "1.2.1"
28
28
  },
29
29
  "peerDependencies": {
package/readme.md CHANGED
@@ -51,6 +51,7 @@ For more detailed examples, hooks, and configuration options, visit the [Journiu
51
51
 
52
52
  - [@journium/nextjs](https://www.npmjs.com/package/@journium/nextjs) - Next.js SDK
53
53
  - [@journium/js](https://www.npmjs.com/package/@journium/js) - JavaScript SDK
54
+ - [@journium/angular](https://www.npmjs.com/package/@journium/angular) - Angular SDK
54
55
 
55
56
  ## Support
56
57