koatty_core
Advanced tools
Comparing version 1.3.26 to 1.3.27
@@ -25,3 +25,3 @@ "use strict"; | ||
// metadata | ||
Helper.define(context, "metadata", new Metadata_1.KoattyMetadata()); | ||
context.metadata = new Metadata_1.KoattyMetadata(); | ||
// getMetaData | ||
@@ -68,3 +68,3 @@ Helper.define(context, "getMetaData", function (key) { | ||
// metadata | ||
Helper.define(context, "metadata", Metadata_1.KoattyMetadata.from(call.metadata.toJSON())); | ||
context.metadata = Metadata_1.KoattyMetadata.from(call.metadata.toJSON()); | ||
if (context.call) { | ||
@@ -71,0 +71,0 @@ let handler = {}; |
{ | ||
"name": "koatty_core", | ||
"version": "1.3.26", | ||
"version": "1.3.27", | ||
"description": "Koatty framework core", | ||
@@ -63,2 +63,2 @@ "scripts": { | ||
} | ||
} | ||
} |
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
1821152