sourcemapuploader: fix globe version
This commit is contained in:
parent
27f1027ad2
commit
73ade8da81
2 changed files with 1292 additions and 1 deletions
1290
sourcemap-uploader/package-lock.json
generated
Normal file
1290
sourcemap-uploader/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@openreplay/sourcemap-uploader",
|
"name": "@openreplay/sourcemap-uploader",
|
||||||
"version": "3.0.11",
|
"version": "3.0.13",
|
||||||
"description": "NPM module to upload your JS sourcemaps files to OpenReplay",
|
"description": "NPM module to upload your JS sourcemaps files to OpenReplay",
|
||||||
"bin": "cli.js",
|
"bin": "cli.js",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
|
@ -21,6 +21,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"argparse": "^2.0.1",
|
"argparse": "^2.0.1",
|
||||||
|
"glob": "^8.0.3",
|
||||||
"glob-promise": "^6.0.7"
|
"glob-promise": "^6.0.7"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue