Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Commit

Permalink
source-map-resolve v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Dec 28, 2019
1 parent 8cb7ab5 commit b8244f1
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "source-map-resolve",
"version": "0.5.2",
"version": "0.5.3",
"author": "Simon Lydell",
"license": "MIT",
"description": "Resolve the source map and/or sources for a generated file.",
Expand Down
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### Version 0.5.3 (2019-12-28) ###

- Fixed: base64 encoded source maps now correctly decodes as utf-8. Previously,
non-ASCII characters could end up garbled. Thanks to ZHAO Jinxiang
(@xiaoxiangmoe)! (Note: This fix does not work in old evironments not
supporting both `TextDecoder` and `Uint8Array`.)
- Improved: Reduced size of the npm package.

### Version 0.5.2 (2018-05-10) ###

- Improved: Updated the version range of `atob` to disallow depending on `2.0.3`
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "source-map-resolve",
"version": "0.5.2",
"version": "0.5.3",
"author": "Simon Lydell",
"license": "MIT",
"description": "Resolve the source map and/or sources for a generated file.",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "source-map-resolve",
"version": "0.5.2",
"version": "0.5.3",
"author": "Simon Lydell",
"license": "MIT",
"description": "Resolve the source map and/or sources for a generated file.",
Expand Down Expand Up @@ -44,4 +44,4 @@
"simple-asyncify": "1.0.0",
"tape": "4.12.1"
}
}
}
10 changes: 5 additions & 5 deletions x-package.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
name: "source-map-resolve",
version: "0.5.2",
version: "0.5.3",
author: "Simon Lydell",
license: "MIT",
description: "Resolve the source map and/or sources for a generated file.",
Expand Down Expand Up @@ -33,18 +33,18 @@
build: "node generate-source-map-resolve.js"
},
dependencies: {
"atob": "^2.1.1",
"atob": "^2.1.2",
"decode-uri-component": "^0.2.0",
"resolve-url": "^0.2.1",
"source-map-url": "^0.4.0",
"urix": "^0.1.0"
},
devDependencies: {
"Base64": "1.0.1",
"jshint": "2.9.5",
"Base64": "1.1.0",
"jshint": "2.10.3",
"setimmediate": "1.0.5",
"simple-asyncify": "1.0.0",
"tape": "4.9.0"
"tape": "4.12.1"
}
},
component: {
Expand Down

0 comments on commit b8244f1

Please sign in to comment.