@google-cloud/dlp
Advanced tools
Comparing version 1.9.0 to 2.0.0
@@ -7,2 +7,13 @@ # Changelog | ||
## [2.0.0](https://www.github.com/googleapis/nodejs-dlp/compare/v1.9.0...v2.0.0) (2020-01-28) | ||
### ⚠ BREAKING CHANGES | ||
* move to typescript code generation (#393) | ||
### Features | ||
* move to typescript code generation ([#393](https://www.github.com/googleapis/nodejs-dlp/issues/393)) ([67e0811](https://www.github.com/googleapis/nodejs-dlp/commit/67e08118c6c64e525b9ac1e7363353acf1cb0875)) | ||
## [1.9.0](https://www.github.com/googleapis/nodejs-dlp/compare/v1.8.0...v1.9.0) (2019-12-30) | ||
@@ -9,0 +20,0 @@ |
{ | ||
"name": "@google-cloud/dlp", | ||
"description": "DLP API client for Node.js", | ||
"version": "1.9.0", | ||
"version": "2.0.0", | ||
"license": "Apache-2.0", | ||
@@ -11,6 +11,6 @@ "author": "Google Inc", | ||
"repository": "googleapis/nodejs-dlp", | ||
"main": "src/index.js", | ||
"main": "build/src/index.js", | ||
"files": [ | ||
"protos", | ||
"src", | ||
"build/protos", | ||
"build/src", | ||
"AUTHORS", | ||
@@ -33,16 +33,22 @@ "COPYING" | ||
"scripts": { | ||
"test": "c8 mocha build/test", | ||
"samples-test": "cd samples/ && npm link ../ && npm install && npm test && cd ../", | ||
"system-test": "mocha build/system-test", | ||
"docs": "jsdoc -c .jsdoc.js", | ||
"lint": "eslint '**/*.js'", | ||
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../", | ||
"system-test": "mocha system-test/*.js --timeout 600000", | ||
"test": "c8 mocha", | ||
"fix": "eslint --fix '**/*.js'", | ||
"lint": "gts fix && eslint --fix samples/*.js", | ||
"fix": "gts fix", | ||
"docs-test": "linkinator docs", | ||
"predocs-test": "npm run docs" | ||
"clean": "gts clean", | ||
"compile": "tsc -p . && cp -r protos build/", | ||
"compile-protos": "compileProtos src", | ||
"predocs-test": "npm run docs", | ||
"prepare": "npm run compile" | ||
}, | ||
"dependencies": { | ||
"google-gax": "^1.7.5", | ||
"google-gax": "^1.9.0", | ||
"protobufjs": "^6.8.0" | ||
}, | ||
"devDependencies": { | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^12.0.0", | ||
"eslint": "^6.0.0", | ||
@@ -53,2 +59,3 @@ "eslint-config-prettier": "^6.0.0", | ||
"intelli-espower-loader": "^1.0.1", | ||
"gts": "^1.0.0", | ||
"jsdoc": "^3.5.5", | ||
@@ -58,7 +65,13 @@ "jsdoc-fresh": "^1.0.1", | ||
"linkinator": "^1.5.0", | ||
"mocha": "^6.0.0", | ||
"mocha": "^7.0.0", | ||
"c8": "^7.0.0", | ||
"power-assert": "^1.4.4", | ||
"prettier": "^1.7.4" | ||
"null-loader": "^3.0.0", | ||
"pack-n-play": "^1.0.0-2", | ||
"prettier": "^1.11.1", | ||
"ts-loader": "^6.2.1", | ||
"typescript": "^3.7.0", | ||
"webpack": "^4.41.2", | ||
"webpack-cli": "^3.3.10" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
5801644
22
20
86074
1
Updatedgoogle-gax@^1.9.0