@augment-vir/node-js
Advanced tools
Comparing version 12.14.0 to 13.0.0
export * from './augments/file-system'; | ||
export * from './augments/http'; | ||
export * from './augments/node-js-array'; | ||
export * from './augments/node-js-console'; | ||
export * from './augments/node-js-json'; | ||
export * from './augments/node-js-number'; | ||
export * from './augments/node-js-string'; | ||
export * from './augments/node-js-random'; | ||
export * from './augments/npm/read-package-json'; | ||
@@ -8,0 +8,0 @@ export * from './augments/path'; |
@@ -19,8 +19,8 @@ "use strict"; | ||
__exportStar(require("./augments/http"), exports); | ||
__exportStar(require("./augments/node-js-array"), exports); | ||
__exportStar(require("./augments/node-js-console"), exports); | ||
__exportStar(require("./augments/node-js-json"), exports); | ||
__exportStar(require("./augments/node-js-number"), exports); | ||
__exportStar(require("./augments/node-js-string"), exports); | ||
__exportStar(require("./augments/node-js-random"), exports); | ||
__exportStar(require("./augments/npm/read-package-json"), exports); | ||
__exportStar(require("./augments/path"), exports); | ||
__exportStar(require("./augments/shell"), exports); |
{ | ||
"name": "@augment-vir/node-js", | ||
"version": "12.14.0", | ||
"version": "13.0.0", | ||
"homepage": "https://github.com/electrovir/augment-vir/tree/main/packages/node-js", | ||
@@ -25,3 +25,3 @@ "bugs": { | ||
"dependencies": { | ||
"@augment-vir/common": "^12.14.0", | ||
"@augment-vir/common": "^13.0.0", | ||
"ansi-colors": "^4.1.3", | ||
@@ -34,3 +34,3 @@ "axios": "^1.3.4", | ||
"devDependencies": { | ||
"@augment-vir/chai": "^12.14.0", | ||
"@augment-vir/chai": "^13.0.0", | ||
"@electrovir/nyc": "^15.1.0-fix0", | ||
@@ -42,3 +42,3 @@ "@istanbuljs/nyc-config-typescript": "^1.0.2", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^18.14.2", | ||
"@types/node": "^18.14.5", | ||
"chai": "^4.3.7", | ||
@@ -45,0 +45,0 @@ "chai-as-promised": "^7.1.1", |
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
35655
795
+ Added@augment-vir/common@13.5.0(transitive)
- Removed@augment-vir/common@12.14.0(transitive)
Updated@augment-vir/common@^13.0.0