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

Commit

Permalink
chore: 0.0.7-release (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
draffensperger authored Sep 10, 2019
1 parent bb6db53 commit bf074ac
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 33 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.6"
"version": "0.0.7"
}
4 changes: 2 additions & 2 deletions packages/opencensus-web-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencensus/web-core",
"version": "0.0.6",
"version": "0.0.7",
"description": "OpenCensus Web is a toolkit for collecting application performance and behavior data from client side web browser apps.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down Expand Up @@ -63,7 +63,7 @@
"zone.js": "^0.10.1"
},
"dependencies": {
"@opencensus/web-types": "^0.0.6",
"@opencensus/web-types": "^0.0.7",
"@types/node": "^12.6.9"
},
"sideEffects": false
Expand Down
4 changes: 2 additions & 2 deletions packages/opencensus-web-exporter-ocagent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencensus/web-exporter-ocagent",
"version": "0.0.6",
"version": "0.0.7",
"description": "OpenCensus Agent Exporter web allows user to send collected traces to the OpenCensus Agent via HTTP/JSON in a browser.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down Expand Up @@ -62,7 +62,7 @@
"webpack-cli": "^3.1.0"
},
"dependencies": {
"@opencensus/web-core": "^0.0.6"
"@opencensus/web-core": "^0.0.7"
},
"sideEffects": false
}
12 changes: 6 additions & 6 deletions packages/opencensus-web-initial-load/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencensus/web-initial-load",
"version": "0.0.6",
"version": "0.0.7",
"description": "OpenCensus Web trace instrumentation for the initial page load",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down Expand Up @@ -61,11 +61,11 @@
"webpack-cli": "^3.1.0"
},
"dependencies": {
"@opencensus/web-core": "^0.0.6",
"@opencensus/web-exporter-ocagent": "^0.0.6",
"@opencensus/web-instrumentation-perf": "^0.0.6",
"@opencensus/web-propagation-tracecontext": "^0.0.6",
"@opencensus/web-types": "^0.0.6"
"@opencensus/web-core": "^0.0.7",
"@opencensus/web-exporter-ocagent": "^0.0.7",
"@opencensus/web-instrumentation-perf": "^0.0.7",
"@opencensus/web-propagation-tracecontext": "^0.0.7",
"@opencensus/web-types": "^0.0.7"
},
"sideEffects": false
}
4 changes: 2 additions & 2 deletions packages/opencensus-web-instrumentation-perf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencensus/web-instrumentation-perf",
"version": "0.0.6",
"version": "0.0.7",
"description": "OpenCensus Web instrumentation to generate spans for browser performance API data.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down Expand Up @@ -63,7 +63,7 @@
"webpack-cli": "^3.1.0"
},
"dependencies": {
"@opencensus/web-core": "^0.0.6"
"@opencensus/web-core": "^0.0.7"
},
"sideEffects": false
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencensus/web-instrumentation-zone-peer-dep",
"version": "0.0.6",
"version": "0.0.7",
"description": "OpenCensus Web instrumentation zone is used to generate user interaction spans for interactions after the initial page loads. Add Zone.js as peer dependency.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down Expand Up @@ -64,11 +64,11 @@
"zone.js": "^0.10.1"
},
"dependencies": {
"@opencensus/web-core": "^0.0.6",
"@opencensus/web-exporter-ocagent": "^0.0.6",
"@opencensus/web-initial-load": "^0.0.6",
"@opencensus/web-instrumentation-perf": "^0.0.6",
"@opencensus/web-propagation-tracecontext": "^0.0.6"
"@opencensus/web-core": "^0.0.7",
"@opencensus/web-exporter-ocagent": "^0.0.7",
"@opencensus/web-initial-load": "^0.0.7",
"@opencensus/web-instrumentation-perf": "^0.0.7",
"@opencensus/web-propagation-tracecontext": "^0.0.7"
},
"peerDependencies": {
"zone.js": "^0.10.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/opencensus-web-instrumentation-zone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencensus/web-instrumentation-zone",
"version": "0.0.6",
"version": "0.0.7",
"description": "OpenCensus Web instrumentation zone is used to generate user interaction spans for interactions after the initial page loads.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down Expand Up @@ -61,7 +61,7 @@
"webpack-dev-server": "^3.4.1"
},
"dependencies": {
"@opencensus/web-instrumentation-zone-peer-dep": "^0.0.6",
"@opencensus/web-instrumentation-zone-peer-dep": "^0.0.7",
"zone.js": "^0.10.1"
},
"sideEffects": true
Expand Down
4 changes: 2 additions & 2 deletions packages/opencensus-web-propagation-b3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencensus/web-propagation-b3",
"version": "0.0.1",
"version": "0.0.7",
"description": "OpenCensus Trace Context format propagation for the web browser based on B3 format",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down Expand Up @@ -61,7 +61,7 @@
"webpack-cli": "^3.3.7"
},
"dependencies": {
"@opencensus/web-core": "^0.0.6"
"@opencensus/web-core": "^0.0.7"
},
"sideEffects": false
}
4 changes: 2 additions & 2 deletions packages/opencensus-web-propagation-tracecontext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencensus/web-propagation-tracecontext",
"version": "0.0.6",
"version": "0.0.7",
"description": "OpenCensus Trace Context format propagation for the web browser",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down Expand Up @@ -61,7 +61,7 @@
"webpack-cli": "^3.1.0"
},
"dependencies": {
"@opencensus/web-core": "^0.0.6"
"@opencensus/web-core": "^0.0.7"
},
"sideEffects": false
}
14 changes: 7 additions & 7 deletions packages/opencensus-web-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencensus/web-scripts",
"version": "0.0.6",
"version": "0.0.7",
"description": "OpenCensus Web scripts brings all the main OpenCensus Web packages to provide distributions for easy use in web applications via <script> tags.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down Expand Up @@ -68,12 +68,12 @@
"webpack-dev-server": "^3.2.1"
},
"dependencies": {
"@opencensus/web-core": "^0.0.6",
"@opencensus/web-exporter-ocagent": "^0.0.6",
"@opencensus/web-initial-load": "^0.0.6",
"@opencensus/web-instrumentation-perf": "^0.0.6",
"@opencensus/web-instrumentation-zone": "^0.0.6",
"@opencensus/web-instrumentation-zone-peer-dep": "^0.0.6"
"@opencensus/web-core": "^0.0.7",
"@opencensus/web-exporter-ocagent": "^0.0.7",
"@opencensus/web-initial-load": "^0.0.7",
"@opencensus/web-instrumentation-perf": "^0.0.7",
"@opencensus/web-instrumentation-zone": "^0.0.7",
"@opencensus/web-instrumentation-zone-peer-dep": "^0.0.7"
},
"sideEffects": [
"./src/entrypoints/*.ts"
Expand Down
2 changes: 1 addition & 1 deletion packages/opencensus-web-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencensus/web-types",
"version": "0.0.6",
"version": "0.0.7",
"description": "OpenCensus Web types is a slightly-patched copy of the `types.ts` files from `@opencensus/core` so that they can be easily imported in web-specific packages.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down

0 comments on commit bf074ac

Please sign in to comment.