@airgap/beacon-transport-postmessage
Advanced tools
Comparing version 0.0.1-beta.5 to 0.0.1-beta.6
{ | ||
"name": "@airgap/beacon-transport-postmessage", | ||
"version": "0.0.1-beta.5", | ||
"version": "0.0.1-beta.6", | ||
"description": "> TODO: description", | ||
@@ -10,4 +10,9 @@ "author": "Andreas Gassmann <andreas@andreasgassmann.ch>", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/cjs/index.d.ts", | ||
"exports": { | ||
"require": "./dist/cjs/index.js", | ||
"import": "./dist/esm/index.js" | ||
}, | ||
"directories": { | ||
"lib": "lib", | ||
"lib": "dist/esm", | ||
"test": "__tests__" | ||
@@ -33,9 +38,9 @@ }, | ||
"dependencies": { | ||
"@airgap/beacon-core": "^0.0.1-beta.5", | ||
"@airgap/beacon-types": "^0.0.1-beta.5", | ||
"@airgap/beacon-utils": "^0.0.1-beta.5", | ||
"@airgap/beacon-core": "^0.0.1-beta.6", | ||
"@airgap/beacon-types": "^0.0.1-beta.6", | ||
"@airgap/beacon-utils": "^0.0.1-beta.6", | ||
"@types/libsodium-wrappers": "0.7.9", | ||
"libsodium-wrappers": "0.7.9" | ||
}, | ||
"gitHead": "85337526d2d7599e17b89c202a3aa82b63782785" | ||
"gitHead": "6a0553746624170c2a84a3386c6e47a7259d7e43" | ||
} |
58823