koatty_core
Advanced tools
Comparing version 1.8.1 to 1.8.2
@@ -5,2 +5,9 @@ # Changelog | ||
### [1.8.2](https://github.com/koatty/koatty_core/compare/v1.8.1...v1.8.2) (2023-11-09) | ||
### Bug Fixes | ||
* use const ([2ba24ae](https://github.com/koatty/koatty_core/commit/2ba24aec1305624d22d159c5b463288f37c39a7c)) | ||
### [1.8.1](https://github.com/koatty/koatty_core/compare/v1.8.0...v1.8.1) (2023-11-08) | ||
@@ -7,0 +14,0 @@ |
/*! | ||
* @Author: richen | ||
* @Date: 2023-11-08 13:40:56 | ||
* @Date: 2023-11-09 23:00:25 | ||
* @License: BSD (3-Clause) | ||
@@ -5,0 +5,0 @@ * @Copyright (c) - <richenlin(at)gmail.com> |
/*! | ||
* @Author: richen | ||
* @Date: 2023-11-08 13:40:45 | ||
* @Date: 2023-11-09 23:00:12 | ||
* @License: BSD (3-Clause) | ||
@@ -449,3 +449,3 @@ * @Copyright (c) - <richenlin(at)gmail.com> | ||
koatty_logger.DefaultLogger.Log('Koatty', '', 'Emit App Start ...'); | ||
asyncEvent(this, 'appStart'); | ||
asyncEvent(this, "appStart" /* AppEvent.appStart */); | ||
// | ||
@@ -452,0 +452,0 @@ listenCallback(this); |
{ | ||
"name": "koatty_core", | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"description": "Koatty framework core", | ||
@@ -5,0 +5,0 @@ "scripts": { |
{ | ||
"name": "koatty_core", | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"description": "Koatty framework core", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
62770