Comparing version 1.6.42 to 1.6.43
@@ -1,2 +0,2 @@ | ||
import * as tslib_1 from "tslib"; | ||
import { __extends } from "tslib"; | ||
import { EventArgs, EventArgs1 } from './EventArgs'; | ||
@@ -99,3 +99,3 @@ import { EventHandler } from './EventHandler'; | ||
var Event1 = /** @class */ (function (_super) { | ||
tslib_1.__extends(Event1, _super); | ||
__extends(Event1, _super); | ||
function Event1() { | ||
@@ -102,0 +102,0 @@ var _this = _super !== null && _super.apply(this, arguments) || this; |
@@ -1,2 +0,2 @@ | ||
import * as tslib_1 from "tslib"; | ||
import { __extends } from "tslib"; | ||
var EventArgs = /** @class */ (function () { | ||
@@ -13,3 +13,3 @@ /** | ||
var EventArgs1 = /** @class */ (function (_super) { | ||
tslib_1.__extends(EventArgs1, _super); | ||
__extends(EventArgs1, _super); | ||
/** | ||
@@ -16,0 +16,0 @@ * constructor |
@@ -1,2 +0,2 @@ | ||
import * as tslib_1 from "tslib"; | ||
import { __extends } from "tslib"; | ||
var EventHandler = /** @class */ (function () { | ||
@@ -20,3 +20,3 @@ /** | ||
var EventHandler1 = /** @class */ (function (_super) { | ||
tslib_1.__extends(EventHandler1, _super); | ||
__extends(EventHandler1, _super); | ||
/** | ||
@@ -23,0 +23,0 @@ * constructor |
{ | ||
"name": "onix-core", | ||
"version": "1.6.42", | ||
"version": "1.6.43", | ||
"description": "Onix library core", | ||
@@ -31,9 +31,9 @@ "main": "dist/index.js", | ||
"@types/lodash-es": "^4.17.3", | ||
"@types/node": "^7.10.7", | ||
"clean-webpack-plugin": "^0.1.19", | ||
"ts-loader": "^4.5.0", | ||
"typescript": "^2.9.2", | ||
"webpack": "^4.39.3", | ||
"webpack-cli": "^3.3.7" | ||
"@types/node": "^7.10.9", | ||
"clean-webpack-plugin": "^3.0.0", | ||
"ts-loader": "^6.2.1", | ||
"typescript": "^3.7.2", | ||
"webpack": "^4.42.0", | ||
"webpack-cli": "^3.3.11" | ||
} | ||
} |
@@ -0,0 +0,0 @@ export interface IUser { |
@@ -0,0 +0,0 @@ import { IEventArgs, IEventArgs1 } from './IEventArgs'; |
@@ -0,0 +0,0 @@ import { IEventArgs, IEventArgs1 } from './IEventArgs'; |
@@ -0,0 +0,0 @@ export interface IEventArgs { |
@@ -0,0 +0,0 @@ import { IEventArgs, IEventArgs1 } from './IEventArgs'; |
@@ -0,0 +0,0 @@ export { IEventArgs, IEventArgs1 } from './IEventArgs'; |
export { grep } from './Grep'; | ||
export { pushif } from './Pushif'; |
@@ -0,0 +0,0 @@ export const pushif = (a: any[], cond: boolean, val: any) => { |
@@ -0,0 +0,0 @@ const valueToTwoDigits = function (value) { |
@@ -0,0 +0,0 @@ // use _.range export { isValueOutOfRange } from './IsValueOutOfRange'; |
export { justify } from './Justify'; | ||
export { pluralize } from './Pluralize'; | ||
export { sprintf } from './Sprintf'; |
@@ -0,0 +0,0 @@ export const pluralize = (num: number, strOne: string, strTwo: string, strFive: string) => { |
export interface Hashtable<T> { | ||
[key: string]: T; | ||
} |
@@ -0,0 +0,0 @@ export * from './fn/array/index'; |
@@ -0,0 +0,0 @@ export interface IDisposable { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
93338