Skip to content

Commit

Permalink
feat: package rename in npm (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl authored May 22, 2021
1 parent a1a7ea7 commit e003b00
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
3 changes: 3 additions & 0 deletions packages/google-cloud-resourcemanager/.readme-partials.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ introduction: |-
manage common aspects of your resources such as access control and
configuration settings. The [Cloud Resource Manager API](https://cloud.google.com/resource-manager/docs/)
enables you to programmatically manage these container resources.
### **_IMPORTANT NOTE_**
**Version 2.0.0 renames `@google-cloud/resource` to `@google-cloud/resource-manager` on npm.**
2 changes: 1 addition & 1 deletion packages/google-cloud-resourcemanager/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"issue_tracker": "https://issuetracker.google.com/savedsearches/559757",
"release_level": "alpha",
"language": "nodejs",
"repo": "googleapis/nodejs-resource",
"repo": "googleapis/resource-manager",
"distribution_name": "@google-cloud/resource",
"api_id": "cloudresourcemanager.googleapis.com",
"requires_billing": true
Expand Down
13 changes: 5 additions & 8 deletions packages/google-cloud-resourcemanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@
[//]: # "To regenerate it, use `python -m synthtool`."
<img src="https://avatars2.githubusercontent.com/u/2810941?v=3&s=96" alt="Google Cloud Platform logo" title="Google Cloud Platform" align="right" height="96" width="96"/>

# [Google Cloud Resource Manager API: Node.js Client](https://github.com/googleapis/nodejs-resource)
# [Google Cloud Resource Manager API: Node.js Client](https://github.com/googleapis/nodejs-resource-manager)

[![release level](https://img.shields.io/badge/release%20level-alpha-orange.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
[![npm version](https://img.shields.io/npm/v/@google-cloud/resource.svg)](https://www.npmjs.org/package/@google-cloud/resource)
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-resource/master.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-resource)



[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-resource-manager/master.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-resource)


> Node.js idiomatic client for [Cloud Resource Manager API][product-docs].
Expand All @@ -23,11 +20,11 @@ enables you to programmatically manage these container resources.


A comprehensive list of changes in each version may be found in
[the CHANGELOG](https://github.com/googleapis/nodejs-resource/blob/master/CHANGELOG.md).
[the CHANGELOG](https://github.com/googleapis/nodejs-resource-manager/blob/master/CHANGELOG.md).

* [Google Cloud Resource Manager API Node.js Client API Reference][client-docs]
* [Google Cloud Resource Manager API Documentation][product-docs]
* [github.com/googleapis/nodejs-resource](https://github.com/googleapis/nodejs-resource)
* [github.com/googleapis/nodejs-resource-manager](https://github.com/googleapis/nodejs-resource-manager)

Read more about the client libraries for Cloud APIs, including the older
Google APIs Client Libraries, in [Client Libraries Explained][explained].
Expand Down Expand Up @@ -87,7 +84,7 @@ quickstart();

## Samples

Samples are in the [`samples/`](https://github.com/googleapis/nodejs-resource/tree/master/samples) directory. Each sample's `README.md` has instructions for running its sample.
Samples are in the [`samples/`](https://github.com/googleapis/nodejs-resource-manager/tree/master/samples) directory. Each sample's `README.md` has instructions for running its sample.

| Sample | Source Code | Try it |
| --------------------------- | --------------------------------- | ------ |
Expand Down
4 changes: 2 additions & 2 deletions packages/google-cloud-resourcemanager/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@google-cloud/resource",
"name": "@google-cloud/resource-manager",
"description": "Cloud Resource Manager Client Library for Node.js",
"version": "1.2.1",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
"node": ">=10"
},
"repository": "googleapis/nodejs-resource",
"repository": "googleapis/nodejs-resource-manager",
"main": "./build/src/index.js",
"types": "./build/src/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-resourcemanager/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"license": "Apache-2.0",
"author": "Google LLC",
"repository": "googleapis/nodejs-resource",
"repository": "googleapis/nodejs-resource-manager",
"files": [
"*.js"
],
Expand Down

0 comments on commit e003b00

Please sign in to comment.