create-soybean 0.6.5 → 0.6.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-soybean",
3
- "version": "0.6.5",
3
+ "version": "0.6.6",
4
4
  "description": "SoybeanJS's command line to create different project templates",
5
5
  "author": {
6
6
  "name": "Soybean",
@@ -20,14 +20,14 @@
20
20
  "template-*"
21
21
  ],
22
22
  "dependencies": {
23
- "consola": "^3.2.3",
23
+ "consola": "3.2.3",
24
24
  "kolorist": "1.8.0",
25
25
  "minimist": "1.2.8",
26
- "prompts": "^2.4.2"
26
+ "prompts": "2.4.2"
27
27
  },
28
28
  "devDependencies": {
29
- "@types/minimist": "^1.2.2",
30
- "@types/prompts": "^2.4.4",
29
+ "@types/minimist": "1.2.2",
30
+ "@types/prompts": "2.4.4",
31
31
  "typescript": "5.1.6",
32
32
  "unbuild": "1.2.1"
33
33
  },
@@ -31,3 +31,4 @@ coverage
31
31
 
32
32
  package-lock.json
33
33
  yarn.lock
34
+ pnpm-lock.yaml
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "template-react",
3
- "version": "0.6.5",
3
+ "version": "0.6.6",
4
4
  "scripts": {}
5
5
  }
@@ -31,3 +31,4 @@ coverage
31
31
 
32
32
  package-lock.json
33
33
  yarn.lock
34
+ pnpm-lock.yaml
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "template-react-native",
3
- "version": "0.6.5",
3
+ "version": "0.6.6",
4
4
  "scripts": {}
5
5
  }
@@ -31,3 +31,4 @@ coverage
31
31
 
32
32
  package-lock.json
33
33
  yarn.lock
34
+ pnpm-lock.yaml
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "template-solid",
3
- "version": "0.6.5",
3
+ "version": "0.6.6",
4
4
  "scripts": {}
5
5
  }
@@ -8,10 +8,6 @@
8
8
  "formulahendry.auto-close-tag",
9
9
  "formulahendry.auto-rename-tag",
10
10
  "kisstkondoros.vscode-gutter-preview",
11
- "mariusalchimavicius.json-to-ts",
12
- "mhutchie.git-graph",
13
- "sdras.vue-vscode-snippets",
14
- "vue.volar",
15
- "vue.vscode-typescript-vue-plugin"
11
+ "mhutchie.git-graph"
16
12
  ]
17
13
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.2.0",
2
+ "version": "1.0.0",
3
3
  "configurations": [
4
4
  {
5
5
  "type": "node",
@@ -12,8 +12,7 @@
12
12
  "eslint.validate": ["json"],
13
13
  "files.associations": {
14
14
  "*.env.*": "dotenv",
15
- "*.svg": "html",
16
- ".*rc": "json"
15
+ "*.svg": "html"
17
16
  },
18
17
  "files.eol": "\n",
19
18
  "[html][css][less][scss][sass][markdown][yaml][yml][jsonc]": {
@@ -31,3 +31,4 @@ coverage
31
31
 
32
32
  package-lock.json
33
33
  yarn.lock
34
+ pnpm-lock.yaml
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-lib-starter",
3
- "version": "0.6.5",
3
+ "version": "0.6.6",
4
4
  "exports": {
5
5
  ".": {
6
6
  "import": "./dist/index.mjs",
@@ -16,12 +16,29 @@
16
16
  ],
17
17
  "scripts": {
18
18
  "build": "pnpm typecheck && unbuild",
19
- "typecheck": "tsc --noEmit"
19
+ "typecheck": "tsc --noEmit",
20
+ "lint": "eslint . --fix",
21
+ "format": "soy prettier-write",
22
+ "commit": "soy git-commit",
23
+ "cleanup": "soy cleanup",
24
+ "ncu": "soy ncu",
25
+ "publish-pkg": "pnpm publish --access public",
26
+ "release": "soy release && pnpm build && pnpm publish-pkg"
27
+ },
28
+ "dependencies": {
29
+ "cli-progress": "3.12.0",
30
+ "consola": "3.2.3",
31
+ "dayjs": "1.11.9",
32
+ "execa": "7.2.0",
33
+ "kolorist": "1.8.0",
34
+ "ofetch": "1.1.1"
20
35
  },
21
36
  "devDependencies": {
22
- "@types/node": "20.4.5",
23
- "eslint": "8.45.0",
24
- "eslint-config-soybeanjs": "0.5.3",
37
+ "@types/cli-progress": "3.11.0",
38
+ "@types/node": "20.4.6",
39
+ "eslint": "8.46.0",
40
+ "eslint-config-soybeanjs": "0.5.4",
41
+ "tsx": "3.12.7",
25
42
  "typescript": "5.1.6",
26
43
  "unbuild": "1.2.1"
27
44
  }
@@ -12,8 +12,7 @@
12
12
  "eslint.validate": ["json"],
13
13
  "files.associations": {
14
14
  "*.env.*": "dotenv",
15
- "*.svg": "html",
16
- ".*rc": "json"
15
+ "*.svg": "html"
17
16
  },
18
17
  "files.eol": "\n",
19
18
  "[html][css][less][scss][sass][markdown][yaml][yml][jsonc]": {
@@ -31,3 +31,4 @@ coverage
31
31
 
32
32
  package-lock.json
33
33
  yarn.lock
34
+ pnpm-lock.yaml
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "template-vue",
3
- "version": "0.6.5",
3
+ "version": "0.6.6",
4
4
  "private": true,
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -16,15 +16,15 @@
16
16
  "vue-router": "4.2.4"
17
17
  },
18
18
  "devDependencies": {
19
- "@soybeanjs/cli": "0.6.3",
20
- "@types/node": "20.4.5",
19
+ "@soybeanjs/cli": "0.6.5",
20
+ "@types/node": "20.4.6",
21
21
  "@vitejs/plugin-vue": "4.2.3",
22
22
  "@vitejs/plugin-vue-jsx": "3.0.1",
23
- "eslint": "8.45.0",
24
- "eslint-config-soybeanjs": "0.5.3",
23
+ "eslint": "8.46.0",
24
+ "eslint-config-soybeanjs": "0.5.4",
25
25
  "npm-run-all": "4.1.5",
26
26
  "typescript": "5.1.6",
27
- "vite": "4.4.7",
27
+ "vite": "4.4.8",
28
28
  "vue-tsc": "1.8.8"
29
29
  }
30
30
  }