quirons-broker
Advanced tools
Comparing version 0.0.1-alpha.5 to 0.0.1-alpha.6
@@ -448,3 +448,3 @@ import * as t from 'io-ts'; | ||
}>; | ||
content: t.UnionC<[t.TypeC<{ | ||
data: t.UnionC<[t.TypeC<{ | ||
kind: t.LiteralC<"allowance">; | ||
@@ -973,3 +973,3 @@ verb: t.KeyofC<{ | ||
}>; | ||
content: t.UnionC<[t.TypeC<{ | ||
data: t.UnionC<[t.TypeC<{ | ||
kind: t.LiteralC<"allowance">; | ||
@@ -976,0 +976,0 @@ verb: t.KeyofC<{ |
@@ -108,3 +108,3 @@ "use strict"; | ||
identification: exports.Identification, | ||
content: exports.SenderMessageContent | ||
data: exports.SenderMessageContent | ||
}); | ||
@@ -111,0 +111,0 @@ /** |
{ | ||
"name": "quirons-broker", | ||
"version": "0.0.1-alpha.5", | ||
"version": "0.0.1-alpha.6", | ||
"description": "A small library to expose the broker ttalk types", | ||
@@ -5,0 +5,0 @@ "main": "index.ts", |
170825