|
1 | 1 | { |
2 | 2 | "name": "@opencensus/web-all", |
3 | | - "version": "0.0.1", |
4 | | - "description": |
5 | | - "OpenCensus Web All combines all the main OpenCensus Web packages to provide distributions for easy use in web applications via <script> tags.", |
| 3 | + "version": "0.0.2", |
| 4 | + "description": "OpenCensus Web All combines all the main OpenCensus Web packages to provide distributions for easy use in web applications via <script> tags.", |
6 | 5 | "main": "build/src/index.js", |
7 | 6 | "types": "build/src/index.d.ts", |
8 | 7 | "scripts": { |
9 | 8 | "build:prod": "webpack --config ./webpack/prod-bundles.config.js", |
10 | 9 | "build:dev": "webpack --config ./webpack/dev-bundles.config.js", |
11 | | - "start:webpack-server": |
12 | | - "webpack-dev-server --config ./webpack/dev-bundles.config.js", |
| 10 | + "start:webpack-server": "webpack-dev-server --config ./webpack/dev-bundles.config.js", |
13 | 11 | "test": "karma start --single-run", |
14 | 12 | "test:start": "karma start", |
15 | 13 | "codecov": "codecov -f coverage/*.json", |
|
71 | 69 | "webpack-dev-server": "^3.2.1" |
72 | 70 | }, |
73 | 71 | "dependencies": { |
74 | | - "@opencensus/web-core": "^0.0.1", |
75 | | - "@opencensus/web-exporter-ocagent": "^0.0.1", |
76 | | - "@opencensus/web-instrumentation-perf": "^0.0.1", |
77 | | - "@opencensus/web-propagation-tracecontext": "^0.0.1" |
| 72 | + "@opencensus/web-core": "^0.0.2", |
| 73 | + "@opencensus/web-exporter-ocagent": "^0.0.2", |
| 74 | + "@opencensus/web-instrumentation-perf": "^0.0.2", |
| 75 | + "@opencensus/web-propagation-tracecontext": "^0.0.2" |
78 | 76 | }, |
79 | | - "sideEffects": ["./src/entrypoints/*.ts"] |
| 77 | + "sideEffects": [ |
| 78 | + "./src/entrypoints/*.ts" |
| 79 | + ] |
80 | 80 | } |
0 commit comments