@takeshape/cli 9.89.3 → 9.90.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 +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takeshape/cli",
3
- "version": "9.89.3",
3
+ "version": "9.90.0",
4
4
  "description": "TakeShape CLI",
5
5
  "homepage": "https://www.takeshape.io",
6
6
  "repository": {
@@ -54,11 +54,11 @@
54
54
  "semver": "^6.3.0",
55
55
  "stream-to-promise": "^2.2.0",
56
56
  "tmp": "^0.0.33",
57
- "@takeshape/branches": "9.89.3",
58
- "@takeshape/streams": "9.89.3",
59
- "@takeshape/schema": "9.89.3",
60
- "@takeshape/util": "9.89.3",
61
- "@takeshape/ssg": "9.89.3"
57
+ "@takeshape/branches": "9.90.0",
58
+ "@takeshape/streams": "9.90.0",
59
+ "@takeshape/schema": "9.90.0",
60
+ "@takeshape/ssg": "9.90.0",
61
+ "@takeshape/util": "9.90.0"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@types/archiver": "^3.1.0",
@@ -80,7 +80,7 @@
80
80
  "graphql": "16.6.0",
81
81
  "nock": "^13.2.9",
82
82
  "unzipper": "^0.10.11",
83
- "@takeshape/typescript-jest-junit-reporter": "9.89.3"
83
+ "@takeshape/typescript-jest-junit-reporter": "9.90.0"
84
84
  },
85
85
  "engines": {
86
86
  "node": ">=16"
@@ -93,7 +93,7 @@
93
93
  "build:js": "cross-env BABEL_MODULES=commonjs babel src --out-dir dist --extensions \".js,.ts\" --ignore '**/__tests__'",
94
94
  "build:types": "tsc --emitDeclarationOnly --project tsconfig.build.json",
95
95
  "build:types:ci": "mkdir -p \"${GITHUB_WORKSPACE}/typecheck-results/${npm_package_name#*\\/}\" && tsc --emitDeclarationOnly --project tsconfig.build.json --pretty false | typescript-jest-junit-reporter | tee \"${GITHUB_WORKSPACE}/typecheck-results/${npm_package_name#*\\/}/typescript-results.xml\"",
96
- "clean": "rimraf build dist *.tsbuildinfo",
96
+ "clean": "del-cli build dist *.tsbuildinfo",
97
97
  "lint": "eslint . --ext .js,.ts,.json",
98
98
  "lint:ci": "pnpm lint --quiet --format json -o \"${GITHUB_WORKSPACE}/test-results/${npm_package_name#*\\/}/eslint-results.json\"",
99
99
  "lint:code:ci": "pnpm lint --quiet --format junit -o \"${HOME}/test-results/${npm_package_name#*\\/}/eslint-results.xml\"",