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

Commit

Permalink
chore(multiple): 0.0.14 release proposal (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurkale22 authored Jun 4, 2019
1 parent eff8921 commit f9a851c
Show file tree
Hide file tree
Showing 29 changed files with 119 additions and 235 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.0.13"
"version": "0.0.14"
}
2 changes: 1 addition & 1 deletion packages/opencensus-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencensus/core",
"version": "0.0.13",
"version": "0.0.14",
"description": "OpenCensus is a toolkit for collecting application performance and behavior data.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down
10 changes: 5 additions & 5 deletions packages/opencensus-example-automatic-tracing/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@opencensus/example-automatic-tracing",
"description": "These example show hot to trace a simple HTTP server and export the trace state.",
"version": "0.0.13",
"version": "0.0.14",
"private": true,
"main": "zipkin.js",
"dependencies": {
"@opencensus/exporter-instana": "^0.0.13",
"@opencensus/exporter-stackdriver": "^0.0.13",
"@opencensus/exporter-zipkin": "^0.0.13",
"@opencensus/nodejs": "^0.0.13"
"@opencensus/exporter-instana": "^0.0.14",
"@opencensus/exporter-stackdriver": "^0.0.14",
"@opencensus/exporter-zipkin": "^0.0.14",
"@opencensus/nodejs": "^0.0.14"
}
}
4 changes: 2 additions & 2 deletions packages/opencensus-exporter-instana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencensus/exporter-instana",
"version": "0.0.13",
"version": "0.0.14",
"description": "OpenCensus Instana Exporter allows the user to send collected traces with OpenCensus Node.js to Instana.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down Expand Up @@ -63,6 +63,6 @@
"typescript": "~3.2.0"
},
"dependencies": {
"@opencensus/core": "^0.0.13"
"@opencensus/core": "^0.0.14"
}
}
4 changes: 2 additions & 2 deletions packages/opencensus-exporter-jaeger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencensus/exporter-jaeger",
"version": "0.0.13",
"version": "0.0.14",
"description": "OpenCensus Exporter Jeager allows user to send collected traces to Jeager",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down Expand Up @@ -63,7 +63,7 @@
"typescript": "~3.2.0"
},
"dependencies": {
"@opencensus/core": "^0.0.13",
"@opencensus/core": "^0.0.14",
"jaeger-client": "~3.15.0"
}
}
97 changes: 0 additions & 97 deletions packages/opencensus-exporter-object/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

82 changes: 41 additions & 41 deletions packages/opencensus-exporter-object/package.json
Original file line number Diff line number Diff line change
@@ -1,66 +1,66 @@
{
"name": "@opencensus/exporter-object",
"version": "0.0.13",
"version": "0.0.14",
"description": "OpenCensus Object Exporter allows the user to collect and access traces with OpenCensus Node.js.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"repository": "census-instrumentation/opencensus-node",
"scripts": {
"test": "nyc ts-mocha -p ./tsconfig.json test/**/*.ts",
"codecov": "nyc report --reporter=json && codecov -f coverage/*.json",
"clean": "rimraf build/*",
"check": "gts check",
"compile": "tsc -p .",
"fix": "gts fix",
"prepare": "npm run compile",
"posttest": "npm run check"
"test": "nyc ts-mocha -p ./tsconfig.json test/**/*.ts",
"codecov": "nyc report --reporter=json && codecov -f coverage/*.json",
"clean": "rimraf build/*",
"check": "gts check",
"compile": "tsc -p .",
"fix": "gts fix",
"prepare": "npm run compile",
"posttest": "npm run check"
},
"keywords": [
"opencensus",
"nodejs",
"tracing",
"profiling"
"opencensus",
"nodejs",
"tracing",
"profiling"
],
"author": "Google Inc.",
"license": "Apache-2.0",
"engines": {
"node": ">=8"
"node": ">=8"
},
"files": [
"build/src/**/*.js",
"build/src/**/*.d.ts",
"doc",
"CHANGELOG.md",
"LICENSE",
"README.md"
"build/src/**/*.js",
"build/src/**/*.d.ts",
"doc",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"nyc": {
"extension": [
".ts",
".tsx"
],
"exclude": [
"**/*.d.ts",
"build/**/**/*.js"
],
"all": true
"extension": [
".ts",
".tsx"
],
"exclude": [
"**/*.d.ts",
"build/**/**/*.js"
],
"all": true
},
"publishConfig": {
"access": "public"
"access": "public"
},
"devDependencies": {
"@types/mocha": "^5.2.5",
"@types/nock": "^9.1.3",
"@types/node": "^10.12.12",
"codecov": "^3.4.0",
"gts": "^0.9.0",
"mocha": "^6.1.0",
"nyc": "14.1.1",
"ts-mocha": "^6.0.0",
"ts-node": "^8.0.0",
"typescript": "~3.2.0"
"@types/mocha": "^5.2.5",
"@types/nock": "^9.1.3",
"@types/node": "^10.12.12",
"codecov": "^3.4.0",
"gts": "^0.9.0",
"mocha": "^6.1.0",
"nyc": "14.1.1",
"ts-mocha": "^6.0.0",
"ts-node": "^8.0.0",
"typescript": "~3.2.0"
},
"dependencies": {
"@opencensus/core": "^0.0.13"
"@opencensus/core": "^0.0.14"
}
}
Loading

0 comments on commit f9a851c

Please sign in to comment.