We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60fcb97 commit 070294aCopy full SHA for 070294a
packages/google-cloud-resourcemanager/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@google-cloud/resource",
3
"description": "Cloud Resource Manager Client Library for Node.js",
4
- "version": "0.8.0",
+ "version": "0.8.1",
5
"license": "Apache-2.0",
6
"author": "Google LLC",
7
"engines": {
@@ -49,7 +49,7 @@
49
"test": "repo-tools test run --cmd npm -- run cover"
50
},
51
"dependencies": {
52
- "@google-cloud/common": "^0.16.0",
+ "@google-cloud/common": "^0.16.1",
53
"extend": "^3.0.0",
54
"is": "^3.0.1"
55
packages/google-cloud-resourcemanager/samples/package.json
@@ -12,7 +12,7 @@
12
"test": "repo-tools test run --cmd ava -- -T 20s --verbose system-test/*.test.js"
13
14
15
- "@google-cloud/resource": "0.8.0",
+ "@google-cloud/resource": "0.8.1",
16
"yargs": "10.0.3"
17
18
"devDependencies": {
0 commit comments