Comparing version 1.0.6 to 1.0.7
@@ -524,3 +524,3 @@ !function(e){if("object"==typeof exports)module.exports=e();else if("function"==typeof define&&define.amd)define(e);else{var f;"undefined"!=typeof window?f=window:"undefined"!=typeof global?f=global:"undefined"!=typeof self&&(f=self),f.stackinfo=e()}}(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find module '"+o+"'")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(_dereq_,module,exports){ | ||
var trace = printStackTrace(ex) | ||
var trace = printStackTrace({e:ex}) | ||
@@ -527,0 +527,0 @@ if(ex === undefined) { |
{"name":"stackinfo", | ||
"version":"1.0.6", | ||
"version":"1.0.7", | ||
"main":"stackinfo.js", | ||
@@ -4,0 +4,0 @@ "description": "Gets an object containing normalized stacktrace information across browsers.", |
@@ -90,2 +90,3 @@ `stackinfo` | ||
* 1.0.7 - fixing bug where the wrong stacktrace would be returned when one was passed in | ||
* 1.0.6 - exposing stacktrace.js's sourceCache so it can be consolidated with source caches from other modules | ||
@@ -92,0 +93,0 @@ * 1.0.4 - adding a firefox trace pattern |
@@ -9,3 +9,3 @@ var printStackTrace = require('stacktrace-js') | ||
var trace = printStackTrace(ex) | ||
var trace = printStackTrace({e:ex}) | ||
@@ -12,0 +12,0 @@ if(ex === undefined) { |
42761
112