gcp-metadata
Advanced tools
Comparing version 4.3.0 to 4.3.1
@@ -7,2 +7,9 @@ # Changelog | ||
### [4.3.1](https://www.github.com/googleapis/gcp-metadata/compare/v4.3.0...v4.3.1) (2021-09-02) | ||
### Bug Fixes | ||
* **build:** switch primary branch to main ([#481](https://www.github.com/googleapis/gcp-metadata/issues/481)) ([8a7965c](https://www.github.com/googleapis/gcp-metadata/commit/8a7965c47c077ef766e4b416358630c0b24b0af2)) | ||
## [4.3.0](https://www.github.com/googleapis/gcp-metadata/compare/v4.2.1...v4.3.0) (2021-06-10) | ||
@@ -9,0 +16,0 @@ |
{ | ||
"name": "gcp-metadata", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"description": "Get the metadata from a Google Cloud Platform environment", | ||
@@ -26,5 +26,3 @@ "repository": "googleapis/gcp-metadata", | ||
"clean": "gts clean", | ||
"precompile": "gts clean", | ||
"api-extractor": "api-extractor run --local", | ||
"api-documenter": "api-documenter yaml --input-folder=temp" | ||
"precompile": "gts clean" | ||
}, | ||
@@ -49,4 +47,2 @@ "keywords": [ | ||
"@google-cloud/functions": "^1.1.4", | ||
"@microsoft/api-documenter": "^7.8.10", | ||
"@microsoft/api-extractor": "^7.8.10", | ||
"@types/json-bigint": "^1.0.0", | ||
@@ -56,3 +52,3 @@ "@types/mocha": "^8.0.0", | ||
"@types/node": "^14.0.0", | ||
"@types/tmp": "0.2.0", | ||
"@types/tmp": "0.2.1", | ||
"@types/uuid": "^8.0.0", | ||
@@ -59,0 +55,0 @@ "c8": "^7.0.0", |
@@ -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/gcp-metadata.svg)](https://www.npmjs.org/package/gcp-metadata) | ||
[![codecov](https://img.shields.io/codecov/c/github/googleapis/gcp-metadata/master.svg?style=flat)](https://codecov.io/gh/googleapis/gcp-metadata) | ||
[![codecov](https://img.shields.io/codecov/c/github/googleapis/gcp-metadata/main.svg?style=flat)](https://codecov.io/gh/googleapis/gcp-metadata) | ||
@@ -19,3 +19,3 @@ | ||
A comprehensive list of changes in each version may be found in | ||
[the CHANGELOG](https://github.com/googleapis/gcp-metadata/blob/master/CHANGELOG.md). | ||
[the CHANGELOG](https://github.com/googleapis/gcp-metadata/blob/main/CHANGELOG.md). | ||
@@ -155,7 +155,7 @@ * [GCP Metadata Node.js Client API Reference][client-docs] | ||
Samples are in the [`samples/`](https://github.com/googleapis/gcp-metadata/tree/master/samples) directory. Each sample's `README.md` has instructions for running its sample. | ||
Samples are in the [`samples/`](https://github.com/googleapis/gcp-metadata/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/gcp-metadata/blob/master/samples/quickstart.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/gcp-metadata&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) | | ||
| Quickstart | [source code](https://github.com/googleapis/gcp-metadata/blob/main/samples/quickstart.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/gcp-metadata&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) | | ||
@@ -209,3 +209,3 @@ | ||
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/gcp-metadata/blob/master/CONTRIBUTING.md). | ||
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/gcp-metadata/blob/main/CONTRIBUTING.md). | ||
@@ -215,4 +215,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). | ||
@@ -223,3 +223,3 @@ ## License | ||
See [LICENSE](https://github.com/googleapis/gcp-metadata/blob/master/LICENSE) | ||
See [LICENSE](https://github.com/googleapis/gcp-metadata/blob/main/LICENSE) | ||
@@ -226,0 +226,0 @@ [client-docs]: https://googleapis.dev/nodejs/gcp-metadata/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
59647
20