File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 0.7.2
4+
5+ * Another 3x speed up in ` SourceMapConsumer ` . Read about it here:
6+ http://fitzgeraldnick.com/2018/02/26/speed-without-wizardry.html
7+
38## 0.7.1
49
510* Updated TypeScript typings. [ #321 ] [ ]
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ This is a library to generate and consume the source map format
1515
1616## Use on the Web
1717
18- <script src="https://unpkg.com/source-map@0.7.0 /dist/source-map.js"></script>
18+ <script src="https://unpkg.com/source-map@0.7.2 /dist/source-map.js"></script>
1919 <script>
2020 sourceMap.SourceMapConsumer.initialize({
21- "lib/mappings.wasm": "https://unpkg.com/source-map@0.7.0 /lib/mappings.wasm"
21+ "lib/mappings.wasm": "https://unpkg.com/source-map@0.7.2 /lib/mappings.wasm"
2222 });
2323 </script>
2424
Original file line number Diff line number Diff line change 11{
22 "name" : " source-map" ,
33 "description" : " Generates and consumes source maps" ,
4- "version" : " 0.7.1 " ,
4+ "version" : " 0.7.2 " ,
55 "homepage" : " https://github.com/mozilla/source-map" ,
66 "author" : " Nick Fitzgerald <nfitzgerald@mozilla.com>" ,
77 "contributors" : [
You can’t perform that action at this time.
0 commit comments