create-cloudflare 2.0.0 → 2.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 (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +51 -51
package/dist/cli.js CHANGED
@@ -44367,7 +44367,7 @@ var Yargs = YargsFactory(esm_default);
44367
44367
  var yargs_default = Yargs;
44368
44368
 
44369
44369
  // package.json
44370
- var version = "2.0.0";
44370
+ var version = "2.0.1";
44371
44371
 
44372
44372
  // src/pages.ts
44373
44373
  var import_path8 = require("path");
package/package.json CHANGED
@@ -1,52 +1,52 @@
1
1
  {
2
- "name": "create-cloudflare",
3
- "version": "2.0.0",
4
- "description": "",
5
- "license": "ISC",
6
- "author": "",
7
- "exports": {
8
- ".": "./dist/cli.js"
9
- },
10
- "main": "./dist/cli.js",
11
- "bin": "./dist/cli.js",
12
- "files": [
13
- "./dist",
14
- "./templates"
15
- ],
16
- "scripts": {
17
- "build": "node scripts/build.js",
18
- "check:lint": "eslint .",
19
- "check:type": "tsc --noEmit",
20
- "test:e2e": "npm run build && vitest run --config ./vitest-e2e.config.ts",
21
- "test:unit": "vitest run --config ./vitest.config.ts",
22
- "watch": "node scripts/build.js --watch"
23
- },
24
- "dependencies": {},
25
- "devDependencies": {
26
- "@babel/parser": "^7.21.3",
27
- "@babel/types": "^7.21.4",
28
- "@clack/prompts": "^0.6.3",
29
- "@cloudflare/workers-types": "^4.20230419.0",
30
- "@types/command-exists": "^1.2.0",
31
- "@types/esprima": "^4.0.3",
32
- "@types/node": "^18.15.3",
33
- "@types/which-pm-runs": "^1.0.0",
34
- "@types/yargs": "^17.0.22",
35
- "@typescript-eslint/eslint-plugin": "^5.55.0",
36
- "@typescript-eslint/parser": "^5.55.0",
37
- "chalk": "^5.2.0",
38
- "command-exists": "^1.2.9",
39
- "esbuild": "^0.17.12",
40
- "execa": "^7.1.1",
41
- "haikunator": "^2.1.2",
42
- "log-update": "^5.0.1",
43
- "recast": "^0.22.0",
44
- "typescript": "^5.0.2",
45
- "undici": "^5.22.0",
46
- "vite-tsconfig-paths": "^4.0.8",
47
- "vitest": "^0.30.0",
48
- "which-pm-runs": "^1.1.0",
49
- "wrangler": "^2.13.0",
50
- "yargs": "^17.7.1"
51
- }
52
- }
2
+ "name": "create-cloudflare",
3
+ "version": "2.0.1",
4
+ "description": "",
5
+ "license": "ISC",
6
+ "author": "",
7
+ "exports": {
8
+ ".": "./dist/cli.js"
9
+ },
10
+ "main": "./dist/cli.js",
11
+ "bin": "./dist/cli.js",
12
+ "files": [
13
+ "./dist",
14
+ "./templates"
15
+ ],
16
+ "scripts": {
17
+ "build": "node scripts/build.js",
18
+ "check:lint": "eslint .",
19
+ "check:type": "tsc --noEmit",
20
+ "test:e2e": "npm run build && vitest run --config ./vitest-e2e.config.ts",
21
+ "test:unit": "vitest run --config ./vitest.config.ts",
22
+ "watch": "node scripts/build.js --watch"
23
+ },
24
+ "dependencies": {},
25
+ "devDependencies": {
26
+ "@babel/parser": "^7.21.3",
27
+ "@babel/types": "^7.21.4",
28
+ "@clack/prompts": "^0.6.3",
29
+ "@cloudflare/workers-types": "^4.20230419.0",
30
+ "@types/command-exists": "^1.2.0",
31
+ "@types/esprima": "^4.0.3",
32
+ "@types/node": "^18.15.3",
33
+ "@types/which-pm-runs": "^1.0.0",
34
+ "@types/yargs": "^17.0.22",
35
+ "@typescript-eslint/eslint-plugin": "^5.55.0",
36
+ "@typescript-eslint/parser": "^5.55.0",
37
+ "chalk": "^5.2.0",
38
+ "command-exists": "^1.2.9",
39
+ "esbuild": "^0.17.12",
40
+ "execa": "^7.1.1",
41
+ "haikunator": "^2.1.2",
42
+ "log-update": "^5.0.1",
43
+ "recast": "^0.22.0",
44
+ "typescript": "^5.0.2",
45
+ "undici": "^5.22.0",
46
+ "vite-tsconfig-paths": "^4.0.8",
47
+ "vitest": "^0.30.0",
48
+ "which-pm-runs": "^1.1.0",
49
+ "wrangler": "^2.13.0",
50
+ "yargs": "^17.7.1"
51
+ }
52
+ }