@augment-vir/node-js
Advanced tools
Comparing version 6.4.0 to 7.0.0
@@ -20,3 +20,3 @@ /// <reference types="node" /> | ||
}; | ||
export type ShellEmitterEventKey = typeof ShellEmitterEvent[keyof typeof ShellEmitterEvent]; | ||
export type ShellEmitterEventKey = (typeof ShellEmitterEvent)[keyof typeof ShellEmitterEvent]; | ||
export type ShellEmitterListenerMap = { | ||
@@ -23,0 +23,0 @@ [ShellEmitterEvent.stdout]: [string | Buffer]; |
{ | ||
"name": "@augment-vir/node-js", | ||
"version": "6.4.0", | ||
"version": "7.0.0", | ||
"homepage": "https://github.com/electrovir/augment-vir/tree/main/packages/node-js", | ||
@@ -30,3 +30,3 @@ "bugs": { | ||
"ts-node": "^10.9.1", | ||
"type-fest": "^3.5.0" | ||
"type-fest": "^3.5.1" | ||
}, | ||
@@ -38,3 +38,3 @@ "devDependencies": { | ||
"@types/chai-as-promised": "^7.1.5", | ||
"@types/fs-extra": "^9.0.13", | ||
"@types/fs-extra": "^11.0.0", | ||
"@types/mocha": "^10.0.1", | ||
@@ -48,3 +48,2 @@ "@types/node": "^18.11.18", | ||
"ts-node": "^10.9.1", | ||
"tsx": "^3.12.1", | ||
"typescript": "^4.9.4" | ||
@@ -51,0 +50,0 @@ }, |
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
14
37340
Updatedtype-fest@^3.5.1