Skip to content

Commit 0f4f527

Browse files
jmdobrystephenplusplus
authored andcommitted
Upgrade repo-tools and regenerate scaffolding. (#14)
1 parent 5cfbde9 commit 0f4f527

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

monitoring/snippets/README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Stackdriver Monitoring: Node.js Samples
44

5-
[![Build](https://storage.googleapis.com/.svg)]()
5+
[![Open in Cloud Shell][shell_img]][shell_link]
66

77
[Stackdriver Monitoring](https://cloud.google.com/monitoring/docs) collects metrics, events, and metadata from Google Cloud Platform, Amazon Web Services (AWS), hosted uptime probes, application instrumentation, and a variety of common application components including Cassandra, Nginx, Apache Web Server, Elasticsearch and many others.
88

@@ -25,6 +25,8 @@ library's README.
2525

2626
View the [source code][metrics_0_code].
2727

28+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-monitoring&page=editor&open_in_editor=samples/metrics.js,samples/README.md)
29+
2830
__Usage:__ `node metrics.js --help`
2931

3032
```
@@ -74,6 +76,8 @@ For more information, see https://cloud.google.com/monitoring/docs
7476

7577
View the [source code][uptime_1_code].
7678

79+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-monitoring&page=editor&open_in_editor=samples/uptime.js,samples/README.md)
80+
7781
__Usage:__ `node uptime.js --help`
7882

7983
```
@@ -103,3 +107,6 @@ For more information, see https://cloud.google.com/monitoring/uptime-checks/
103107

104108
[uptime_1_docs]: https://cloud.google.com/monitoring/docs
105109
[uptime_1_code]: uptime.js
110+
111+
[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
112+
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-monitoring&page=editor&open_in_editor=samples/README.md

monitoring/snippets/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
"author": "Google Inc.",
77
"repository": "googleapis/nodejs-monitoring",
88
"engines": {
9-
"node": ">=4.3.2"
9+
"node": ">=4.0.0"
1010
},
1111
"scripts": {
1212
"test": "repo-tools test run --cmd ava -- -T 3m --verbose system-test/*.test.js"
1313
},
1414
"dependencies": {
15-
"@google-cloud/monitoring": "0.4.0",
16-
"yargs": "9.0.1"
15+
"@google-cloud/monitoring": "0.4.1",
16+
"yargs": "10.0.3"
1717
},
1818
"devDependencies": {
19-
"@google-cloud/nodejs-repo-tools": "2.0.10",
20-
"ava": "0.22.0",
19+
"@google-cloud/nodejs-repo-tools": "2.1.0",
20+
"ava": "0.23.0",
2121
"proxyquire": "1.8.0",
22-
"sinon": "4.0.1"
22+
"sinon": "4.0.2"
2323
}
2424
}

0 commit comments

Comments
 (0)