diff --git a/package-lock.json b/package-lock.json index 70fd22f92..f32d4b328 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "polykey", - "version": "2.5.0", + "version": "2.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "polykey", - "version": "2.5.0", + "version": "2.6.0", "license": "GPL-3.0", "dependencies": { "@matrixai/async-cancellable": "^2.0.1", diff --git a/package.json b/package.json index ee2f976ca..ab4e1fc9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polykey", - "version": "2.5.0", + "version": "2.6.0", "homepage": "https://polykey.com", "author": "Matrix AI", "contributors": [ diff --git a/src/vaults/types.ts b/src/vaults/types.ts index 1537de7f3..e1080622c 100644 --- a/src/vaults/types.ts +++ b/src/vaults/types.ts @@ -199,8 +199,6 @@ enum HeaderMagic { END = 0x44, // 'D' 68 } -export {}; - export type { VaultId, VaultIdEncoded,