We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 137e66c commit c122f53Copy full SHA for c122f53
2 files changed
packages/google-cloud-dns/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@google-cloud/dns",
3
"description": "Cloud DNS Client Library for Node.js",
4
- "version": "0.7.0",
+ "version": "0.7.1",
5
"license": "Apache-2.0",
6
"author": "Google Inc.",
7
"engines": {
@@ -51,7 +51,7 @@
51
"system-test": "repo-tools test run --cmd mocha -- system-test/*.js --no-timeouts"
52
},
53
"dependencies": {
54
- "@google-cloud/common": "^0.16.0",
+ "@google-cloud/common": "^0.16.1",
55
"arrify": "^1.0.0",
56
"dns-zonefile": "0.2.2",
57
"extend": "^3.0.0",
packages/google-cloud-dns/samples/package.json
@@ -14,7 +14,7 @@
14
"test": "repo-tools test run --cmd npm -- run cover"
15
16
17
- "@google-cloud/dns": "0.7.0",
+ "@google-cloud/dns": "0.7.1",
18
"yargs": "10.0.3"
19
20
"devDependencies": {
0 commit comments