@google-cloud/promisify
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -7,2 +7,9 @@ # Changelog | ||
### [2.0.4](https://www.github.com/googleapis/nodejs-promisify/compare/v2.0.3...v2.0.4) (2021-09-09) | ||
### Bug Fixes | ||
* **build:** switch primary branch to main ([#270](https://www.github.com/googleapis/nodejs-promisify/issues/270)) ([11242f7](https://www.github.com/googleapis/nodejs-promisify/commit/11242f7f76e170dae7a429f8d4064bf33be9bb3f)) | ||
### [2.0.3](https://www.github.com/googleapis/nodejs-promisify/compare/v2.0.2...v2.0.3) (2020-09-04) | ||
@@ -9,0 +16,0 @@ |
{ | ||
"name": "@google-cloud/promisify", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "A simple utility for promisifying functions and classes.", | ||
@@ -23,5 +23,3 @@ "main": "build/src/index.js", | ||
"clean": "gts clean", | ||
"precompile": "gts clean", | ||
"api-extractor": "api-extractor run --local", | ||
"api-documenter": "api-documenter yaml --input-folder=temp" | ||
"precompile": "gts clean" | ||
}, | ||
@@ -38,4 +36,4 @@ "keywords": [], | ||
"@types/mocha": "^8.0.0", | ||
"@types/node": "^10.5.2", | ||
"@types/sinon": "^9.0.0", | ||
"@types/node": "^14.0.0", | ||
"@types/sinon": "^10.0.0", | ||
"c8": "^7.0.0", | ||
@@ -48,6 +46,4 @@ "chai": "^4.2.0", | ||
"mocha": "^8.0.0", | ||
"sinon": "^9.0.0", | ||
"typescript": "^3.8.3", | ||
"@microsoft/api-documenter": "^7.8.10", | ||
"@microsoft/api-extractor": "^7.8.10" | ||
"sinon": "^11.0.0", | ||
"typescript": "^3.8.3" | ||
}, | ||
@@ -54,0 +50,0 @@ "engines": { |
@@ -9,3 +9,3 @@ [//]: # "This README.md file is auto-generated, all changes to this file will be lost." | ||
[![npm version](https://img.shields.io/npm/v/@google-cloud/promisify.svg)](https://www.npmjs.org/package/@google-cloud/promisify) | ||
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-promisify/master.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-promisify) | ||
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-promisify/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-promisify) | ||
@@ -19,3 +19,3 @@ | ||
A comprehensive list of changes in each version may be found in | ||
[the CHANGELOG](https://github.com/googleapis/nodejs-promisify/blob/master/CHANGELOG.md). | ||
[the CHANGELOG](https://github.com/googleapis/nodejs-promisify/blob/main/CHANGELOG.md). | ||
@@ -85,8 +85,7 @@ * [Google Cloud Common Promisify Node.js Client API Reference][client-docs] | ||
Samples are in the [`samples/`](https://github.com/googleapis/nodejs-promisify/tree/master/samples) directory. The samples' `README.md` | ||
has instructions for running the samples. | ||
Samples are in the [`samples/`](https://github.com/googleapis/nodejs-promisify/tree/main/samples) directory. Each sample's `README.md` has instructions for running its sample. | ||
| Sample | Source Code | Try it | | ||
| --------------------------- | --------------------------------- | ------ | | ||
| Quickstart | [source code](https://github.com/googleapis/nodejs-promisify/blob/master/samples/quickstart.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-promisify&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) | | ||
| Quickstart | [source code](https://github.com/googleapis/nodejs-promisify/blob/main/samples/quickstart.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-promisify&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) | | ||
@@ -104,3 +103,3 @@ | ||
Client libraries targetting some end-of-life versions of Node.js are available, and | ||
Client libraries targeting some end-of-life versions of Node.js are available, and | ||
can be installed via npm [dist-tags](https://docs.npmjs.com/cli/dist-tag). | ||
@@ -141,3 +140,3 @@ The dist-tags follow the naming convention `legacy-(version)`. | ||
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-promisify/blob/master/CONTRIBUTING.md). | ||
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-promisify/blob/main/CONTRIBUTING.md). | ||
@@ -147,4 +146,4 @@ Please note that this `README.md`, the `samples/README.md`, | ||
are generated from a central template. To edit one of these files, make an edit | ||
to its template in this | ||
[directory](https://github.com/googleapis/synthtool/tree/master/synthtool/gcp/templates/node_library). | ||
to its templates in | ||
[directory](https://github.com/googleapis/synthtool). | ||
@@ -155,3 +154,3 @@ ## License | ||
See [LICENSE](https://github.com/googleapis/nodejs-promisify/blob/master/LICENSE) | ||
See [LICENSE](https://github.com/googleapis/nodejs-promisify/blob/main/LICENSE) | ||
@@ -158,0 +157,0 @@ [client-docs]: https://googleapis.dev/nodejs/promisify/latest |
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
35298
13
157