Commit b7fdce2 1 parent fe7f32e commit b7fdce2 Copy full SHA for b7fdce2
File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3
- "version" : " 0.0.7 " ,
3
+ "version" : " 0.0.8 " ,
4
4
"npmClient" : " yarn" ,
5
5
"packages" : [
6
6
" packages/*"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @grafana/faro-bundlers-shared" ,
3
- "version" : " 0.0.7 " ,
3
+ "version" : " 0.0.8 " ,
4
4
"main" : " dist/cjs/index.js" ,
5
5
"types" : " dist/cjs/index.d.ts" ,
6
6
"module" : " dist/esm/index.mjs" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @grafana/faro-rollup-plugin" ,
3
- "version" : " 0.0.7 " ,
3
+ "version" : " 0.0.8 " ,
4
4
"description" : " Upload a source map to the Faro source map API from a Rollup build pipeline" ,
5
5
"main" : " dist/cjs/index.js" ,
6
6
"module" : " dist/esm/index.mjs" ,
15
15
"build" : " rollup --config rollup.config.mjs"
16
16
},
17
17
"dependencies" : {
18
- "@grafana/faro-bundlers-shared" : " ^0.0.7 " ,
18
+ "@grafana/faro-bundlers-shared" : " ^0.0.8 " ,
19
19
"cross-fetch" : " ^4.0.0" ,
20
20
"magic-string" : " ^0.30.5"
21
21
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @grafana/faro-webpack-plugin" ,
3
- "version" : " 0.0.7 " ,
3
+ "version" : " 0.0.8 " ,
4
4
"description" : " Upload a source map to the Faro source map API from a Webpack build pipeline " ,
5
5
"main" : " dist/cjs/index.js" ,
6
6
"module" : " dist/esm/index.mjs" ,
15
15
"build" : " rollup --config rollup.config.mjs"
16
16
},
17
17
"dependencies" : {
18
- "@grafana/faro-bundlers-shared" : " ^0.0.7 " ,
18
+ "@grafana/faro-bundlers-shared" : " ^0.0.8 " ,
19
19
"@rollup/plugin-babel" : " ^6.0.4" ,
20
20
"@rollup/plugin-node-resolve" : " ^15.2.3" ,
21
21
"cross-fetch" : " ^4.0.0" ,
You can’t perform that action at this time.
0 commit comments