Commit 407a7bf 1 parent c6ce4dc commit 407a7bf Copy full SHA for 407a7bf
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.18 " ,
3
+ "version" : " 0.0.19 " ,
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.18 " ,
3
+ "version" : " 0.0.19 " ,
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.18 " ,
3
+ "version" : " 0.0.19 " ,
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
"types" : " dist/cjs/index.d.ts" ,
20
20
"ava" : " ^3.8.1"
21
21
},
22
22
"dependencies" : {
23
- "@grafana/faro-bundlers-shared" : " ^0.0.18 " ,
23
+ "@grafana/faro-bundlers-shared" : " ^0.0.19 " ,
24
24
"cross-fetch" : " ^4.0.0" ,
25
25
"magic-string" : " ^0.30.5" ,
26
26
"rollup" : " ^4.1.1"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @grafana/faro-webpack-plugin" ,
3
- "version" : " 0.0.18 " ,
3
+ "version" : " 0.0.19 " ,
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
"types" : " dist/cjs/index.d.ts" ,
17
17
"test" : " ava src/index.test.mjs"
18
18
},
19
19
"dependencies" : {
20
- "@grafana/faro-bundlers-shared" : " ^0.0.18 " ,
20
+ "@grafana/faro-bundlers-shared" : " ^0.0.19 " ,
21
21
"@rollup/plugin-babel" : " ^6.0.4" ,
22
22
"@rollup/plugin-node-resolve" : " ^15.2.3" ,
23
23
"cross-fetch" : " ^4.0.0" ,
You can’t perform that action at this time.
0 commit comments