@plasmicapp/loader-react 1.0.150 → 1.0.153
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/README.md +9 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
1
|
# @plasmicapp/loader-react
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
This is the SDK for using the Plasmic visual builder with React codebases.
|
|
4
|
+
|
|
5
|
+
To get started, see the quickstart for React:
|
|
6
|
+
|
|
7
|
+
https://docs.plasmic.app/learn/react-quickstart
|
|
8
|
+
|
|
9
|
+
If you are using Next.js or Gatsby, please instead use the specific SDKs for those: `@plasmicapp/loader-nextjs` and `@plasmicapp/loader-gatsby`.
|
|
10
|
+
|
|
11
|
+
This library uses `@plasmicapp/loader-core` under the hood.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plasmicapp/loader-react",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.153",
|
|
4
4
|
"module": "dist/loader-react.esm.js",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"analyze": "size-limit --why"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@plasmicapp/host": "1.0.
|
|
25
|
+
"@plasmicapp/host": "1.0.71",
|
|
26
26
|
"@plasmicapp/loader-core": "1.0.76",
|
|
27
27
|
"@plasmicapp/loader-splits": "1.0.11",
|
|
28
28
|
"@plasmicapp/query": "0.1.51",
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"typescript": "^4.3.2"
|
|
75
75
|
},
|
|
76
76
|
"license": "MIT",
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "2dc4d4a79fb651cbb323a723caf1c65f8f5e38ac"
|
|
78
78
|
}
|