sourcemapuploader: fix globe version

This commit is contained in:
nick-delirium 2024-11-20 09:54:35 +01:00
parent 27f1027ad2
commit 73ade8da81
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0
2 changed files with 1292 additions and 1 deletions

1290
sourcemap-uploader/package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{
"name": "@openreplay/sourcemap-uploader",
"version": "3.0.11",
"version": "3.0.13",
"description": "NPM module to upload your JS sourcemaps files to OpenReplay",
"bin": "cli.js",
"main": "index.js",
@ -21,6 +21,7 @@
},
"dependencies": {
"argparse": "^2.0.1",
"glob": "^8.0.3",
"glob-promise": "^6.0.7"
}
}