Skip to content

Commit 8ff22bd

Browse files
konraddysputKonrad Dysput
and
Konrad Dysput
authored
sourcemap-tools: version 0.2.4 (#334)
Co-authored-by: Konrad Dysput <konrad.dysput@saucelabs.com>
1 parent f3cb576 commit 8ff22bd

File tree

6 files changed

+11
-8
lines changed

6 files changed

+11
-8
lines changed

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/cli/package.json

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

tools/rollup-plugin/package.json

+1-1
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.3"
52+
"@backtrace/sourcemap-tools": "^0.2.4"
5353
},
5454
"peerDependencies": {
5555
"rollup": "^3.26.3"

tools/sourcemap-tools/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Version 0.2.4
2+
3+
- expose processSource for CLI tools (#332)

tools/sourcemap-tools/package.json

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

tools/webpack-plugin/package.json

+1-1
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.3"
61+
"@backtrace/sourcemap-tools": "^0.2.4"
6262
},
6363
"peerDependencies": {
6464
"webpack": "^5.85.0 || ^4.46.0"

0 commit comments

Comments
 (0)