create-puck-app 0.19.0 → 0.19.1-canary.c0055df8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-puck-app",
3
- "version": "0.19.0",
3
+ "version": "0.19.1-canary.c0055df8",
4
4
  "author": "Chris Villa <chris@puckeditor.com>",
5
5
  "repository": "measuredco/puck",
6
6
  "bugs": "https://github.com/measuredco/puck/issues",
@@ -1,32 +0,0 @@
1
-
2
- yarn run v1.22.19
3
- $ next build
4
- ▲ Next.js 15.2.4
5
-
6
-   Creating an optimized production build ...
7
- ✓ Compiled successfully
8
- [?25l   Linting and checking validity of types .   Linting and checking validity of types ..   Linting and checking validity of types ...   Linting and checking validity of types .   Linting and checking validity of types ..   Linting and checking validity of types ...   Linting and checking validity of types .   Linting and checking validity of types ..   Linting and checking validity of types ...[?25h   Linting and checking validity of types
9
  ✓ Linting and checking validity of types
10
- [?25l   Collecting page data .   Collecting page data ..   Collecting page data ...[?25h   Collecting page data
11
1
  ✓ Collecting page data
12
- [?25l   Generating static pages (0/6) [ ]   Generating static pages (0/6) [= ]   Generating static pages (0/6) [== ][?25h ✓ Generating static pages (6/6)
13
- [?25l   Finalizing page optimization .[?25l   Collecting build traces .   Finalizing page optimization ..   Collecting build traces ..   Finalizing page optimization ...   Collecting build traces ...   Finalizing page optimization .   Collecting build traces .   Finalizing page optimization ..   Collecting build traces ..   Finalizing page optimization ...   Collecting build traces ...   Finalizing page optimization .   Collecting build traces .   Finalizing page optimization ..   Collecting build traces ..   Finalizing page optimization ...   Collecting build traces ...   Finalizing page optimization .   Collecting build traces .   Finalizing page optimization ..   Collecting build traces ..   Finalizing page optimization ...   Collecting build traces ...   Finalizing page optimization .   Collecting build traces .   Finalizing page optimization ..   Collecting build traces ..[?25h   Collecting build traces
14
2
  ✓ Collecting build traces
15
- [?25h   Finalizing page optimization
16
3
  ✓ Finalizing page optimization
17
-
18
- Route (app) Size First Load JS  
19
- ┌ ○ / 279 B 187 kB
20
- ├ ○ /_not-found 976 B 101 kB
21
- ├ ○ /[...puckPath] 279 B 187 kB
22
- ├ ƒ /puck 377 B 187 kB
23
- ├ ƒ /puck/[...puckPath] 377 B 187 kB
24
- └ ƒ /puck/api 136 B 101 kB
25
- + First Load JS shared by all 100 kB
26
- ├ chunks/4bd1b696-d1ba7a1b5de80c62.js 53.2 kB
27
- ├ chunks/684-527e521462300bb3.js 45.3 kB
28
- └ other shared chunks (total) 1.89 kB
29
-
30
-
31
- ƒ Middleware 32.5 kB
32
-
33
- ○ (Static) prerendered as static content
34
- ƒ (Dynamic) server-rendered on demand
35
-
36
- [?25h✨ Done in 16.01s.
@@ -1,5 +0,0 @@
1
-
2
- yarn run v1.22.19
3
- $ next lint
4
- ✔ No ESLint warnings or errors
5
- ✨ Done in 2.99s.
@@ -1,6 +0,0 @@
1
-
2
- yarn run v1.22.19
3
- $ remix build
4
-  info  building... (NODE_ENV=production)
5
-  info  built (1.8s)
6
- ✨ Done in 3.83s.