Commit ebbab0b 1 parent 161f5d3 commit ebbab0b Copy full SHA for ebbab0b
File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
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.1.1 " ,
3
+ "version" : " 0.1.2 " ,
4
4
"npmClient" : " yarn" ,
5
5
"packages" : [
6
6
" packages/*"
7
7
]
8
- }
8
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @grafana/faro-bundlers-shared" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.1.2 " ,
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.1.1 " ,
3
+ "version" : " 0.1.2 " ,
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.1.1 " ,
23
+ "@grafana/faro-bundlers-shared" : " ^0.1.2 " ,
24
24
"cross-fetch" : " ^4.0.0" ,
25
25
"magic-string" : " ^0.30.5" ,
26
26
"rollup" : " ^4.22.4"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @grafana/faro-webpack-plugin" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.1.2 " ,
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.1.1 " ,
20
+ "@grafana/faro-bundlers-shared" : " ^0.1.2 " ,
21
21
"cross-fetch" : " ^4.0.0" ,
22
22
"webpack" : " ^5.89.0"
23
23
},
You can’t perform that action at this time.
0 commit comments