@river-build/mls-rs-wasm
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -5,2 +5,9 @@ /* tslint:disable */ | ||
type ClientOptions = { | ||
withRatchetTreeExtension?: boolean, | ||
storage?: IGroupStateStorage, | ||
}; | ||
interface IGroupStateStorage { | ||
@@ -21,9 +28,2 @@ state(groupId: Uint8Array): Promise<Uint8Array | undefined>; | ||
type ClientOptions = { | ||
withRatchetTreeExtension?: boolean, | ||
storage?: IGroupStateStorage, | ||
}; | ||
export class ApplicationMessage { | ||
@@ -30,0 +30,0 @@ private constructor(); |
{ | ||
"name": "@river-build/mls-rs-wasm", | ||
"type": "module", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"files": [ | ||
@@ -9,3 +9,4 @@ "mls_rs_wasm_bg.wasm", | ||
"mls_rs_wasm_bg.js", | ||
"mls_rs_wasm.d.ts" | ||
"mls_rs_wasm.d.ts", | ||
"snippets/*" | ||
], | ||
@@ -18,2 +19,2 @@ "main": "mls_rs_wasm.js", | ||
] | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
8040492
7
2280