smipper 13.0.0 → 16.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -0
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -127,6 +127,7 @@ function loadUri(path) {
|
|
|
127
127
|
// console.log(mapUrl);
|
|
128
128
|
return (new url.URL(mapUrl, path)).href;
|
|
129
129
|
}).then(mapUrl => {
|
|
130
|
+
// console.log(mapUrl.substr(0, 20));
|
|
130
131
|
if (mapUrl.startsWith("base64,")) {
|
|
131
132
|
return Buffer.from(mapUrl.substr(7), "base64").toString();
|
|
132
133
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "smipper",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "16.0.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -13,6 +13,6 @@
|
|
|
13
13
|
"license": "ISC",
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"got": "^9.6.0",
|
|
16
|
-
"source-map": "^0.7.
|
|
16
|
+
"source-map": "^0.7.4"
|
|
17
17
|
}
|
|
18
18
|
}
|