@measured/puck 0.18.1-canary.ccb5eb6 → 0.18.1-canary.e2a6f8b

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 (4) hide show
  1. package/README.md +2 -2
  2. package/dist/index.js +4067 -471
  3. package/dist/index.mjs +4028 -444
  4. package/package.json +3 -3
package/README.md CHANGED
@@ -93,8 +93,8 @@ npx create-puck-app my-app
93
93
 
94
94
  Available recipes include:
95
95
 
96
- - [**next**](https://github.com/measuredco/puck/tree/main/recipes/next): Next.js example, using App Router and static page generation
97
- - [**remix**](https://github.com/measuredco/puck/tree/main/recipes/remix): Remix Run v2 example, using dynamic routes at root-level
96
+ - [**next**](https://github.com/measuredco/puck/tree/main/recipes/next): Next.js 13 app example, using App Router and static page generation
97
+ - [**remix**](https://github.com/measuredco/puck/tree/main/recipes/remix): Remix Run v2 app example, using dynamic routes at root-level
98
98
 
99
99
  ## Community
100
100