create-keystone-app 10.0.2 → 10.0.3
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.
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from "./declarations/src/index";
|
|
1
|
+
export * from "./declarations/src/index.js";
|
|
2
2
|
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3JlYXRlLWtleXN0b25lLWFwcC5janMuZC50cyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4vZGVjbGFyYXRpb25zL3NyYy9pbmRleC5kLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIn0=
|
|
@@ -23,7 +23,7 @@ var ora__default = /*#__PURE__*/_interopDefault(ora);
|
|
|
23
23
|
|
|
24
24
|
var thisPackage = {
|
|
25
25
|
name: "create-keystone-app",
|
|
26
|
-
version: "10.0.
|
|
26
|
+
version: "10.0.3",
|
|
27
27
|
license: "MIT",
|
|
28
28
|
type: "module",
|
|
29
29
|
main: "dist/create-keystone-app.cjs.js",
|
|
@@ -65,7 +65,7 @@ async function checkVersion() {
|
|
|
65
65
|
console.error(`⚠️ You're running an old version of create-keystone-app, please update to ${upstream}`);
|
|
66
66
|
}
|
|
67
67
|
class UserError extends Error {}
|
|
68
|
-
const __dirname$1 = path__default["default"].dirname(node_url.fileURLToPath((typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('dist/create-keystone-app.cjs.dev.js', document.baseURI).href))));
|
|
68
|
+
const __dirname$1 = path__default["default"].dirname(node_url.fileURLToPath((typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.tagName.toUpperCase() === 'SCRIPT' && document.currentScript.src || new URL('dist/create-keystone-app.cjs.dev.js', document.baseURI).href))));
|
|
69
69
|
const starterDir = path__default["default"].normalize(`${__dirname$1}/../starter`);
|
|
70
70
|
const cli = meow__default["default"](`
|
|
71
71
|
Usage
|
|
@@ -121,7 +121,6 @@ async function normalizeArgs() {
|
|
|
121
121
|
- Read ${c__default["default"].bold(`${relativeProjectDir}${path__default["default"].sep}README.md`)} for additional getting started details.
|
|
122
122
|
- Edit ${c__default["default"].bold(`${relativeProjectDir}${path__default["default"].sep}keystone.ts`)} to customize your app.
|
|
123
123
|
- Star Keystone on GitHub (https://github.com/keystonejs/keystone)
|
|
124
|
-
)}
|
|
125
124
|
`);
|
|
126
125
|
})().catch(err => {
|
|
127
126
|
if (err instanceof UserError) {
|
|
@@ -23,7 +23,7 @@ var ora__default = /*#__PURE__*/_interopDefault(ora);
|
|
|
23
23
|
|
|
24
24
|
var thisPackage = {
|
|
25
25
|
name: "create-keystone-app",
|
|
26
|
-
version: "10.0.
|
|
26
|
+
version: "10.0.3",
|
|
27
27
|
license: "MIT",
|
|
28
28
|
type: "module",
|
|
29
29
|
main: "dist/create-keystone-app.cjs.js",
|
|
@@ -65,7 +65,7 @@ async function checkVersion() {
|
|
|
65
65
|
console.error(`⚠️ You're running an old version of create-keystone-app, please update to ${upstream}`);
|
|
66
66
|
}
|
|
67
67
|
class UserError extends Error {}
|
|
68
|
-
const __dirname$1 = path__default["default"].dirname(node_url.fileURLToPath((typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('dist/create-keystone-app.cjs.prod.js', document.baseURI).href))));
|
|
68
|
+
const __dirname$1 = path__default["default"].dirname(node_url.fileURLToPath((typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.tagName.toUpperCase() === 'SCRIPT' && document.currentScript.src || new URL('dist/create-keystone-app.cjs.prod.js', document.baseURI).href))));
|
|
69
69
|
const starterDir = path__default["default"].normalize(`${__dirname$1}/../starter`);
|
|
70
70
|
const cli = meow__default["default"](`
|
|
71
71
|
Usage
|
|
@@ -121,7 +121,6 @@ async function normalizeArgs() {
|
|
|
121
121
|
- Read ${c__default["default"].bold(`${relativeProjectDir}${path__default["default"].sep}README.md`)} for additional getting started details.
|
|
122
122
|
- Edit ${c__default["default"].bold(`${relativeProjectDir}${path__default["default"].sep}keystone.ts`)} to customize your app.
|
|
123
123
|
- Star Keystone on GitHub (https://github.com/keystonejs/keystone)
|
|
124
|
-
)}
|
|
125
124
|
`);
|
|
126
125
|
})().catch(err => {
|
|
127
126
|
if (err instanceof UserError) {
|
|
@@ -10,7 +10,7 @@ import ora from 'ora';
|
|
|
10
10
|
|
|
11
11
|
var thisPackage = {
|
|
12
12
|
name: "create-keystone-app",
|
|
13
|
-
version: "10.0.
|
|
13
|
+
version: "10.0.3",
|
|
14
14
|
license: "MIT",
|
|
15
15
|
type: "module",
|
|
16
16
|
main: "dist/create-keystone-app.cjs.js",
|
|
@@ -108,7 +108,6 @@ async function normalizeArgs() {
|
|
|
108
108
|
- Read ${c.bold(`${relativeProjectDir}${path.sep}README.md`)} for additional getting started details.
|
|
109
109
|
- Edit ${c.bold(`${relativeProjectDir}${path.sep}keystone.ts`)} to customize your app.
|
|
110
110
|
- Star Keystone on GitHub (https://github.com/keystonejs/keystone)
|
|
111
|
-
)}
|
|
112
111
|
`);
|
|
113
112
|
})().catch(err => {
|
|
114
113
|
if (err instanceof UserError) {
|