@hyphen/react-sdk 1.0.0 → 1.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.
- package/package.json +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hyphen/react-sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Hyphen SDK for React",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -22,30 +22,30 @@
|
|
|
22
22
|
"author": "Team Hyphen <hello@hyphen.ai>",
|
|
23
23
|
"license": "MIT",
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@biomejs/biome": "2.3.
|
|
25
|
+
"@biomejs/biome": "2.3.10",
|
|
26
26
|
"@faker-js/faker": "10.1.0",
|
|
27
|
-
"@swc/core": "1.15.
|
|
28
|
-
"@testing-library/react": "16.3.
|
|
29
|
-
"@types/node": "
|
|
27
|
+
"@swc/core": "1.15.7",
|
|
28
|
+
"@testing-library/react": "16.3.1",
|
|
29
|
+
"@types/node": "25.0.3",
|
|
30
30
|
"@types/react": "19.2.7",
|
|
31
|
-
"@vitest/coverage-v8": "4.0.
|
|
31
|
+
"@vitest/coverage-v8": "4.0.16",
|
|
32
32
|
"dotenv": "17.2.3",
|
|
33
|
-
"happy-dom": "20.0.
|
|
34
|
-
"react": "19.2.
|
|
35
|
-
"react-dom": "19.2.
|
|
33
|
+
"happy-dom": "20.0.11",
|
|
34
|
+
"react": "19.2.3",
|
|
35
|
+
"react-dom": "19.2.3",
|
|
36
36
|
"rimraf": "6.1.2",
|
|
37
37
|
"tsd": "0.33.0",
|
|
38
38
|
"tsup": "8.5.1",
|
|
39
39
|
"typescript": "5.9.3",
|
|
40
|
-
"vitest": "4.0.
|
|
40
|
+
"vitest": "4.0.16"
|
|
41
41
|
},
|
|
42
42
|
"files": [
|
|
43
43
|
"dist",
|
|
44
44
|
"LICENSE"
|
|
45
45
|
],
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@hyphen/browser-sdk": "1.0.
|
|
48
|
-
"hookified": "1.
|
|
47
|
+
"@hyphen/browser-sdk": "1.0.5",
|
|
48
|
+
"hookified": "1.14.0"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"react": "^18.0.0 || ^19.0.0"
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"lint": "biome check --write --error-on-warnings",
|
|
55
55
|
"test": "pnpm lint && vitest run --coverage",
|
|
56
56
|
"test:ci": "biome check --error-on-warnings && vitest run --coverage",
|
|
57
|
-
"build": "
|
|
57
|
+
"build": "tsup",
|
|
58
58
|
"clean": "rimraf ./dist pnpm-lock.yaml node_modules coverage"
|
|
59
59
|
}
|
|
60
60
|
}
|