Comparing version 0.2.2 to 0.3.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [0.3.0](https://github.com/ai-labs-team/mgFx/compare/mgfx@0.2.2...mgfx@0.3.0) (2020-03-16) | ||
### Features | ||
* http-server/http-client: allow event collection over http ([250974c](https://github.com/ai-labs-team/mgFx/commit/250974c)) | ||
## [0.2.2](https://github.com/ai-labs-team/mgFx/compare/mgfx@0.2.1...mgfx@0.2.2) (2020-03-16) | ||
@@ -8,0 +19,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { Process } from '../task'; | ||
import { Process, Spec } from '../task'; | ||
/** | ||
@@ -10,3 +10,5 @@ * The type of Event messages that the base Instrumenter will emit | ||
kind: 'process'; | ||
process: Process; | ||
process: Omit<Process, 'spec'> & { | ||
spec: Pick<Spec, 'name'>; | ||
}; | ||
}; | ||
@@ -13,0 +15,0 @@ export declare type ResolutionEvent = BaseEvent & { |
{ | ||
"name": "mgfx", | ||
"description": "Managed Side-Effects for JavaScript", | ||
"version": "0.2.2", | ||
"version": "0.3.0", | ||
"files": [ | ||
@@ -31,3 +31,3 @@ "dist" | ||
}, | ||
"gitHead": "c14507bc91efbe20c6c937b193452785f2662669" | ||
"gitHead": "6227aa9c8ea4e676901d1760b4fd304228b50a44" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
53959
761