@azure-tools/codegen
Advanced tools
Comparing version 2.0.145 to 2.0.182
{ | ||
"name": "@azure-tools/codegen", | ||
"version": "2.0.145", | ||
"version": "2.0.182", | ||
"patchOffset": 100, | ||
"description": "Autorest Code generator common and base classes", | ||
@@ -15,4 +16,2 @@ "directories": { | ||
"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", | ||
@@ -51,4 +50,4 @@ "test": "npm run build && mocha dist/test --timeout=1000000", | ||
"dependencies": { | ||
"@azure-tools/async-io": "~3.0.125", | ||
"@azure-tools/linq": "~3.0.119", | ||
"@azure-tools/async-io": "~3.0.182", | ||
"@azure-tools/linq": "~3.0.182", | ||
"js-yaml": "3.13.1", | ||
@@ -55,0 +54,0 @@ "semver": "^5.5.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
159268
Updated@azure-tools/linq@~3.0.182