@naturalcycles/cli
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -0,1 +1,8 @@ | ||
## [1.2.4](https://github.com/NaturalCycles/cli/compare/v1.2.3...v1.2.4) (2021-05-24) | ||
### Bug Fixes | ||
* deps ([565cedc](https://github.com/NaturalCycles/cli/commit/565cedc8e4e052e14b8b19967a183174c5db49ee)) | ||
## [1.2.3](https://github.com/NaturalCycles/cli/compare/v1.2.2...v1.2.3) (2021-05-05) | ||
@@ -2,0 +9,0 @@ |
@@ -36,2 +36,3 @@ #!/usr/bin/env node | ||
// 'testscript.ts' | ||
// eslint-disable-next-line unicorn/no-unreadable-array-destructuring | ||
const [, , _scriptPath = '', ..._processArgs] = process.argv; | ||
@@ -38,0 +39,0 @@ const cwd = process.cwd(); |
@@ -10,10 +10,11 @@ { | ||
"chalk": "^4.0.0", | ||
"dotenv": "^9.0.0", | ||
"dotenv": "^10.0.0", | ||
"loud-rejection": "^2.2.0", | ||
"ts-node": "^9.0.0", | ||
"ts-node": "^10.0.0", | ||
"typescript": "^4.0.2" | ||
}, | ||
"devDependencies": { | ||
"@naturalcycles/dev-lib": "^10.13.0", | ||
"@types/node": "^15.0.2" | ||
"@naturalcycles/dev-lib": "^11.0.5", | ||
"@types/node": "^15.0.2", | ||
"jest": "^26.6.3" | ||
}, | ||
@@ -42,3 +43,3 @@ "files": [ | ||
}, | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "CLI utils to be installed globally via 'npm i -g'", | ||
@@ -45,0 +46,0 @@ "author": "Natural Cycles Team", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11029
125
3
+ Added@cspotcode/source-map-support@0.8.1(transitive)
+ Added@jridgewell/resolve-uri@3.1.2(transitive)
+ Added@jridgewell/sourcemap-codec@1.5.0(transitive)
+ Added@jridgewell/trace-mapping@0.3.9(transitive)
+ Added@tsconfig/node10@1.0.11(transitive)
+ Added@tsconfig/node12@1.0.11(transitive)
+ Added@tsconfig/node14@1.0.3(transitive)
+ Added@tsconfig/node16@1.0.4(transitive)
+ Addedacorn@8.14.0(transitive)
+ Addedacorn-walk@8.3.4(transitive)
+ Addeddotenv@10.0.0(transitive)
+ Addedts-node@10.9.2(transitive)
+ Addedv8-compile-cache-lib@3.0.1(transitive)
- Removedbuffer-from@1.1.2(transitive)
- Removeddotenv@9.0.2(transitive)
- Removedsource-map@0.6.1(transitive)
- Removedsource-map-support@0.5.21(transitive)
- Removedts-node@9.1.1(transitive)
Updateddotenv@^10.0.0
Updatedts-node@^10.0.0