create-keystone-app 5.0.1 → 6.0.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 (91) hide show
  1. package/dist/create-keystone-app.cjs.dev.js +4 -8
  2. package/dist/create-keystone-app.cjs.prod.js +4 -8
  3. package/package.json +2 -2
  4. package/starter/.keystone/admin/.next/build-manifest.json +17 -79
  5. package/starter/.keystone/admin/.next/cache/webpack/client-development/0.pack +0 -0
  6. package/starter/.keystone/admin/.next/cache/webpack/client-development/index.pack +0 -0
  7. package/starter/.keystone/admin/.next/cache/webpack/server-development/0.pack +0 -0
  8. package/starter/.keystone/admin/.next/cache/webpack/server-development/index.pack +0 -0
  9. package/starter/.keystone/admin/.next/server/middleware-manifest.json +6 -0
  10. package/starter/.keystone/admin/.next/server/pages/_app.js +978 -361
  11. package/starter/.keystone/admin/.next/server/pages/_document.js +73 -1073
  12. package/starter/.keystone/admin/.next/server/pages/_error.js +24 -104
  13. package/starter/.keystone/admin/.next/server/pages/api/__keystone_api_build.js +82 -235
  14. package/starter/.keystone/admin/.next/server/pages-manifest.json +1 -12
  15. package/starter/.keystone/admin/.next/server/webpack-api-runtime.js +168 -0
  16. package/starter/.keystone/admin/.next/server/webpack-runtime.js +12 -4
  17. package/starter/.keystone/admin/.next/static/chunks/amp.js +366 -0
  18. package/starter/.keystone/admin/.next/static/chunks/main.js +1251 -0
  19. package/starter/.keystone/admin/.next/static/chunks/pages/_app.js +10481 -0
  20. package/starter/.keystone/admin/.next/static/chunks/pages/_error.js +28 -0
  21. package/starter/.keystone/admin/.next/static/chunks/{polyfills-a40ef1678bae11e696dba45124eadd70.js → polyfills.js} +0 -0
  22. package/starter/.keystone/admin/.next/static/chunks/react-refresh.js +62 -0
  23. package/starter/.keystone/admin/.next/static/chunks/webpack.js +1202 -0
  24. package/starter/.keystone/admin/.next/static/development/_buildManifest.js +1 -0
  25. package/starter/.keystone/admin/.next/static/development/_middlewareManifest.js +1 -0
  26. package/starter/.keystone/admin/.next/static/development/_ssgManifest.js +1 -0
  27. package/starter/.keystone/admin/.next/trace +26 -22
  28. package/starter/.keystone/admin/pages/_app.js +11 -179
  29. package/starter/.keystone/admin/pages/api/__keystone_api_build.js +3 -4
  30. package/starter/.keystone/admin/pages/init.js +2 -6
  31. package/starter/.keystone/admin/pages/no-access.js +1 -1
  32. package/starter/.keystone/admin/pages/posts/[id].js +1 -1
  33. package/starter/.keystone/admin/pages/posts/index.js +1 -1
  34. package/starter/.keystone/admin/pages/signin.js +2 -8
  35. package/starter/.keystone/admin/pages/tags/[id].js +1 -1
  36. package/starter/.keystone/admin/pages/tags/index.js +1 -1
  37. package/starter/.keystone/admin/pages/users/[id].js +1 -1
  38. package/starter/.keystone/admin/pages/users/index.js +1 -1
  39. package/starter/.keystone/admin/tsconfig.json +2 -1
  40. package/starter/CHANGELOG.md +22 -0
  41. package/starter/auth.ts +2 -2
  42. package/starter/keystone.db +0 -0
  43. package/starter/keystone.ts +1 -1
  44. package/starter/package.json +12 -9
  45. package/starter/schema.graphql +51 -51
  46. package/starter/schema.prisma +4 -5
  47. package/starter/schema.ts +10 -4
  48. package/CHANGELOG.md +0 -157
  49. package/starter/.keystone/admin/.next/BUILD_ID +0 -1
  50. package/starter/.keystone/admin/.next/cache/webpack/client-production/0.pack +0 -0
  51. package/starter/.keystone/admin/.next/cache/webpack/client-production/index.pack +0 -0
  52. package/starter/.keystone/admin/.next/cache/webpack/server-production/0.pack +0 -0
  53. package/starter/.keystone/admin/.next/cache/webpack/server-production/index.pack +0 -0
  54. package/starter/.keystone/admin/.next/export-marker.json +0 -1
  55. package/starter/.keystone/admin/.next/images-manifest.json +0 -1
  56. package/starter/.keystone/admin/.next/prerender-manifest.json +0 -1
  57. package/starter/.keystone/admin/.next/required-server-files.json +0 -1
  58. package/starter/.keystone/admin/.next/routes-manifest.json +0 -1
  59. package/starter/.keystone/admin/.next/server/chunks/240.js +0 -14009
  60. package/starter/.keystone/admin/.next/server/font-manifest.json +0 -1
  61. package/starter/.keystone/admin/.next/server/pages/404.html +0 -1
  62. package/starter/.keystone/admin/.next/server/pages/500.html +0 -1
  63. package/starter/.keystone/admin/.next/server/pages/index.html +0 -1
  64. package/starter/.keystone/admin/.next/server/pages/init.html +0 -1
  65. package/starter/.keystone/admin/.next/server/pages/no-access.html +0 -1
  66. package/starter/.keystone/admin/.next/server/pages/posts/[id].html +0 -1
  67. package/starter/.keystone/admin/.next/server/pages/posts.html +0 -1
  68. package/starter/.keystone/admin/.next/server/pages/signin.html +0 -1
  69. package/starter/.keystone/admin/.next/server/pages/tags/[id].html +0 -1
  70. package/starter/.keystone/admin/.next/server/pages/tags.html +0 -1
  71. package/starter/.keystone/admin/.next/server/pages/users/[id].html +0 -1
  72. package/starter/.keystone/admin/.next/server/pages/users.html +0 -1
  73. package/starter/.keystone/admin/.next/static/chunks/845-5539e5cef7ad50cce2e3.js +0 -29
  74. package/starter/.keystone/admin/.next/static/chunks/882-9860297ca4605e1a1a0a.js +0 -35
  75. package/starter/.keystone/admin/.next/static/chunks/framework-f9027f68f44ebbf3e174.js +0 -1
  76. package/starter/.keystone/admin/.next/static/chunks/main-76a462729396bcfabf1b.js +0 -1
  77. package/starter/.keystone/admin/.next/static/chunks/pages/_app-d509355e2565bcb71899.js +0 -256
  78. package/starter/.keystone/admin/.next/static/chunks/pages/_error-e474cef4d019fc6ee7d4.js +0 -1
  79. package/starter/.keystone/admin/.next/static/chunks/pages/index-298e0c9b59ac630228e4.js +0 -17
  80. package/starter/.keystone/admin/.next/static/chunks/pages/init-94d4b032c41cc3c12e0d.js +0 -9
  81. package/starter/.keystone/admin/.next/static/chunks/pages/no-access-13f9226067042a423dc6.js +0 -1
  82. package/starter/.keystone/admin/.next/static/chunks/pages/posts/[id]-f45c7c270de5326d8339.js +0 -1
  83. package/starter/.keystone/admin/.next/static/chunks/pages/posts-bd996323004b12ae185b.js +0 -1
  84. package/starter/.keystone/admin/.next/static/chunks/pages/signin-b7a27af2c1cca197a4e5.js +0 -14
  85. package/starter/.keystone/admin/.next/static/chunks/pages/tags/[id]-ff349a8664f7df16d190.js +0 -1
  86. package/starter/.keystone/admin/.next/static/chunks/pages/tags-e255b296f4cb3c74438b.js +0 -1
  87. package/starter/.keystone/admin/.next/static/chunks/pages/users/[id]-072af9943b94b1a26491.js +0 -1
  88. package/starter/.keystone/admin/.next/static/chunks/pages/users-2c04aa80b5a8479e8638.js +0 -1
  89. package/starter/.keystone/admin/.next/static/chunks/webpack-613fd858cdb9cf2af3be.js +0 -1
  90. package/starter/.keystone/admin/.next/static/vMUSAlVTH8qaayrNeoQKH/_buildManifest.js +0 -1
  91. package/starter/.keystone/admin/.next/static/vMUSAlVTH8qaayrNeoQKH/_ssgManifest.js +0 -1
package/CHANGELOG.md DELETED
@@ -1,157 +0,0 @@
1
- # create-keystone-app
2
-
3
- ## 5.0.1
4
-
5
- ### Patch Changes
6
-
7
- - [#218](https://github.com/keystonejs/create-keystone-app/pull/218) [`7547ee5`](https://github.com/keystonejs/create-keystone-app/commit/7547ee505c056cf18e7f9a6babdc0f51205b7d8c) Thanks [@renovate](https://github.com/apps/renovate)! - Updated Keystone dependencies to latest version.
8
-
9
- ## 5.0.0
10
-
11
- ### Major Changes
12
-
13
- - [#201](https://github.com/keystonejs/create-keystone-app/pull/201) [`ee98fdb`](https://github.com/keystonejs/create-keystone-app/commit/ee98fdba87ee303e47790aa146575316de299fb6) Thanks [@Noviny](https://github.com/Noviny)! - Switch to use sqlite as the default database
14
-
15
- ## 4.0.15
16
-
17
- ### Patch Changes
18
-
19
- - [#199](https://github.com/keystonejs/create-keystone-app/pull/199) [`fe7523d`](https://github.com/keystonejs/create-keystone-app/commit/fe7523dc1ee04d46a7d506554418fd3812729b46) Thanks [@renovate](https://github.com/apps/renovate)! - Updated Keystone dependencies to latest version.
20
-
21
- ## 4.0.14
22
-
23
- ### Patch Changes
24
-
25
- - [#194](https://github.com/keystonejs/create-keystone-app/pull/194) [`16614e1`](https://github.com/keystonejs/create-keystone-app/commit/16614e10160b2b0899ec0fe7cad5e3eeff129b3c) Thanks [@renovate](https://github.com/apps/renovate)! - Updated Keystone dependencies to latest version.
26
-
27
- ## 4.0.13
28
-
29
- ### Patch Changes
30
-
31
- - [#188](https://github.com/keystonejs/create-keystone-app/pull/188) [`621adbe`](https://github.com/keystonejs/create-keystone-app/commit/621adbe62de80a79b0759d3e806816b4097bb2a7) Thanks [@bladey](https://github.com/bladey)! - Updated Keystone dependencies to latest version.
32
-
33
- ## 4.0.12
34
-
35
- ### Patch Changes
36
-
37
- - [#173](https://github.com/keystonejs/create-keystone-app/pull/173) [`b8cf267`](https://github.com/keystonejs/create-keystone-app/commit/b8cf26719456a0c88788f6d6ea3fec05af2b57a6) Thanks [@renovate](https://github.com/apps/renovate)! - Updated Keystone dependencies to latest version.
38
-
39
- ## 4.0.11
40
-
41
- ### Patch Changes
42
-
43
- - [#166](https://github.com/keystonejs/create-keystone-app/pull/166) [`c853425`](https://github.com/keystonejs/create-keystone-app/commit/c8534250489c33e40323a69c41e644d7199f7329) Thanks [@renovate](https://github.com/apps/renovate)! - Updated Keystone dependencies to latest version.
44
-
45
- ## 4.0.10
46
-
47
- ### Patch Changes
48
-
49
- - [#157](https://github.com/keystonejs/create-keystone-app/pull/157) [`437237f`](https://github.com/keystonejs/create-keystone-app/commit/437237f671ae40fdbd1bed19ebc272cbb31cbfe6) Thanks [@renovate](https://github.com/apps/renovate)! - Updated Keystone dependencies to latest version.
50
-
51
- ## 4.0.9
52
-
53
- ### Patch Changes
54
-
55
- - [#150](https://github.com/keystonejs/create-keystone-app/pull/150) [`2af99bf`](https://github.com/keystonejs/create-keystone-app/commit/2af99bf669114eb3cd562abb707729a24aee533e) Thanks [@bladey](https://github.com/bladey)! - Updated Keystone dependencies to latest version.
56
-
57
- ## 4.0.8
58
-
59
- ### Patch Changes
60
-
61
- - [#143](https://github.com/keystonejs/create-keystone-app/pull/143) [`4aa566a`](https://github.com/keystonejs/create-keystone-app/commit/4aa566a8c2dccfab1264518f90d62899b467f15d) Thanks [@bladey](https://github.com/bladey)! - Updated Keystone dependencies to latest version.
62
-
63
- Updated README with getting starting instructions.
64
-
65
- ## 4.0.7
66
-
67
- ### Patch Changes
68
-
69
- - [#137](https://github.com/keystonejs/create-keystone-app/pull/137) [`a779d69`](https://github.com/keystonejs/create-keystone-app/commit/a779d691f385d152478d49a5f01ceb1bc0cc69ac) Thanks [@renovate](https://github.com/apps/renovate)! - Updated Keystone dependencies to latest version.
70
-
71
- ## 4.0.6
72
-
73
- ### Patch Changes
74
-
75
- - [#122](https://github.com/keystonejs/create-keystone-app/pull/122) [`60f1454`](https://github.com/keystonejs/create-keystone-app/commit/60f1454e354f37a587a75d7cb54c165862fc392d) Thanks [@renovate](https://github.com/apps/renovate)! - Updated Keystone dependencies to latest version.
76
-
77
- ## 4.0.5
78
-
79
- ### Patch Changes
80
-
81
- - [#116](https://github.com/keystonejs/create-keystone-app/pull/116) [`d532c8f`](https://github.com/keystonejs/create-keystone-app/commit/d532c8fcc243fd4d37d45a47eb4a1c7698fca494) Thanks [@bladey](https://github.com/bladey)! - Updated Keystone dependencies to latest version.
82
-
83
- ## 4.0.4
84
-
85
- ### Patch Changes
86
-
87
- - [#101](https://github.com/keystonejs/create-keystone-app/pull/101) [`446bf0e`](https://github.com/keystonejs/create-keystone-app/commit/446bf0e745e30d814a438c81eb8f7dd275174ff9) Thanks [@renovate](https://github.com/apps/renovate)! - Updated Keystone dependencies to latest version.
88
-
89
- ## 4.0.3
90
-
91
- ### Patch Changes
92
-
93
- - [#97](https://github.com/keystonejs/create-keystone-app/pull/97) [`4e47f27`](https://github.com/keystonejs/create-keystone-app/commit/4e47f27aa9f5925b6346960ee080758c8bfe34df) Thanks [@renovate](https://github.com/apps/renovate)! - Updated Keystone dependencies to latest version.
94
-
95
- ## 4.0.2
96
-
97
- ### Patch Changes
98
-
99
- - [#94](https://github.com/keystonejs/create-keystone-app/pull/94) [`be83fa6`](https://github.com/keystonejs/create-keystone-app/commit/be83fa60e004a2f11e65a0bc553312732912a828) Thanks [@bladey](https://github.com/bladey)! - Updated Keystone dependencies to latest version.
100
-
101
- ## 4.0.1
102
-
103
- ### Patch Changes
104
-
105
- - [#74](https://github.com/keystonejs/create-keystone-app/pull/74) [`79f19f5`](https://github.com/keystonejs/create-keystone-app/commit/79f19f51a6648941c15ac4f03bc0807a5670cb55) Thanks [@timleslie](https://github.com/timleslie)! - Updated `password` field in starter project to be `{ isRequired: true }`.
106
-
107
- ## 4.0.0
108
-
109
- ### Major Changes
110
-
111
- - [#65](https://github.com/keystonejs/create-keystone-next-app/pull/65) [`49c5ff2`](https://github.com/keystonejs/create-keystone-next-app/commit/49c5ff2d9892de0692a05a1f1dc01501f2979bc8) Thanks [@bladey](https://github.com/bladey)! - Updated to use Keystone Next packages instead of Keystone 5.
112
-
113
- ## 1.2.2
114
-
115
- ### Patch Changes
116
-
117
- - [#66](https://github.com/keystonejs/create-keystone-next-app/pull/66) [`f44867a`](https://github.com/keystonejs/create-keystone-next-app/commit/f44867a56626824e96a2135b2ec1eee07da9fde5) Thanks [@bladey](https://github.com/bladey)! - Added notice to advise users to use `create-keystone-app` instead of `create-keystone-next-app`.
118
-
119
- ## 1.2.1
120
-
121
- ### Patch Changes
122
-
123
- - [#52](https://github.com/keystonejs/create-keystone-next-app/pull/52) [`1b363c4`](https://github.com/keystonejs/create-keystone-next-app/commit/1b363c41cd96299e68cd3d9db3be94b13a7844e5) Thanks [@renovate](https://github.com/apps/renovate)! - Updated Keystone dependencies.
124
-
125
- ## 1.2.0
126
-
127
- ### Minor Changes
128
-
129
- - [#30](https://github.com/keystonejs/create-keystone-next-app/pull/30) [`fb45d53`](https://github.com/keystonejs/create-keystone-next-app/commit/fb45d53445ba2ec1fb30680e90c293d40c293d00) Thanks [@jesstelford](https://github.com/jesstelford)! - Updated script to show a loading spinner instead of the raw yarn or npm output.
130
-
131
- ### Patch Changes
132
-
133
- - [#36](https://github.com/keystonejs/create-keystone-next-app/pull/36) [`94f9f26`](https://github.com/keystonejs/create-keystone-next-app/commit/94f9f267eea6862605ca443a83997062eeeb6b92) Thanks [@renovate](https://github.com/apps/renovate)! - Updated Keystone dependencies.
134
-
135
- * [#46](https://github.com/keystonejs/create-keystone-next-app/pull/46) [`9cbc860`](https://github.com/keystonejs/create-keystone-next-app/commit/9cbc8608c42c4406e574dad12e2f871754ff5450) Thanks [@dominikwilkowski](https://github.com/dominikwilkowski)! - Fixed a windows issue where the package would not run via npx or npm init
136
-
137
- - [#50](https://github.com/keystonejs/create-keystone-next-app/pull/50) [`ceca306`](https://github.com/keystonejs/create-keystone-next-app/commit/ceca306853469eda199dc3d7b1c8ee411f414e9b) Thanks [@dominikwilkowski](https://github.com/dominikwilkowski)! - Updated keystone-next dependencies
138
-
139
- * [#28](https://github.com/keystonejs/create-keystone-next-app/pull/28) [`b52d27e`](https://github.com/keystonejs/create-keystone-next-app/commit/b52d27e4d2ad447cf4a5a268c6ccda65723d8d2f) Thanks [@dominikwilkowski](https://github.com/dominikwilkowski)! - Removed a single trailing space in tsconfig.json
140
-
141
- ## 1.1.0
142
-
143
- ### Minor Changes
144
-
145
- - [#24](https://github.com/keystonejs/create-keystone-next-app/pull/24) [`736c845`](https://github.com/keystonejs/create-keystone-next-app/commit/736c845d677e8520cb2263b5ae9122c1cc1590bf) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Updated Keystone
146
-
147
- ## 1.0.0
148
-
149
- ### Major Changes
150
-
151
- - [`4f63ae3`](https://github.com/keystonejs/create-keystone-next-app/commit/4f63ae383f1995ba7494390717f628bed135d7b0) [#15](https://github.com/keystonejs/create-keystone-next-app/pull/15) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Updated to the latest version of Keystone Next
152
-
153
- ## 0.0.1
154
-
155
- ### Patch Changes
156
-
157
- - [`201af8b`](https://github.com/keystonejs/create-keystone-next-app/commit/201af8b9b96edf5f63cf36c1540393f34fe06848) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Improved output after creating project
@@ -1 +0,0 @@
1
- vMUSAlVTH8qaayrNeoQKH
@@ -1 +0,0 @@
1
- {"version":1,"hasExportPathMap":false,"exportTrailingSlash":false,"isNextImageImported":false}
@@ -1 +0,0 @@
1
- {"version":1,"images":{"deviceSizes":[640,750,828,1080,1200,1920,2048,3840],"imageSizes":[16,32,48,64,96,128,256,384],"path":"/_next/image","loader":"default","domains":[],"disableStaticImages":false,"minimumCacheTTL":60,"sizes":[640,750,828,1080,1200,1920,2048,3840,16,32,48,64,96,128,256,384]}}
@@ -1 +0,0 @@
1
- {"version":3,"routes":{},"dynamicRoutes":{},"preview":{"previewModeId":"eb572134049ce0f0f731425dfd55f9e5","previewModeSigningKey":"c37421d29ec0e09b34fc3689b7e249fcf18fdfe9d2f21c431b57f2014f9fc6b5","previewModeEncryptionKey":"570a6abc6a6d76de82625c9120fb40044b3f81fd22f4ce35be0913825d5d7f4a"},"notFoundRoutes":[]}
@@ -1 +0,0 @@
1
- {"version":1,"config":{"env":{},"webpackDevMiddleware":null,"eslint":{"ignoreDuringBuilds":true},"typescript":{"ignoreBuildErrors":true},"distDir":".next","cleanDistDir":true,"assetPrefix":"","configOrigin":"next.config.js","useFileSystemPublicRoutes":true,"generateEtags":true,"pageExtensions":["tsx","ts","jsx","js"],"target":"server","poweredByHeader":true,"compress":false,"analyticsId":"","images":{"deviceSizes":[640,750,828,1080,1200,1920,2048,3840],"imageSizes":[16,32,48,64,96,128,256,384],"path":"/_next/image","loader":"default","domains":[],"disableStaticImages":false,"minimumCacheTTL":60},"devIndicators":{"buildActivity":true},"onDemandEntries":{"maxInactiveAge":60000,"pagesBufferLength":2},"amp":{"canonicalBase":""},"basePath":"","sassOptions":{},"trailingSlash":false,"i18n":null,"productionBrowserSourceMaps":false,"optimizeFonts":true,"excludeDefaultMomentLocales":true,"serverRuntimeConfig":{},"publicRuntimeConfig":{},"reactStrictMode":false,"httpAgentOptions":{"keepAlive":true},"experimental":{"swcLoader":false,"swcMinify":false,"cpus":7,"sharedPool":false,"plugins":false,"profiling":false,"isrFlushToDisk":true,"workerThreads":false,"pageEnv":false,"optimizeImages":false,"optimizeCss":false,"scrollRestoration":false,"stats":false,"externalDir":false,"reactRoot":false,"disableOptimizedLoading":false,"gzipSize":true,"craCompat":false,"esmExternals":false,"staticPageGenerationTimeout":60,"isrMemoryCacheSize":52428800,"nftTracing":false,"concurrentFeatures":false},"future":{"strictPostcssConfiguration":false}},"appDir":"/Users/bladey/Sites/keystonejs/create-keystone-app/create-keystone-app/starter/.keystone/admin","files":[".next/routes-manifest.json",".next/server/pages-manifest.json",".next/build-manifest.json",".next/prerender-manifest.json",".next/react-loadable-manifest.json",".next/server/font-manifest.json",".next/BUILD_ID"],"ignore":["../../../../node_modules/next/dist/compiled/@ampproject/toolbox-optimizer/**/*"]}
@@ -1 +0,0 @@
1
- {"version":3,"pages404":true,"basePath":"","redirects":[{"source":"/:path+/","destination":"/:path+","internal":true,"statusCode":308,"regex":"^(?:/((?:[^/]+?)(?:/(?:[^/]+?))*))/$"}],"headers":[],"dynamicRoutes":[{"page":"/posts/[id]","regex":"^/posts/([^/]+?)(?:/)?$","routeKeys":{"id":"id"},"namedRegex":"^/posts/(?<id>[^/]+?)(?:/)?$"},{"page":"/tags/[id]","regex":"^/tags/([^/]+?)(?:/)?$","routeKeys":{"id":"id"},"namedRegex":"^/tags/(?<id>[^/]+?)(?:/)?$"},{"page":"/users/[id]","regex":"^/users/([^/]+?)(?:/)?$","routeKeys":{"id":"id"},"namedRegex":"^/users/(?<id>[^/]+?)(?:/)?$"}],"dataRoutes":[],"rewrites":[]}