We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85548d6 commit 0158d35Copy full SHA for 0158d35
package.json
@@ -2,7 +2,7 @@
2
"author": "Layercode",
3
"license": "MIT",
4
"name": "@layercode/react-sdk",
5
- "version": "1.0.29",
+ "version": "2.0.0",
6
"description": "Layercode React SDK for integrating with React applications",
7
"type": "module",
8
"main": "./dist/index.js",
@@ -33,7 +33,7 @@
33
"react"
34
],
35
"dependencies": {
36
- "@layercode/js-sdk": "^1.0.26"
+ "@layercode/js-sdk": "^2.0.0"
37
},
38
"peerDependencies": {
39
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
@@ -50,4 +50,4 @@
50
"rollup": "^4.42.0",
51
"typescript": "^5.8.3"
52
}
53
-}
+}
0 commit comments