Commit c7c59df 1 parent 407a7bf commit c7c59df Copy full SHA for c7c59df
File tree 3 files changed +12
-12
lines changed
packages/faro-webpack/src/test
3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 6
6
"build" : " webpack"
7
7
},
8
8
"dependencies" : {
9
- "@grafana/faro-webpack-plugin" : " ^0.0.12 "
9
+ "@grafana/faro-webpack-plugin" : " ^0.0.19 "
10
10
},
11
11
"license" : " MIT" ,
12
12
"devDependencies" : {
Original file line number Diff line number Diff line change 1
- import FaroSourcemapUploaderPlugin from '@grafana/faro-webpack-plugin' ;
1
+ import FaroSourceMapUploaderPlugin from '@grafana/faro-webpack-plugin' ;
2
2
import path from 'path' ;
3
3
4
4
export const config = {
@@ -11,7 +11,7 @@ export const config = {
11
11
} ,
12
12
mode : 'production' ,
13
13
plugins : [
14
- new FaroSourcemapUploaderPlugin ( {
14
+ new FaroSourceMapUploaderPlugin ( {
15
15
appName : 'webpack-test-app' ,
16
16
endpoint : 'http://localhost:8000/faro/api/v1' ,
17
17
appId : '1' ,
Original file line number Diff line number Diff line change 33
33
resolved "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
34
34
integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==
35
35
36
- " @grafana/faro-bundlers-shared@^0.0.12 " :
37
- version "0.0.12 "
38
- resolved "https://registry.npmjs.org/@grafana/faro-bundlers-shared/-/faro-bundlers-shared-0.0.12 .tgz#c2a340d3674af7e2e7c6cea249f8eff5c850393f "
39
- integrity sha512-tmOTLe8UOges3bhd+IiUGtj/vV9G7Sd/ObXgCo4RV4MmzOvfeMOXPsjAZ1b/nqu35CL8XXspr7GOBv18Sr513w ==
36
+ " @grafana/faro-bundlers-shared@^0.0.19 " :
37
+ version "0.0.19 "
38
+ resolved "https://registry.npmjs.org/@grafana/faro-bundlers-shared/-/faro-bundlers-shared-0.0.19 .tgz#b091e0ab9f1e0751ccba5765bc1874b861b4fb1a "
39
+ integrity sha512-/i3nb3O+S84J4PKZE9tQxo4KQdLTSri6+8Ca1hyv+gwn98vZ7TtPhjdOEvZNAxSW8uHNdBV/yDvmwwKRN9iHUg ==
40
40
dependencies :
41
41
ansis "^3.2.0"
42
42
node-tar "^1.0.0"
43
43
tar "^7.1.0"
44
44
45
- " @grafana/faro-webpack-plugin@^0.0.12 " :
46
- version "0.0.12 "
47
- resolved "https://registry.npmjs.org/@grafana/faro-webpack-plugin/-/faro-webpack-plugin-0.0.12 .tgz#890e6939246732f2936cb608f443133794cceeb9 "
48
- integrity sha512-GaUp5vlUh59GfoWTbFYLsmYaZLDzCBxYYAE9KJeBCIylKrkgh2TcdkwLj1INcA0Fef3/8GkLlKNAkXZuhi72kA ==
45
+ " @grafana/faro-webpack-plugin@^0.0.19 " :
46
+ version "0.0.19 "
47
+ resolved "https://registry.npmjs.org/@grafana/faro-webpack-plugin/-/faro-webpack-plugin-0.0.19 .tgz#e778318d521f72fd517d74a43c5bf390f4d25bad "
48
+ integrity sha512-Nfqj5dldti0j7NjdZU9++IbMmWJTpgtJDSENzteBbQqDXYESJazYh7Mt/i+4iPJLvHSlEMnKUEtD+b+q0uKJMg ==
49
49
dependencies :
50
- " @grafana/faro-bundlers-shared" " ^0.0.12 "
50
+ " @grafana/faro-bundlers-shared" " ^0.0.19 "
51
51
" @rollup/plugin-babel" " ^6.0.4"
52
52
" @rollup/plugin-node-resolve" " ^15.2.3"
53
53
cross-fetch "^4.0.0"
You can’t perform that action at this time.
0 commit comments