create-vitrify 0.6.3 → 0.6.5

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/cli.js CHANGED
@@ -49,7 +49,6 @@ const templateVariables = {
49
49
  description,
50
50
  author
51
51
  };
52
- // @ts-ignore
53
52
  const template = templates[templateName];
54
53
  const directoryUrl = template.url;
55
54
  const outputDir = new URL(`./${name}/`, cwdUrl);
package/dist/templates.js CHANGED
@@ -51,8 +51,10 @@ export const templates = {
51
51
  'beasties',
52
52
  'eslint',
53
53
  'eslint-config-prettier',
54
- 'eslint-plugin-prettier-vue',
54
+ 'eslint-plugin-prettier',
55
55
  'eslint-plugin-vue',
56
+ 'vue-eslint-parser',
57
+ 'typescript-eslint',
56
58
  'devcert',
57
59
  'fastify',
58
60
  'npm-run-all',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-vitrify",
3
- "version": "0.6.3",
3
+ "version": "0.6.5",
4
4
  "license": "MIT",
5
5
  "author": "Stefan van Herwijnen",
6
6
  "type": "module",
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "main": "dist/cli.js",
11
11
  "engines": {
12
- "node": ">=16.0.0"
12
+ "node": ">=20.0.0"
13
13
  },
14
14
  "repository": {
15
15
  "type": "git",
@@ -21,15 +21,15 @@
21
21
  },
22
22
  "homepage": "https://github.com/simsustech/vitrify/tree/main/packages/create-vitrify#readme",
23
23
  "dependencies": {
24
- "@vitrify/tools": "^0.3.1",
24
+ "@vitrify/tools": "^0.4.0",
25
25
  "handlebars": "^4.7.8",
26
- "@inquirer/prompts": "^7.2.4",
26
+ "@inquirer/prompts": "^7.3.1",
27
27
  "latest-version": "^9.0.0",
28
28
  "minimist": "^1.2.8"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/minimist": "^1.2.5",
32
- "@types/node": "^22.13.0",
32
+ "@types/node": "^22.13.1",
33
33
  "typescript": "^5.7.3",
34
34
  "vite": "^6.0.11",
35
35
  "vue": "^3.5.13"
File without changes
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html>
1
+ <!doctype html>
2
2
  <html lang="en">
3
3
  <head>
4
4
  <meta charset="UTF-8" />
@@ -5,7 +5,7 @@
5
5
  "packages/*"
6
6
  ],
7
7
  "engines": {
8
- "node": ">=12.2.0"
8
+ "node": ">=20.0.0"
9
9
  },
10
10
  "scripts": {}
11
11
  }
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html>
1
+ <!doctype html>
2
2
  <html lang="en">
3
3
  <head>
4
4
  <meta charset="UTF-8" />
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html>
1
+ <!doctype html>
2
2
  <html lang="en">
3
3
  <head>
4
4
  <meta charset="UTF-8" />
@@ -1,2 +0,0 @@
1
- .eslintrc.cjs
2
- node_modules/