Comparing version 1.1.20 to 1.1.21
@@ -10,1 +10,5 @@ export interface IDisposable { | ||
} | ||
export interface IError { | ||
type: string; | ||
message?: string; | ||
} |
{ | ||
"name": "onix-core", | ||
"version": "1.1.20", | ||
"version": "1.1.21", | ||
"description": "Onix library core", | ||
@@ -5,0 +5,0 @@ "main": "built/index.js", |
@@ -16,2 +16,2 @@ export * from './fn/Types'; | ||
export { Intl } from './Intl'; | ||
import { IDisposable, ITyped } from './Types'; | ||
import { IDisposable, ITyped, IError } from './Types'; |
@@ -10,2 +10,7 @@ export interface IDisposable { | ||
_type: string; | ||
} | ||
export interface IError { | ||
type: string, | ||
message?: string | ||
} |
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
1509421
21494