Skip to content

Commit 095a582

Browse files
committed
trace-mapping/0.3.30
1 parent e53a6df commit 095a582

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/trace-mapping/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [0.3.30] - 2025-08-12
2+
3+
- Use `default` subpath export: https://github.com/jridgewell/sourcemaps/commit/aab8d72
4+
- Transform `export default` into `module.exports =` in UMD plugin: https://github.com/jridgewell/sourcemaps/commit/cf85c75
5+
6+
**Full Changelog**: https://github.com/jridgewell/sourcemaps/compare/trace-mapping/0.3.29...trace-mapping/0.3.30
7+
18
# [0.3.29] - 2025-07-01
29

310
- Optimize UMD wrapper: https://github.com/jridgewell/sourcemaps/commit/557ca37

packages/trace-mapping/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jridgewell/trace-mapping",
3-
"version": "0.3.29",
3+
"version": "0.3.30",
44
"description": "Trace the original position through a source map",
55
"keywords": [
66
"source",

0 commit comments

Comments
 (0)