@sentientui/react 0.15.5 → 0.15.6
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 +21 -3
package/package.json
CHANGED
|
@@ -1,7 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentientui/react",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.6",
|
|
4
4
|
"private": false,
|
|
5
|
+
"description": "SentientUI React SDK — adaptive UI personalization with <Adaptive> components that learn what converts per visitor. SSR-safe.",
|
|
6
|
+
"homepage": "https://sentient-ui.com",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "git+https://github.com/casancam/SentientUI.git",
|
|
10
|
+
"directory": "packages/react"
|
|
11
|
+
},
|
|
12
|
+
"keywords": [
|
|
13
|
+
"react",
|
|
14
|
+
"sentientui",
|
|
15
|
+
"sentient-ui",
|
|
16
|
+
"personalization",
|
|
17
|
+
"ab-testing",
|
|
18
|
+
"conversion-optimization",
|
|
19
|
+
"adaptive-ui",
|
|
20
|
+
"ssr",
|
|
21
|
+
"nextjs"
|
|
22
|
+
],
|
|
5
23
|
"type": "module",
|
|
6
24
|
"main": "./dist/index.js",
|
|
7
25
|
"module": "./dist/index.mjs",
|
|
@@ -43,8 +61,8 @@
|
|
|
43
61
|
"llms.txt"
|
|
44
62
|
],
|
|
45
63
|
"dependencies": {
|
|
46
|
-
"@sentientui/
|
|
47
|
-
"@sentientui/
|
|
64
|
+
"@sentientui/policy": "0.2.0",
|
|
65
|
+
"@sentientui/core": "0.14.0"
|
|
48
66
|
},
|
|
49
67
|
"peerDependencies": {
|
|
50
68
|
"@testing-library/react": ">=14.0.0",
|