@bruit/types
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -8,2 +8,4 @@ export * from './enums/brt-field-type'; | ||
export * from './enums/brt-tool-type'; | ||
export * from './enums/brt-permission-name'; | ||
export * from './enums/brt-permission-status'; | ||
export * from './interfaces/brt-account'; | ||
@@ -27,1 +29,2 @@ export * from './interfaces/brt-click-log-arg'; | ||
export * from './interfaces/brt-log-http'; | ||
export * from './interfaces/brt-permissions'; |
@@ -13,1 +13,3 @@ "use strict"; | ||
__export(require("./enums/brt-tool-type")); | ||
__export(require("./enums/brt-permission-name")); | ||
__export(require("./enums/brt-permission-status")); |
{ | ||
"name": "@bruit/types", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "Bruit.io typings", | ||
@@ -5,0 +5,0 @@ "private": false, |
@@ -8,2 +8,4 @@ export * from './enums/brt-field-type'; | ||
export * from './enums/brt-tool-type'; | ||
export * from './enums/brt-permission-name'; | ||
export * from './enums/brt-permission-status'; | ||
@@ -28,1 +30,2 @@ export * from './interfaces/brt-account'; | ||
export * from './interfaces/brt-log-http'; | ||
export * from './interfaces/brt-permissions'; |
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
21910
703