@bruit/types
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -10,2 +10,4 @@ export * from './enums/brt-field-type'; | ||
export * from './enums/brt-permission-status'; | ||
export * from './enums/brt-effective-type'; | ||
export * from './enums/brt-connection-type'; | ||
export * from './interfaces/brt-account'; | ||
@@ -31,1 +33,3 @@ export * from './interfaces/brt-click-log-arg'; | ||
export * from './interfaces/brt-permissions'; | ||
export * from './interfaces/brt-storage-estimate'; | ||
export * from './interfaces/brt-network'; |
@@ -15,1 +15,3 @@ "use strict"; | ||
__export(require("./enums/brt-permission-status")); | ||
__export(require("./enums/brt-effective-type")); | ||
__export(require("./enums/brt-connection-type")); |
@@ -0,1 +1,3 @@ | ||
import { BrtStorageEstimate } from './brt-storage-estimate'; | ||
import { BrtNetwork } from './brt-network'; | ||
import { BrtPermissions } from './brt-permissions'; | ||
@@ -9,2 +11,5 @@ export interface BrtNavigatorInfo { | ||
permissions: BrtPermissions; | ||
network: BrtNetwork; | ||
storage: BrtStorageEstimate; | ||
plugins: Array<string>; | ||
} |
{ | ||
"name": "@bruit/types", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "Bruit.io typings", | ||
@@ -5,0 +5,0 @@ "private": false, |
@@ -10,2 +10,4 @@ export * from './enums/brt-field-type'; | ||
export * from './enums/brt-permission-status'; | ||
export * from './enums/brt-effective-type'; | ||
export * from './enums/brt-connection-type'; | ||
@@ -32,1 +34,3 @@ export * from './interfaces/brt-account'; | ||
export * from './interfaces/brt-permissions'; | ||
export * from './interfaces/brt-storage-estimate'; | ||
export * from './interfaces/brt-network'; |
@@ -0,1 +1,3 @@ | ||
import { BrtStorageEstimate } from './brt-storage-estimate'; | ||
import { BrtNetwork } from './brt-network'; | ||
import { BrtPermissions } from './brt-permissions'; | ||
@@ -9,2 +11,5 @@ export interface BrtNavigatorInfo { | ||
permissions: BrtPermissions; | ||
network: BrtNetwork; | ||
storage: BrtStorageEstimate; | ||
plugins: Array<string>; | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25920
108
828