Skip to content

Commit c317450

Browse files
authored
sourcemap-tools: version 0.2.2 (#221)
Co-authored-by: Sebastian Alex <sebastian.alex@saucelabs.com>
1 parent 094eb47 commit c317450

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"/lib"
4646
],
4747
"dependencies": {
48-
"@backtrace/sourcemap-tools": "^0.2.1",
48+
"@backtrace/sourcemap-tools": "^0.2.2",
4949
"command-line-args": "^5.2.1",
5050
"command-line-usage": "^7.0.1",
5151
"glob": "^10.3.3",

tools/rollup-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"typescript": "^5.0.4"
5050
},
5151
"dependencies": {
52-
"@backtrace/sourcemap-tools": "^0.2.0"
52+
"@backtrace/sourcemap-tools": "^0.2.2"
5353
},
5454
"peerDependencies": {
5555
"rollup": "^3.26.3"

tools/sourcemap-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@backtrace/sourcemap-tools",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Backtrace-JavaScript sourcemap tools",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

tools/webpack-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"webpack-sources-webpack-4": "npm:webpack-sources@^1.4.1"
5959
},
6060
"dependencies": {
61-
"@backtrace/sourcemap-tools": "^0.2.0"
61+
"@backtrace/sourcemap-tools": "^0.2.2"
6262
},
6363
"peerDependencies": {
6464
"webpack": "^5.85.0 || ^4.46.0"

0 commit comments

Comments
 (0)