koatty_core
Advanced tools
Comparing version 1.8.0 to 1.8.1
@@ -5,2 +5,9 @@ # Changelog | ||
### [1.8.1](https://github.com/koatty/koatty_core/compare/v1.8.0...v1.8.1) (2023-11-08) | ||
### Bug Fixes | ||
* export AppEventArr ([a93e1a9](https://github.com/koatty/koatty_core/commit/a93e1a9e32c96e3ade1262ea5186eecead0d7b98)) | ||
## [1.8.0](https://github.com/koatty/koatty_core/compare/v1.7.10...v1.8.0) (2023-11-08) | ||
@@ -7,0 +14,0 @@ |
/*! | ||
* @Author: richen | ||
* @Date: 2023-11-08 13:34:53 | ||
* @Date: 2023-11-08 13:40:56 | ||
* @License: BSD (3-Clause) | ||
@@ -40,2 +40,4 @@ * @Copyright (c) - <richenlin(at)gmail.com> | ||
export declare const AppEventArr: string[]; | ||
/** | ||
@@ -42,0 +44,0 @@ * Create KoattyContext |
/*! | ||
* @Author: richen | ||
* @Date: 2023-11-08 13:34:41 | ||
* @Date: 2023-11-08 13:40:45 | ||
* @License: BSD (3-Clause) | ||
@@ -598,2 +598,11 @@ * @Copyright (c) - <richenlin(at)gmail.com> | ||
/* | ||
* @Description: | ||
* @Usage: | ||
* @Author: richen | ||
* @Date: 2021-11-23 11:09:54 | ||
* @LastEditTime: 2023-11-08 13:39:08 | ||
*/ | ||
const AppEventArr = ["appBoot", "appReady", "appStart", "appStop"]; | ||
/** | ||
@@ -608,2 +617,3 @@ * WsRequest | ||
exports.AppEventArr = AppEventArr; | ||
exports.CreateContext = CreateContext; | ||
@@ -610,0 +620,0 @@ exports.Koatty = Koatty; |
{ | ||
"name": "koatty_core", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "Koatty framework core", | ||
@@ -5,0 +5,0 @@ "scripts": { |
{ | ||
"name": "koatty_core", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"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
62505
1638