create-keystone-app 7.0.0 → 7.0.2
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/dist/create-keystone-app.cjs.dev.js +4 -4
- package/dist/create-keystone-app.cjs.prod.js +4 -4
- package/package.json +4 -4
- package/starter/CHANGELOG.md +6 -144
- package/starter/package.json +16 -7
- package/starter/schema.graphql +1 -0
- package/starter/schema.prisma +3 -2
- package/starter/schema.ts +0 -1
|
@@ -44,7 +44,7 @@ var terminalLink__default = /*#__PURE__*/_interopDefault(terminalLink);
|
|
|
44
44
|
|
|
45
45
|
var currentPkgJson = {
|
|
46
46
|
name: "create-keystone-app",
|
|
47
|
-
version: "7.0.
|
|
47
|
+
version: "7.0.2",
|
|
48
48
|
main: "dist/create-keystone-app.cjs.js",
|
|
49
49
|
files: [
|
|
50
50
|
"dist",
|
|
@@ -55,15 +55,15 @@ var currentPkgJson = {
|
|
|
55
55
|
bin: "./bin.js",
|
|
56
56
|
license: "MIT",
|
|
57
57
|
dependencies: {
|
|
58
|
-
"@babel/runtime": "^7.
|
|
58
|
+
"@babel/runtime": "^7.18.9",
|
|
59
59
|
chalk: "^4.1.2",
|
|
60
60
|
enquirer: "^2.3.6",
|
|
61
61
|
execa: "^5.1.1",
|
|
62
|
-
"fs-extra": "^10.
|
|
62
|
+
"fs-extra": "^10.1.0",
|
|
63
63
|
meow: "^9.0.0",
|
|
64
64
|
ora: "^5.4.1",
|
|
65
65
|
"package-json": "^7.0.0",
|
|
66
|
-
semver: "^7.3.
|
|
66
|
+
semver: "^7.3.7",
|
|
67
67
|
"terminal-link": "^2.1.1"
|
|
68
68
|
}
|
|
69
69
|
};
|
|
@@ -44,7 +44,7 @@ var terminalLink__default = /*#__PURE__*/_interopDefault(terminalLink);
|
|
|
44
44
|
|
|
45
45
|
var currentPkgJson = {
|
|
46
46
|
name: "create-keystone-app",
|
|
47
|
-
version: "7.0.
|
|
47
|
+
version: "7.0.2",
|
|
48
48
|
main: "dist/create-keystone-app.cjs.js",
|
|
49
49
|
files: [
|
|
50
50
|
"dist",
|
|
@@ -55,15 +55,15 @@ var currentPkgJson = {
|
|
|
55
55
|
bin: "./bin.js",
|
|
56
56
|
license: "MIT",
|
|
57
57
|
dependencies: {
|
|
58
|
-
"@babel/runtime": "^7.
|
|
58
|
+
"@babel/runtime": "^7.18.9",
|
|
59
59
|
chalk: "^4.1.2",
|
|
60
60
|
enquirer: "^2.3.6",
|
|
61
61
|
execa: "^5.1.1",
|
|
62
|
-
"fs-extra": "^10.
|
|
62
|
+
"fs-extra": "^10.1.0",
|
|
63
63
|
meow: "^9.0.0",
|
|
64
64
|
ora: "^5.4.1",
|
|
65
65
|
"package-json": "^7.0.0",
|
|
66
|
-
semver: "^7.3.
|
|
66
|
+
semver: "^7.3.7",
|
|
67
67
|
"terminal-link": "^2.1.1"
|
|
68
68
|
}
|
|
69
69
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-keystone-app",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.2",
|
|
4
4
|
"main": "dist/create-keystone-app.cjs.js",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -11,15 +11,15 @@
|
|
|
11
11
|
"bin": "./bin.js",
|
|
12
12
|
"license": "MIT",
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@babel/runtime": "^7.
|
|
14
|
+
"@babel/runtime": "^7.18.9",
|
|
15
15
|
"chalk": "^4.1.2",
|
|
16
16
|
"enquirer": "^2.3.6",
|
|
17
17
|
"execa": "^5.1.1",
|
|
18
|
-
"fs-extra": "^10.
|
|
18
|
+
"fs-extra": "^10.1.0",
|
|
19
19
|
"meow": "^9.0.0",
|
|
20
20
|
"ora": "^5.4.1",
|
|
21
21
|
"package-json": "^7.0.0",
|
|
22
|
-
"semver": "^7.3.
|
|
22
|
+
"semver": "^7.3.7",
|
|
23
23
|
"terminal-link": "^2.1.1"
|
|
24
24
|
}
|
|
25
25
|
}
|
package/starter/CHANGELOG.md
CHANGED
|
@@ -1,155 +1,17 @@
|
|
|
1
|
-
# keystone-
|
|
2
|
-
|
|
3
|
-
## 5.0.0
|
|
4
|
-
|
|
5
|
-
### Major Changes
|
|
6
|
-
|
|
7
|
-
- [#260](https://github.com/keystonejs/create-keystone-app/pull/260) [`6288ac4`](https://github.com/keystonejs/create-keystone-app/commit/6288ac493d82a4f4f669f70daa2f24cefd8e375e) Thanks [@bladey](https://github.com/bladey)! - Updated to use Keystone 6.
|
|
8
|
-
|
|
9
|
-
## 3.1.0
|
|
10
|
-
|
|
11
|
-
### Minor Changes
|
|
12
|
-
|
|
13
|
-
- [#241](https://github.com/keystonejs/create-keystone-app/pull/241) [`d6ff06d`](https://github.com/keystonejs/create-keystone-app/commit/d6ff06d3a80830f37d5da07738a69e0af2edc039) Thanks [@bladey](https://github.com/bladey)! - Added engines to package.json to indicate required version of Node.js to run Keystone.
|
|
14
|
-
|
|
15
|
-
### Patch Changes
|
|
16
|
-
|
|
17
|
-
- [#237](https://github.com/keystonejs/create-keystone-app/pull/237) [`a65ef75`](https://github.com/keystonejs/create-keystone-app/commit/a65ef75c8ca21007aade0c77a6482cbf145ff679) Thanks [@renovate](https://github.com/apps/renovate)! - Updated Keystone dependencies to latest version.
|
|
18
|
-
|
|
19
|
-
## 3.0.2
|
|
20
|
-
|
|
21
|
-
### Patch Changes
|
|
22
|
-
|
|
23
|
-
- [#235](https://github.com/keystonejs/create-keystone-app/pull/235) [`9a3c00c`](https://github.com/keystonejs/create-keystone-app/commit/9a3c00cb6a719cef330955f8014f431c0ffa38d0) Thanks [@bladey](https://github.com/bladey)! - Updated Keystone dependencies to latest version.
|
|
24
|
-
|
|
25
|
-
## 3.0.1
|
|
26
|
-
|
|
27
|
-
### Patch Changes
|
|
28
|
-
|
|
29
|
-
- [#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.
|
|
30
|
-
|
|
31
|
-
* [#207](https://github.com/keystonejs/create-keystone-app/pull/207) [`f449831`](https://github.com/keystonejs/create-keystone-app/commit/f4498310ea66db1b287701e2e50a2486617859d9) Thanks [@Noviny](https://github.com/Noviny)! - Add code comments to help out new users
|
|
32
|
-
|
|
33
|
-
- [#212](https://github.com/keystonejs/create-keystone-app/pull/212) [`906412a`](https://github.com/keystonejs/create-keystone-app/commit/906412a1b3b791eeca90225e585c1bd91369a503) Thanks [@bladey](https://github.com/bladey)! - Updated README to refer to latest DB property when advising to use PostgresSQL.
|
|
34
|
-
|
|
35
|
-
## 3.0.0
|
|
36
|
-
|
|
37
|
-
### Major Changes
|
|
38
|
-
|
|
39
|
-
- [#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
|
|
40
|
-
|
|
41
|
-
## 2.0.14
|
|
42
|
-
|
|
43
|
-
### Patch Changes
|
|
44
|
-
|
|
45
|
-
- [#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.
|
|
46
|
-
|
|
47
|
-
## 2.0.13
|
|
48
|
-
|
|
49
|
-
### Patch Changes
|
|
50
|
-
|
|
51
|
-
- [#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.
|
|
52
|
-
|
|
53
|
-
## 2.0.12
|
|
54
|
-
|
|
55
|
-
### Patch Changes
|
|
56
|
-
|
|
57
|
-
- [#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.
|
|
58
|
-
|
|
59
|
-
## 2.0.11
|
|
60
|
-
|
|
61
|
-
### Patch Changes
|
|
62
|
-
|
|
63
|
-
- [#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.
|
|
64
|
-
|
|
65
|
-
## 2.0.10
|
|
66
|
-
|
|
67
|
-
### Patch Changes
|
|
68
|
-
|
|
69
|
-
- [#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.
|
|
70
|
-
|
|
71
|
-
## 2.0.9
|
|
72
|
-
|
|
73
|
-
### Patch Changes
|
|
74
|
-
|
|
75
|
-
- [#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.
|
|
76
|
-
|
|
77
|
-
## 2.0.8
|
|
78
|
-
|
|
79
|
-
### Patch Changes
|
|
80
|
-
|
|
81
|
-
- [#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.
|
|
82
|
-
|
|
83
|
-
Updated README with getting starting instructions.
|
|
84
|
-
|
|
85
|
-
## 2.0.7
|
|
86
|
-
|
|
87
|
-
### Patch Changes
|
|
88
|
-
|
|
89
|
-
- [#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.
|
|
90
|
-
|
|
91
|
-
## 2.0.6
|
|
92
|
-
|
|
93
|
-
### Patch Changes
|
|
94
|
-
|
|
95
|
-
- [#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.
|
|
96
|
-
|
|
97
|
-
## 2.0.5
|
|
98
|
-
|
|
99
|
-
### Patch Changes
|
|
100
|
-
|
|
101
|
-
- [#117](https://github.com/keystonejs/create-keystone-app/pull/117) [`8f74b59`](https://github.com/keystonejs/create-keystone-app/commit/8f74b5958c0892495f53ca7f16c12eab22bb5ce5) Thanks [@keystonejs-release-bot](https://github.com/keystonejs-release-bot)! - Updated Keystone dependencies to latest version.
|
|
102
|
-
|
|
103
|
-
## 2.0.4
|
|
104
|
-
|
|
105
|
-
### Patch Changes
|
|
106
|
-
|
|
107
|
-
- [#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.
|
|
108
|
-
|
|
109
|
-
## 2.0.3
|
|
110
|
-
|
|
111
|
-
### Patch Changes
|
|
112
|
-
|
|
113
|
-
- [#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.
|
|
114
|
-
|
|
115
|
-
## 2.0.2
|
|
116
|
-
|
|
117
|
-
### Patch Changes
|
|
118
|
-
|
|
119
|
-
- [#98](https://github.com/keystonejs/create-keystone-app/pull/98) [`89b9dfe`](https://github.com/keystonejs/create-keystone-app/commit/89b9dfe8e47cac6fd493fc661c965cdaad5a23d8) Thanks [@renovate](https://github.com/apps/renovate)! - Updated Keystone dependencies to latest version.
|
|
120
|
-
|
|
121
|
-
## 2.0.1
|
|
122
|
-
|
|
123
|
-
### Patch Changes
|
|
124
|
-
|
|
125
|
-
- [#84](https://github.com/keystonejs/create-keystone-app/pull/84) [`c89af36`](https://github.com/keystonejs/create-keystone-app/commit/c89af3675afa9e1b3c1ec157ab93a761d7914fdb) Thanks [@renovate](https://github.com/apps/renovate)! - Updated Keystone dependencies to latest version.
|
|
126
|
-
|
|
127
|
-
## 2.0.0
|
|
128
|
-
|
|
129
|
-
### Major Changes
|
|
130
|
-
|
|
131
|
-
- [#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.
|
|
1
|
+
# keystone-app
|
|
132
2
|
|
|
133
3
|
## 1.0.2
|
|
134
4
|
|
|
135
5
|
### Patch Changes
|
|
136
6
|
|
|
137
|
-
- [
|
|
7
|
+
- [`3b4360a`](https://github.com/keystonejs/create-keystone-app/commit/3b4360a114f00094e40fdc89dd4c82e1456b9ae5) Thanks [@dcousens](https://github.com/dcousens)! - Fix graphql@^15.8.0 and next@12.2.4 as pseudo-peer dependencies until next `@keystone-6/core` release
|
|
138
8
|
|
|
139
9
|
## 1.0.1
|
|
140
10
|
|
|
141
11
|
### Patch Changes
|
|
142
12
|
|
|
143
|
-
- [#
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
### Major Changes
|
|
148
|
-
|
|
149
|
-
- [`ed5125e`](https://github.com/keystonejs/create-keystone-next-app/commit/ed5125e857e327347182588fa3917c225d741185) [#11](https://github.com/keystonejs/create-keystone-next-app/pull/11) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Updated to the latest version of Keystone Next
|
|
150
|
-
|
|
151
|
-
## 0.0.1
|
|
152
|
-
|
|
153
|
-
### Patch Changes
|
|
13
|
+
- [#278](https://github.com/keystonejs/create-keystone-app/pull/278) [`26f9a79`](https://github.com/keystonejs/create-keystone-app/commit/26f9a79ef913915bac85657884f85ff7e4da46c2) Thanks [@Noviny](https://github.com/Noviny)! - Improve schema options for linking authors to posts:
|
|
14
|
+
- Add `inlineConnect: true` to the post's relationship to users
|
|
15
|
+
- Remove authors from being inline-creatable
|
|
154
16
|
|
|
155
|
-
- [`
|
|
17
|
+
* [#319](https://github.com/keystonejs/create-keystone-app/pull/319) [`94a859e`](https://github.com/keystonejs/create-keystone-app/commit/94a859e43123d2f348d5e21551d59bd7e257aa81) Thanks [@Achisingh](https://github.com/Achisingh)! - Fix dependencies and update schemas for the latest `keystone-6` release
|
package/starter/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "keystone-app",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"private": true,
|
|
5
5
|
"scripts": {
|
|
6
6
|
"dev": "keystone dev",
|
|
@@ -9,12 +9,21 @@
|
|
|
9
9
|
"postinstall": "keystone postinstall"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@keystone-6/auth": "^
|
|
13
|
-
"@keystone-6/core": "^2.
|
|
14
|
-
"@keystone-6/fields-document": "^
|
|
15
|
-
"
|
|
12
|
+
"@keystone-6/auth": "^4.0.0",
|
|
13
|
+
"@keystone-6/core": "^2.1.0",
|
|
14
|
+
"@keystone-6/fields-document": "^4.0.1",
|
|
15
|
+
"graphql": "^15.8.0",
|
|
16
|
+
"next": "12.2.4",
|
|
17
|
+
"typescript": "^4.7.4"
|
|
16
18
|
},
|
|
17
|
-
"
|
|
18
|
-
|
|
19
|
+
"// npm": "this is a temporary workaround for npm users, see https://github.com/keystonejs/create-keystone-app/pull/350",
|
|
20
|
+
"overrides": {
|
|
21
|
+
"graphql": "^15.8.0",
|
|
22
|
+
"next": "12.2.4"
|
|
23
|
+
},
|
|
24
|
+
"// yarn": "this is a temporary workaround for yarn users, see https://github.com/keystonejs/create-keystone-app/pull/350",
|
|
25
|
+
"resolutions": {
|
|
26
|
+
"graphql": "^15.8.0",
|
|
27
|
+
"next": "12.2.4"
|
|
19
28
|
}
|
|
20
29
|
}
|
package/starter/schema.graphql
CHANGED
package/starter/schema.prisma
CHANGED
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Modify your Keystone config when you want to change this.
|
|
3
3
|
|
|
4
4
|
datasource sqlite {
|
|
5
|
-
url
|
|
6
|
-
|
|
5
|
+
url = env("DATABASE_URL")
|
|
6
|
+
shadowDatabaseUrl = env("SHADOW_DATABASE_URL")
|
|
7
|
+
provider = "sqlite"
|
|
7
8
|
}
|
|
8
9
|
|
|
9
10
|
generator client {
|
package/starter/schema.ts
CHANGED
|
@@ -112,7 +112,6 @@ export const lists: Lists = {
|
|
|
112
112
|
inlineEdit: { fields: ['name', 'email'] },
|
|
113
113
|
linkToItem: true,
|
|
114
114
|
inlineConnect: true,
|
|
115
|
-
inlineCreate: { fields: ['name', 'email'] },
|
|
116
115
|
},
|
|
117
116
|
}),
|
|
118
117
|
// We also link posts to tags. This is a many <=> many linking.
|