@azure-tools/async-io
Advanced tools
Comparing version 3.0.125 to 3.0.182
{ | ||
"name": "@azure-tools/async-io", | ||
"version": "3.0.125", | ||
"version": "3.0.182", | ||
"patchOffset": 100, | ||
"description": "Asynchronous IO (for Azure Open Source Projects)", | ||
@@ -19,4 +20,2 @@ "main": "./dist/main.js", | ||
"eslint": "eslint . --ext .ts", | ||
"set-version": "node -e \"let pkg = require('./package.json'); require('child_process').exec('git rev-list --parents HEAD --count --full-history .', (o,stdout) => { const v = pkg.version.split('.'); v[v.length-1] = (parseInt(stdout.trim()) -1); const orig=JSON.stringify(pkg,null,2); pkg.version = v.join('.'); const delta = JSON.stringify(pkg,null,2 ); if( orig !== delta) require('fs').writeFileSync('./package.json',delta)})\"", | ||
"reset-version": "node -e \"let pkg = require('./package.json'); const v = pkg.version.split('.'); v[v.length-1] = 0; const orig=JSON.stringify(pkg,null,2); pkg.version = v.join('.'); const delta = JSON.stringify(pkg,null,2 ); if( orig !== delta) require('fs').writeFileSync('./package.json',delta)\"", | ||
"prepare": "npm run build", | ||
@@ -54,5 +53,5 @@ "test": "npm run build && mocha dist/test --timeout 50000", | ||
"dependencies": { | ||
"@azure-tools/tasks": "~3.0.122", | ||
"@azure-tools/tasks": "~3.0.182", | ||
"proper-lockfile": "~2.0.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
26489
Updated@azure-tools/tasks@~3.0.182