@logtail/core
Advanced tools
Comparing version 0.4.5 to 0.4.6
{ | ||
"name": "@logtail/core", | ||
"version": "0.4.5", | ||
"version": "0.4.6", | ||
"description": "Logtail.com - logging core", | ||
@@ -43,6 +43,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@logtail/tools": "^0.4.5", | ||
"@logtail/types": "^0.4.5" | ||
"@logtail/tools": "^0.4.6", | ||
"@logtail/types": "^0.4.6" | ||
}, | ||
"gitHead": "0f816cacc21b352576a5707741f9151aa1481041" | ||
"gitHead": "7c2faf339a1ea766cd986896739ee4c47788a06e" | ||
} |
@@ -260,3 +260,3 @@ import Base from "./base"; | ||
// Context should contain a stack trace | ||
expect((log as any).stack).toBe(e.stack); | ||
expect(log.stack).toBe(e.stack); | ||
}); | ||
@@ -263,0 +263,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
135958
Updated@logtail/tools@^0.4.6
Updated@logtail/types@^0.4.6