@curveball/core
Advanced tools
Comparing version 0.21.0 to 0.21.1
Changelog | ||
========= | ||
0.21.1 (2023-02-17) | ||
------------------- | ||
* Export server version string | ||
0.21.0 (2023-02-14) | ||
@@ -5,0 +11,0 @@ ------------------- |
import Application from './application.js'; | ||
export default Application; | ||
export { Application }; | ||
export { conditionalCheck, Headers, invokeMiddlewares, middlewareCall, Middleware, Request, Response, MemoryRequest, MemoryResponse, WsContext, Context, Context as BaseContext, } from '@curveball/kernel'; | ||
export { conditionalCheck, Headers, invokeMiddlewares, middlewareCall, Middleware, Request, Response, MemoryRequest, MemoryResponse, WsContext, Context, Context as BaseContext, VERSION, } from '@curveball/kernel'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.BaseContext = exports.Context = exports.MemoryResponse = exports.MemoryRequest = exports.Response = exports.Request = exports.middlewareCall = exports.invokeMiddlewares = exports.Headers = exports.conditionalCheck = exports.Application = void 0; | ||
exports.VERSION = exports.BaseContext = exports.Context = exports.MemoryResponse = exports.MemoryRequest = exports.Response = exports.Request = exports.middlewareCall = exports.invokeMiddlewares = exports.Headers = exports.conditionalCheck = exports.Application = void 0; | ||
const application_js_1 = require("./application.js"); | ||
@@ -19,2 +19,3 @@ exports.Application = application_js_1.default; | ||
Object.defineProperty(exports, "BaseContext", { enumerable: true, get: function () { return kernel_1.Context; } }); | ||
Object.defineProperty(exports, "VERSION", { enumerable: true, get: function () { return kernel_1.VERSION; } }); | ||
//# sourceMappingURL=index.js.map |
import Application from './application.js'; | ||
export default Application; | ||
export { Application }; | ||
export { conditionalCheck, Headers, invokeMiddlewares, middlewareCall, Middleware, Request, Response, MemoryRequest, MemoryResponse, WsContext, Context, Context as BaseContext, } from '@curveball/kernel'; | ||
export { conditionalCheck, Headers, invokeMiddlewares, middlewareCall, Middleware, Request, Response, MemoryRequest, MemoryResponse, WsContext, Context, Context as BaseContext, VERSION, } from '@curveball/kernel'; |
@@ -6,3 +6,3 @@ import Application from './application.js'; | ||
// For backwards compatibility | ||
Context as BaseContext, } from '@curveball/kernel'; | ||
Context as BaseContext, VERSION, } from '@curveball/kernel'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@curveball/core", | ||
"version": "0.21.0", | ||
"version": "0.21.1", | ||
"description": "Curveball is a framework writting in Typescript for Node.js", | ||
@@ -37,3 +37,3 @@ "type": "module", | ||
"dependencies": { | ||
"@curveball/kernel": ">=0.21.0 <1", | ||
"@curveball/kernel": ">=0.21.1 <1", | ||
"@types/ws": "^8.5.3", | ||
@@ -44,3 +44,3 @@ "raw-body": "^2.4.1", | ||
"peerDependencies": { | ||
"@curveball/kernel": ">=0.21.0 <1" | ||
"@curveball/kernel": ">=0.21.1 <1" | ||
}, | ||
@@ -47,0 +47,0 @@ "devDependencies": { |
@@ -20,2 +20,4 @@ import Application from './application.js'; | ||
Context as BaseContext, | ||
VERSION, | ||
} from '@curveball/kernel'; |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
129011
2255
0