Commit 5a22f5e 1 parent 59e16c4 commit 5a22f5e Copy full SHA for 5a22f5e
File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
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.2 " ,
3
+ "version" : " 0.2.0 " ,
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.1.2 " ,
3
+ "version" : " 0.2.0 " ,
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-cli" ,
3
- "version" : " 0.1 .0" ,
3
+ "version" : " 0.2 .0" ,
4
4
"description" : " CLI for uploading sourcemaps to the Faro source map API" ,
5
5
"main" : " dist/cjs/index.js" ,
6
6
"types" : " dist/cjs/index.d.ts" ,
21
21
"test:watch" : " jest --watch"
22
22
},
23
23
"dependencies" : {
24
- "@grafana/faro-bundlers-shared" : " ^0.1.2 " ,
24
+ "@grafana/faro-bundlers-shared" : " ^0.2.0 " ,
25
25
"commander" : " ^13.1.0" ,
26
26
"jest" : " ^29.7.0" ,
27
27
"tar" : " ^7.1.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @grafana/faro-rollup-plugin" ,
3
- "version" : " 0.1.2 " ,
3
+ "version" : " 0.2.0 " ,
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.2 " ,
23
+ "@grafana/faro-bundlers-shared" : " ^0.2.0 " ,
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.2 " ,
3
+ "version" : " 0.2.0 " ,
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.2 " ,
20
+ "@grafana/faro-bundlers-shared" : " ^0.2.0 " ,
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