@builder.io/sdk-react 0.0.1-0 → 0.0.1-1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Builder.io React SDK v2 (BETA)
2
2
 
3
- This is the React v2 SDK.
3
+ This is the React v2 SDK. It is still in Beta: for the stable React v1 SDK [go here](../../../react/).
4
4
 
5
5
  ## Mitosis
6
6
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@builder.io/sdk-react",
3
3
  "description": "Builder.io SDK for React'",
4
- "version": "0.0.1-0",
4
+ "version": "0.0.1-1",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
7
7
  "release:dev": "npm version prerelease --no-git-tag-version && npm publish --tag dev --access public"
@@ -11,5 +11,8 @@
11
11
  },
12
12
  "devDependencies": {
13
13
  "react": "^18.2.0"
14
+ },
15
+ "dependencies": {
16
+ "node-fetch": "^2.6.1"
14
17
  }
15
18
  }