@takeshape/cli 8.294.0 → 9.0.0

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 (1) hide show
  1. package/package.json +7 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takeshape/cli",
3
- "version": "8.294.0",
3
+ "version": "9.0.0",
4
4
  "description": "TakeShape CLI",
5
5
  "homepage": "https://www.takeshape.io",
6
6
  "repository": {
@@ -10,7 +10,7 @@
10
10
  "author": "asprouse",
11
11
  "license": "MIT",
12
12
  "engines": {
13
- "node": ">=14"
13
+ "node": ">=16"
14
14
  },
15
15
  "bin": {
16
16
  "tsg": "./dist/deprecated.js",
@@ -57,11 +57,11 @@
57
57
  "semver": "^6.3.0",
58
58
  "stream-to-promise": "^2.2.0",
59
59
  "tmp": "^0.0.33",
60
- "@takeshape/branches": "8.294.0",
61
- "@takeshape/ssg": "8.294.0",
62
- "@takeshape/util": "8.294.0",
63
- "@takeshape/streams": "8.294.0",
64
- "@takeshape/schema": "8.294.0"
60
+ "@takeshape/schema": "9.0.0",
61
+ "@takeshape/branches": "9.0.0",
62
+ "@takeshape/ssg": "9.0.0",
63
+ "@takeshape/util": "9.0.0",
64
+ "@takeshape/streams": "9.0.0"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@types/archiver": "^3.1.0",
@@ -95,7 +95,6 @@
95
95
  "build:types": "tsc --emitDeclarationOnly --project tsconfig.build.json",
96
96
  "build:js": "cross-env BABEL_MODULES=commonjs babel src --out-dir dist --extensions \".js,.ts\" --ignore '**/__tests__'",
97
97
  "build:copy": "cp -rf build/src/* dist/",
98
- "will-it-blend": "pnpm typecheck && pnpm lint --quiet && pnpm test --silent --coverage false",
99
98
  "todo": "leasot 'src/**/*.{js,jsx,ts,tsx}'"
100
99
  }
101
100
  }