@icreate/core
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -526,3 +526,3 @@ /* | ||
* @LastEditors: 文贝 | ||
* @LastEditTime: 2022-02-12 00:19:17 | ||
* @LastEditTime: 2022-02-12 00:48:16 | ||
* @Descripttion: | ||
@@ -545,3 +545,3 @@ * @FilePath: \src\ics.ts | ||
this.log = new Logger(); | ||
this.utils = new Utils(); | ||
this.utils = Utils; | ||
} | ||
@@ -548,0 +548,0 @@ Ics.prototype.toAbsAppPath = function (path) { |
@@ -531,3 +531,3 @@ (function (global, factory) { | ||
* @LastEditors: 文贝 | ||
* @LastEditTime: 2022-02-12 00:19:17 | ||
* @LastEditTime: 2022-02-12 00:48:16 | ||
* @Descripttion: | ||
@@ -550,3 +550,3 @@ * @FilePath: \src\ics.ts | ||
this.log = new Logger(); | ||
this.utils = new Utils(); | ||
this.utils = Utils; | ||
} | ||
@@ -553,0 +553,0 @@ Ics.prototype.toAbsAppPath = function (path) { |
@@ -18,3 +18,3 @@ "use strict"; | ||
* @LastEditors: 文贝 | ||
* @LastEditTime: 2022-02-12 00:15:29 | ||
* @LastEditTime: 2022-02-12 00:29:26 | ||
* @Descripttion: | ||
@@ -21,0 +21,0 @@ * @FilePath: \src\core\utils.ts |
@@ -8,3 +8,3 @@ "use strict"; | ||
* @LastEditors: 文贝 | ||
* @LastEditTime: 2022-02-12 00:19:17 | ||
* @LastEditTime: 2022-02-12 00:48:16 | ||
* @Descripttion: | ||
@@ -39,3 +39,3 @@ * @FilePath: \src\ics.ts | ||
this.log = new logger_1.default(); | ||
this.utils = new utils_1.default(); | ||
this.utils = utils_1.default; | ||
} | ||
@@ -42,0 +42,0 @@ Ics.prototype.toAbsAppPath = function (path) { |
@@ -13,5 +13,5 @@ import { ExecOptons, IBlockUI, IEvent, ILogger, LogLevels, UIOptions } from './interfaces/interfaces'; | ||
log: ILogger; | ||
utils: Utils; | ||
utils: typeof Utils; | ||
} | ||
declare const ics: Ics; | ||
export { ics, Event, BlockUI, Logger, Utils, LogLevels, ExecOptons, UIOptions }; |
{ | ||
"name": "@icreate/core", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
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
159664