@airgap/beacon-types
Advanced tools
Comparing version 3.3.5-beta.16 to 3.3.5-beta.17
@@ -78,2 +78,3 @@ /** | ||
import { WalletInfo } from './types/WalletInfo'; | ||
export * from './types/AnalyticsInterface'; | ||
export * from './types/beaconV3/PermissionRequest'; | ||
@@ -80,0 +81,0 @@ export * from './types/ui'; |
@@ -46,2 +46,3 @@ "use strict"; | ||
Object.defineProperty(exports, "ColorMode", { enumerable: true, get: function () { return ColorMode_1.ColorMode; } }); | ||
__exportStar(require("./types/AnalyticsInterface"), exports); | ||
__exportStar(require("./types/beaconV3/PermissionRequest"), exports); | ||
@@ -48,0 +49,0 @@ __exportStar(require("./types/ui"), exports); |
@@ -78,2 +78,3 @@ /** | ||
import { WalletInfo } from './types/WalletInfo'; | ||
export * from './types/AnalyticsInterface'; | ||
export * from './types/beaconV3/PermissionRequest'; | ||
@@ -80,0 +81,0 @@ export * from './types/ui'; |
@@ -15,2 +15,3 @@ import { BeaconMessageType } from './types/beacon/BeaconMessageType'; | ||
import { ColorMode } from './types/ColorMode'; | ||
export * from './types/AnalyticsInterface'; | ||
export * from './types/beaconV3/PermissionRequest'; | ||
@@ -17,0 +18,0 @@ export * from './types/ui'; |
{ | ||
"name": "@airgap/beacon-types", | ||
"version": "3.3.5-beta.16", | ||
"version": "3.3.5-beta.17", | ||
"description": "> TODO: description", | ||
@@ -39,3 +39,3 @@ "author": "Andreas Gassmann <a.gassmann@papers.ch>", | ||
}, | ||
"gitHead": "954a213e86fa4d691a8daac8530e97b21d8132ff" | ||
"gitHead": "947091781d499226e4e95cd521c939fecd309ad4" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
180335
3623