faas-js-runtime
Advanced tools
Comparing version 0.7.0 to 0.7.1
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.7.1](https://www.github.com/boson-project/faas-js-runtime/compare/v0.7.0...v0.7.1) (2021-05-24) | ||
### Bug Fixes | ||
* fix Invokable type signature ([#97](https://www.github.com/boson-project/faas-js-runtime/issues/97)) ([2c7f66c](https://www.github.com/boson-project/faas-js-runtime/commit/2c7f66c57767d459749c7a543cd06ee0cd76983a)) | ||
## [0.7.0](https://www.github.com/boson-project/faas-js-runtime/compare/v0.6.0...v0.7.0) (2021-05-24) | ||
@@ -7,0 +14,0 @@ |
import { Server } from 'http'; | ||
import { CloudEvent } from 'cloudevents'; | ||
import { Context } from './lib/context'; | ||
@@ -18,3 +19,3 @@ | ||
export interface Invokable { | ||
(context: Context, data?:string|Record<string, any>): any | ||
(context: Context, cloudevent?: CloudEvent): any | ||
} | ||
@@ -21,0 +22,0 @@ |
{ | ||
"name": "faas-js-runtime", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
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
35119
360