This repository was archived by the owner on Oct 3, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 11 files changed +33
-33
lines changed
opencensus-web-exporter-ocagent
opencensus-web-initial-load
opencensus-web-instrumentation-perf
opencensus-web-instrumentation-zone-peer-dep
opencensus-web-instrumentation-zone
opencensus-web-propagation-b3
opencensus-web-propagation-tracecontext Expand file tree Collapse file tree 11 files changed +33
-33
lines changed Original file line number Diff line number Diff line change 33 "packages" : [
44 " packages/*"
55 ],
6- "version" : " 0.0.6 "
6+ "version" : " 0.0.7 "
77}
Original file line number Diff line number Diff line change 11{
22 "name" : " @opencensus/web-core" ,
3- "version" : " 0.0.6 " ,
3+ "version" : " 0.0.7 " ,
44 "description" : " OpenCensus Web is a toolkit for collecting application performance and behavior data from client side web browser apps." ,
55 "main" : " build/src/index.js" ,
66 "types" : " build/src/index.d.ts" ,
6363 "zone.js" : " ^0.10.1"
6464 },
6565 "dependencies" : {
66- "@opencensus/web-types" : " ^0.0.6 " ,
66+ "@opencensus/web-types" : " ^0.0.7 " ,
6767 "@types/node" : " ^12.6.9"
6868 },
6969 "sideEffects" : false
Original file line number Diff line number Diff line change 11{
22 "name" : " @opencensus/web-exporter-ocagent" ,
3- "version" : " 0.0.6 " ,
3+ "version" : " 0.0.7 " ,
44 "description" : " OpenCensus Agent Exporter web allows user to send collected traces to the OpenCensus Agent via HTTP/JSON in a browser." ,
55 "main" : " build/src/index.js" ,
66 "types" : " build/src/index.d.ts" ,
6262 "webpack-cli" : " ^3.1.0"
6363 },
6464 "dependencies" : {
65- "@opencensus/web-core" : " ^0.0.6 "
65+ "@opencensus/web-core" : " ^0.0.7 "
6666 },
6767 "sideEffects" : false
6868}
Original file line number Diff line number Diff line change 11{
22 "name" : " @opencensus/web-initial-load" ,
3- "version" : " 0.0.6 " ,
3+ "version" : " 0.0.7 " ,
44 "description" : " OpenCensus Web trace instrumentation for the initial page load" ,
55 "main" : " build/src/index.js" ,
66 "types" : " build/src/index.d.ts" ,
6161 "webpack-cli" : " ^3.1.0"
6262 },
6363 "dependencies" : {
64- "@opencensus/web-core" : " ^0.0.6 " ,
65- "@opencensus/web-exporter-ocagent" : " ^0.0.6 " ,
66- "@opencensus/web-instrumentation-perf" : " ^0.0.6 " ,
67- "@opencensus/web-propagation-tracecontext" : " ^0.0.6 " ,
68- "@opencensus/web-types" : " ^0.0.6 "
64+ "@opencensus/web-core" : " ^0.0.7 " ,
65+ "@opencensus/web-exporter-ocagent" : " ^0.0.7 " ,
66+ "@opencensus/web-instrumentation-perf" : " ^0.0.7 " ,
67+ "@opencensus/web-propagation-tracecontext" : " ^0.0.7 " ,
68+ "@opencensus/web-types" : " ^0.0.7 "
6969 },
7070 "sideEffects" : false
7171}
Original file line number Diff line number Diff line change 11{
22 "name" : " @opencensus/web-instrumentation-perf" ,
3- "version" : " 0.0.6 " ,
3+ "version" : " 0.0.7 " ,
44 "description" : " OpenCensus Web instrumentation to generate spans for browser performance API data." ,
55 "main" : " build/src/index.js" ,
66 "types" : " build/src/index.d.ts" ,
6363 "webpack-cli" : " ^3.1.0"
6464 },
6565 "dependencies" : {
66- "@opencensus/web-core" : " ^0.0.6 "
66+ "@opencensus/web-core" : " ^0.0.7 "
6767 },
6868 "sideEffects" : false
6969}
Original file line number Diff line number Diff line change 11{
22 "name" : " @opencensus/web-instrumentation-zone-peer-dep" ,
3- "version" : " 0.0.6 " ,
3+ "version" : " 0.0.7 " ,
44 "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." ,
55 "main" : " build/src/index.js" ,
66 "types" : " build/src/index.d.ts" ,
6464 "zone.js" : " ^0.10.1"
6565 },
6666 "dependencies" : {
67- "@opencensus/web-core" : " ^0.0.6 " ,
68- "@opencensus/web-exporter-ocagent" : " ^0.0.6 " ,
69- "@opencensus/web-initial-load" : " ^0.0.6 " ,
70- "@opencensus/web-instrumentation-perf" : " ^0.0.6 " ,
71- "@opencensus/web-propagation-tracecontext" : " ^0.0.6 "
67+ "@opencensus/web-core" : " ^0.0.7 " ,
68+ "@opencensus/web-exporter-ocagent" : " ^0.0.7 " ,
69+ "@opencensus/web-initial-load" : " ^0.0.7 " ,
70+ "@opencensus/web-instrumentation-perf" : " ^0.0.7 " ,
71+ "@opencensus/web-propagation-tracecontext" : " ^0.0.7 "
7272 },
7373 "peerDependencies" : {
7474 "zone.js" : " ^0.10.1"
Original file line number Diff line number Diff line change 11{
22 "name" : " @opencensus/web-instrumentation-zone" ,
3- "version" : " 0.0.6 " ,
3+ "version" : " 0.0.7 " ,
44 "description" : " OpenCensus Web instrumentation zone is used to generate user interaction spans for interactions after the initial page loads." ,
55 "main" : " build/src/index.js" ,
66 "types" : " build/src/index.d.ts" ,
6161 "webpack-dev-server" : " ^3.4.1"
6262 },
6363 "dependencies" : {
64- "@opencensus/web-instrumentation-zone-peer-dep" : " ^0.0.6 " ,
64+ "@opencensus/web-instrumentation-zone-peer-dep" : " ^0.0.7 " ,
6565 "zone.js" : " ^0.10.1"
6666 },
6767 "sideEffects" : true
Original file line number Diff line number Diff line change 11{
22 "name" : " @opencensus/web-propagation-b3" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.0.7 " ,
44 "description" : " OpenCensus Trace Context format propagation for the web browser based on B3 format" ,
55 "main" : " build/src/index.js" ,
66 "types" : " build/src/index.d.ts" ,
6161 "webpack-cli" : " ^3.3.7"
6262 },
6363 "dependencies" : {
64- "@opencensus/web-core" : " ^0.0.6 "
64+ "@opencensus/web-core" : " ^0.0.7 "
6565 },
6666 "sideEffects" : false
6767}
Original file line number Diff line number Diff line change 11{
22 "name" : " @opencensus/web-propagation-tracecontext" ,
3- "version" : " 0.0.6 " ,
3+ "version" : " 0.0.7 " ,
44 "description" : " OpenCensus Trace Context format propagation for the web browser" ,
55 "main" : " build/src/index.js" ,
66 "types" : " build/src/index.d.ts" ,
6161 "webpack-cli" : " ^3.1.0"
6262 },
6363 "dependencies" : {
64- "@opencensus/web-core" : " ^0.0.6 "
64+ "@opencensus/web-core" : " ^0.0.7 "
6565 },
6666 "sideEffects" : false
6767}
Original file line number Diff line number Diff line change 11{
22 "name" : " @opencensus/web-scripts" ,
3- "version" : " 0.0.6 " ,
3+ "version" : " 0.0.7 " ,
44 "description" : " OpenCensus Web scripts brings all the main OpenCensus Web packages to provide distributions for easy use in web applications via <script> tags." ,
55 "main" : " build/src/index.js" ,
66 "types" : " build/src/index.d.ts" ,
6868 "webpack-dev-server" : " ^3.2.1"
6969 },
7070 "dependencies" : {
71- "@opencensus/web-core" : " ^0.0.6 " ,
72- "@opencensus/web-exporter-ocagent" : " ^0.0.6 " ,
73- "@opencensus/web-initial-load" : " ^0.0.6 " ,
74- "@opencensus/web-instrumentation-perf" : " ^0.0.6 " ,
75- "@opencensus/web-instrumentation-zone" : " ^0.0.6 " ,
76- "@opencensus/web-instrumentation-zone-peer-dep" : " ^0.0.6 "
71+ "@opencensus/web-core" : " ^0.0.7 " ,
72+ "@opencensus/web-exporter-ocagent" : " ^0.0.7 " ,
73+ "@opencensus/web-initial-load" : " ^0.0.7 " ,
74+ "@opencensus/web-instrumentation-perf" : " ^0.0.7 " ,
75+ "@opencensus/web-instrumentation-zone" : " ^0.0.7 " ,
76+ "@opencensus/web-instrumentation-zone-peer-dep" : " ^0.0.7 "
7777 },
7878 "sideEffects" : [
7979 " ./src/entrypoints/*.ts"
You can’t perform that action at this time.
0 commit comments