@heimdallr-sdk/types
Advanced tools
Comparing version 0.0.6 to 0.0.7
export {}; | ||
//# sourceMappingURL=base.js.map |
@@ -6,2 +6,1 @@ var BaseBreadcrumbTypes; | ||
export {}; | ||
//# sourceMappingURL=breadcrumb.js.map |
@@ -16,2 +16,1 @@ export var BrowserBreadcrumbTypes; | ||
})(BrowserBreadcrumbTypes || (BrowserBreadcrumbTypes = {})); | ||
//# sourceMappingURL=browser.js.map |
export {}; | ||
//# sourceMappingURL=common.js.map |
@@ -77,1 +77,4 @@ export declare enum StoreKeyType { | ||
} | ||
export declare enum VueTypes { | ||
ERROR = "error" | ||
} |
@@ -89,2 +89,5 @@ export var StoreKeyType; | ||
})(DeviceType || (DeviceType = {})); | ||
//# sourceMappingURL=constant.js.map | ||
export var VueTypes; | ||
(function (VueTypes) { | ||
VueTypes["ERROR"] = "error"; | ||
})(VueTypes || (VueTypes = {})); |
export {}; | ||
//# sourceMappingURL=http.js.map |
@@ -11,2 +11,1 @@ export * from './common'; | ||
export * from './sourcemap'; | ||
//# sourceMappingURL=index.js.map |
@@ -9,2 +9,1 @@ export var PerformanceFeat; | ||
})(PerformanceFeat || (PerformanceFeat = {})); | ||
//# sourceMappingURL=options.js.map |
export {}; | ||
//# sourceMappingURL=plugin.js.map |
export {}; | ||
//# sourceMappingURL=sourcemap.js.map |
@@ -0,1 +1,2 @@ | ||
import { ReportDataMsgType } from './base'; | ||
import { IAnyObject } from './common'; | ||
@@ -22,3 +23,3 @@ export interface VueInstance { | ||
} | ||
export interface VueReportDataType { | ||
export interface VueReportDataType extends ReportDataMsgType { | ||
name: string; | ||
@@ -25,0 +26,0 @@ message: string; |
export {}; | ||
//# sourceMappingURL=vue.js.map |
{ | ||
"name": "@heimdallr-sdk/types", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "@heimdallr-sdk/types", | ||
@@ -27,3 +27,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "be668ba1b22af5098fc6726df5e2b379003fe406" | ||
"gitHead": "261a108f06d34727622b9bb7956066ec669a9e5f" | ||
} |
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
479
16018
25