@hyphen/react-sdk 1.0.3 → 1.1.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/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +19 -19
package/dist/index.cjs
CHANGED
|
@@ -28,7 +28,7 @@ __export(index_exports, {
|
|
|
28
28
|
});
|
|
29
29
|
module.exports = __toCommonJS(index_exports);
|
|
30
30
|
|
|
31
|
-
// node_modules/.pnpm/@hyphen+browser-sdk@1.0
|
|
31
|
+
// node_modules/.pnpm/@hyphen+browser-sdk@1.1.0/node_modules/@hyphen/browser-sdk/dist/index.js
|
|
32
32
|
var import_hookified = require("hookified");
|
|
33
33
|
var __defProp2 = Object.defineProperty;
|
|
34
34
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp2(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// node_modules/.pnpm/@hyphen+browser-sdk@1.0
|
|
1
|
+
// node_modules/.pnpm/@hyphen+browser-sdk@1.1.0/node_modules/@hyphen/browser-sdk/dist/index.js
|
|
2
2
|
import { Hookified } from "hookified";
|
|
3
3
|
var __defProp = Object.defineProperty;
|
|
4
4
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hyphen/react-sdk",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "Hyphen SDK for React",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -24,30 +24,30 @@
|
|
|
24
24
|
"author": "Team Hyphen <hello@hyphen.ai>",
|
|
25
25
|
"license": "MIT",
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@biomejs/biome": "2.3.
|
|
28
|
-
"@faker-js/faker": "10.
|
|
29
|
-
"@swc/core": "1.15.
|
|
30
|
-
"@testing-library/react": "16.3.
|
|
31
|
-
"@types/node": "25.
|
|
32
|
-
"@types/react": "19.2.
|
|
33
|
-
"@vitest/coverage-v8": "4.0.
|
|
34
|
-
"dotenv": "17.2.
|
|
35
|
-
"happy-dom": "20.0
|
|
36
|
-
"react": "19.2.
|
|
37
|
-
"react-dom": "19.2.
|
|
38
|
-
"rimraf": "6.1.2",
|
|
39
|
-
"tsd": "0.33.0",
|
|
40
|
-
"tsup": "8.5.1",
|
|
41
|
-
"typescript": "5.9.3",
|
|
42
|
-
"vitest": "4.0.
|
|
27
|
+
"@biomejs/biome": "^2.3.14",
|
|
28
|
+
"@faker-js/faker": "^10.3.0",
|
|
29
|
+
"@swc/core": "^1.15.11",
|
|
30
|
+
"@testing-library/react": "^16.3.2",
|
|
31
|
+
"@types/node": "^25.2.2",
|
|
32
|
+
"@types/react": "^19.2.13",
|
|
33
|
+
"@vitest/coverage-v8": "^4.0.18",
|
|
34
|
+
"dotenv": "^17.2.4",
|
|
35
|
+
"happy-dom": "^20.5.0",
|
|
36
|
+
"react": "^19.2.4",
|
|
37
|
+
"react-dom": "^19.2.4",
|
|
38
|
+
"rimraf": "^6.1.2",
|
|
39
|
+
"tsd": "^0.33.0",
|
|
40
|
+
"tsup": "^8.5.1",
|
|
41
|
+
"typescript": "^5.9.3",
|
|
42
|
+
"vitest": "^4.0.18"
|
|
43
43
|
},
|
|
44
44
|
"files": [
|
|
45
45
|
"dist",
|
|
46
46
|
"LICENSE"
|
|
47
47
|
],
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@hyphen/browser-sdk": "1.0
|
|
50
|
-
"hookified": "1.
|
|
49
|
+
"@hyphen/browser-sdk": "^1.1.0",
|
|
50
|
+
"hookified": "^1.15.1"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
53
|
"react": "^18.0.0 || ^19.0.0"
|