googleapis-common
Advanced tools
Comparing version 3.2.1 to 3.2.2
@@ -7,2 +7,9 @@ # Changelog | ||
### [3.2.2](https://www.github.com/googleapis/nodejs-googleapis-common/compare/v3.2.1...v3.2.2) (2020-02-28) | ||
### Bug Fixes | ||
* **deps:** update dependency uuid to v7 ([25a40a5](https://www.github.com/googleapis/nodejs-googleapis-common/commit/25a40a58afe3a9aa16d3c5946c362b0f1a22d6a5)) | ||
### [3.2.1](https://www.github.com/googleapis/nodejs-googleapis-common/compare/v3.2.0...v3.2.1) (2020-01-09) | ||
@@ -9,0 +16,0 @@ |
{ | ||
"name": "googleapis-common", | ||
"version": "3.2.1", | ||
"version": "3.2.2", | ||
"description": "A common tooling library used by the googleapis npm module. You probably don't want to use this directly.", | ||
@@ -13,3 +13,2 @@ "repository": "googleapis/nodejs-googleapis-common", | ||
"scripts": { | ||
"clean": "gts clean", | ||
"compile": "tsc -p .", | ||
@@ -22,3 +21,2 @@ "test": "c8 mocha build/test", | ||
"pretest": "npm run compile", | ||
"posttest": "npm run lint", | ||
"lint": "gts check", | ||
@@ -30,3 +28,4 @@ "samples-test": "mocha build/samples-test", | ||
"docs-test": "linkinator docs", | ||
"predocs-test": "npm run docs" | ||
"predocs-test": "npm run docs", | ||
"prelint": "cd samples; npm link ../; npm i" | ||
}, | ||
@@ -41,3 +40,3 @@ "keywords": [], | ||
"@types/extend": "^3.0.1", | ||
"@types/mocha": "^5.2.7", | ||
"@types/mocha": "^7.0.0", | ||
"@types/mv": "^2.1.0", | ||
@@ -49,7 +48,6 @@ "@types/ncp": "^2.0.1", | ||
"@types/url-template": "^2.0.28", | ||
"@types/uuid": "^3.4.4", | ||
"@types/uuid": "^7.0.0", | ||
"chai": "^4.2.0", | ||
"codecov": "^3.5.0", | ||
"gts": "^1.0.0", | ||
"intelli-espower-loader": "^1.0.1", | ||
"is-docker": "^2.0.0", | ||
@@ -64,11 +62,10 @@ "karma": "^4.1.0", | ||
"karma-webpack": "^4.0.2", | ||
"linkinator": "^1.5.0", | ||
"linkinator": "^2.0.0", | ||
"mocha": "^7.0.0", | ||
"mv": "^2.1.1", | ||
"ncp": "^2.0.0", | ||
"nock": "^11.0.0-beta.31", | ||
"nock": "^12.0.0", | ||
"null-loader": "^3.0.0", | ||
"c8": "^7.0.0", | ||
"puppeteer": "^2.0.0", | ||
"source-map-support": "^0.5.12", | ||
"ts-loader": "^6.0.4", | ||
@@ -85,3 +82,3 @@ "typescript": "3.6.4", | ||
"url-template": "^2.0.8", | ||
"uuid": "^3.3.2" | ||
"uuid": "^7.0.0" | ||
}, | ||
@@ -88,0 +85,0 @@ "engines": { |
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
67792
36
+ Addeduuid@7.0.3(transitive)
- Removeduuid@3.4.0(transitive)
Updateduuid@^7.0.0