From b8244f108af0aaf34c32a61e97b66e38db682afc Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Sat, 28 Dec 2019 20:35:52 +0100 Subject: [PATCH] source-map-resolve v0.5.3 --- bower.json | 2 +- changelog.md | 8 ++++++++ component.json | 2 +- package-lock.json | 2 +- package.json | 4 ++-- x-package.json5 | 10 +++++----- 6 files changed, 18 insertions(+), 10 deletions(-) diff --git a/bower.json b/bower.json index e95acf3..8c18765 100644 --- a/bower.json +++ b/bower.json @@ -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.", diff --git a/changelog.md b/changelog.md index b35771b..7b3f94b 100644 --- a/changelog.md +++ b/changelog.md @@ -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` diff --git a/component.json b/component.json index 7af17d4..005f22b 100644 --- a/component.json +++ b/component.json @@ -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.", diff --git a/package-lock.json b/package-lock.json index ffd0630..d6a30aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "source-map-resolve", - "version": "0.5.2", + "version": "0.5.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 60f655e..78b6398 100644 --- a/package.json +++ b/package.json @@ -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.", @@ -44,4 +44,4 @@ "simple-asyncify": "1.0.0", "tape": "4.12.1" } -} +} \ No newline at end of file diff --git a/x-package.json5 b/x-package.json5 index 96d4ba9..ff22ecb 100644 --- a/x-package.json5 +++ b/x-package.json5 @@ -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.", @@ -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: {