Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit c5048d9

Browse files
authored
chore(multiple): 0.0.16 release proposal (#632)
1 parent 7fe73e9 commit c5048d9

File tree

37 files changed

+1854
-8008
lines changed

37 files changed

+1854
-8008
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "0.0.15"
6+
"version": "0.0.16"
77
}

packages/opencensus-core/package-lock.json

+183-589
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/opencensus-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/core",
3-
"version": "0.0.15",
3+
"version": "0.0.16",
44
"description": "OpenCensus is a toolkit for collecting application performance and behavior data.",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@opencensus/example-automatic-tracing",
33
"description": "These example show hot to trace a simple HTTP server and export the trace state.",
4-
"version": "0.0.15",
4+
"version": "0.0.16",
55
"private": true,
66
"main": "zipkin.js",
77
"dependencies": {
8-
"@opencensus/exporter-instana": "^0.0.15",
9-
"@opencensus/exporter-stackdriver": "^0.0.15",
10-
"@opencensus/exporter-zipkin": "^0.0.15",
11-
"@opencensus/nodejs": "^0.0.15"
8+
"@opencensus/exporter-instana": "^0.0.16",
9+
"@opencensus/exporter-stackdriver": "^0.0.16",
10+
"@opencensus/exporter-zipkin": "^0.0.16",
11+
"@opencensus/nodejs": "^0.0.16"
1212
}
1313
}

packages/opencensus-exporter-instana/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/exporter-instana",
3-
"version": "0.0.15",
3+
"version": "0.0.16",
44
"description": "OpenCensus Instana Exporter allows the user to send collected traces with OpenCensus Node.js to Instana.",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
@@ -63,6 +63,6 @@
6363
"typescript": "~3.2.0"
6464
},
6565
"dependencies": {
66-
"@opencensus/core": "^0.0.15"
66+
"@opencensus/core": "^0.0.16"
6767
}
6868
}

packages/opencensus-exporter-jaeger/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/exporter-jaeger",
3-
"version": "0.0.15",
3+
"version": "0.0.16",
44
"description": "OpenCensus Exporter Jeager allows user to send collected traces to Jeager",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
@@ -63,7 +63,7 @@
6363
"typescript": "~3.2.0"
6464
},
6565
"dependencies": {
66-
"@opencensus/core": "^0.0.15",
66+
"@opencensus/core": "^0.0.16",
6767
"jaeger-client": "~3.15.0"
6868
}
6969
}

packages/opencensus-exporter-object/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/exporter-object",
3-
"version": "0.0.15",
3+
"version": "0.0.16",
44
"description": "OpenCensus Object Exporter allows the user to collect and access traces with OpenCensus Node.js.",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
@@ -61,6 +61,6 @@
6161
"typescript": "~3.2.0"
6262
},
6363
"dependencies": {
64-
"@opencensus/core": "^0.0.15"
64+
"@opencensus/core": "^0.0.16"
6565
}
6666
}

packages/opencensus-exporter-ocagent/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/exporter-ocagent",
3-
"version": "0.0.15",
3+
"version": "0.0.16",
44
"description": "OpenCensus Agent Exporter allows user to send collected trace to the OpenCensus Agent",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
@@ -64,8 +64,8 @@
6464
},
6565
"dependencies": {
6666
"@grpc/proto-loader": "^0.5.0",
67-
"@opencensus/core": "^0.0.15",
68-
"@opencensus/nodejs": "^0.0.15",
67+
"@opencensus/core": "^0.0.16",
68+
"@opencensus/nodejs": "^0.0.16",
6969
"grpc": "^1.20.3"
7070
}
7171
}

packages/opencensus-exporter-prometheus/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/exporter-prometheus",
3-
"version": "0.0.15",
3+
"version": "0.0.16",
44
"description": "OpenCensus Exporter Prometheus allows user to send collected stats to Prometheus",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
@@ -63,7 +63,7 @@
6363
"typescript": "~3.2.0"
6464
},
6565
"dependencies": {
66-
"@opencensus/core": "^0.0.15",
66+
"@opencensus/core": "^0.0.16",
6767
"express": "^4.16.3",
6868
"prom-client": "^11.1.1"
6969
}

0 commit comments

Comments
 (0)