8000 Update stackframe dependency to version 1.3.4 · stacktracejs/error-stack-parser@b53fc45 · GitHub
[go: up one dir, main page]

Skip to content

Commit b53fc45

Browse files
committed
Update stackframe dependency to version 1.3.4
1 parent db8ec6f commit b53fc45

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

error-stack-parser.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Definitions by: Eric Wendelin <https://www.eriwen.com>
44
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
55

6-
import StackFrame from "stackframe";
6+
import StackFrame = require("stackframe");
77

88
declare namespace ErrorStackParser {
99
export type {StackFrame};

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"Oliver Salzburg (https://github.com/oliversalzburg)",
88
"Ben Gourley (https://github.com/bengourley)"
99
],
10-
"version": "3.0.0",
10+
"version": "2.1.2",
1111
"license": "MIT",
1212
"keywords": [
1313
"stacktrace",
@@ -17,7 +17,7 @@
1717
],
1818
"homepage": "https://www.stacktracejs.com",
1919
"dependencies": {
20-
"stackframe": "^1.3.0"
20+
"stackframe": "^1.3.4"
2121
},
2222
"repository": {
2323
"type": "git",

0 commit comments

Comments
 (0)
0