@plasmicapp/loader-nextjs 1.0.157 → 1.0.160

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 +5 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,3 +1,7 @@
1
1
  # @plasmicapp/loader-nextjs
2
2
 
3
- Plasmic loader for use with nextjs
3
+ This is the SDK for using the Plasmic visual builder with Next.js codebases.
4
+
5
+ To get started, see the quickstart for Next.js:
6
+
7
+ https://docs.plasmic.app/learn/nextjs-quickstart
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.157",
2
+ "version": "1.0.160",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
@@ -69,10 +69,10 @@
69
69
  "typescript": "^4.3.2"
70
70
  },
71
71
  "dependencies": {
72
- "@plasmicapp/loader-core": "1.0.76",
73
- "@plasmicapp/loader-edge": "1.0.12",
74
- "@plasmicapp/loader-react": "1.0.152",
72
+ "@plasmicapp/loader-core": "1.0.77",
73
+ "@plasmicapp/loader-edge": "1.0.13",
74
+ "@plasmicapp/loader-react": "1.0.155",
75
75
  "@plasmicapp/watcher": "1.0.67"
76
76
  },
77
- "gitHead": "c9f9e805145610754e158cacc2d5f938cc4eadc0"
77
+ "gitHead": "517dcf319dd19596bc36c254bc1dbad79f599bfb"
78
78
  }