@bruit/types
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "@bruit/types", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "bruit typings", | ||
@@ -27,3 +27,6 @@ "private": false, | ||
}, | ||
"homepage": "https://github.com/Moventes/bruit.io-types#readme" | ||
"homepage": "https://github.com/Moventes/bruit.io-types#readme", | ||
"dependencies": { | ||
"@firebase/firestore-types": "^0.7.0" | ||
} | ||
} |
@@ -0,1 +1,7 @@ | ||
export * from './enums/brt-field-type'; | ||
export * from './enums/brt-key-type'; | ||
export * from './enums/brt-tool-id'; | ||
export * from './enums/brt-tool-type'; | ||
export * from './interfaces/brt-account'; | ||
export * from './interfaces/brt-colors'; | ||
@@ -12,3 +18,5 @@ export * from './interfaces/brt-config'; | ||
export * from './interfaces/brt-navigator-info'; | ||
export * from './interfaces/brt-project'; | ||
export * from './interfaces/brt-screen-info'; | ||
export * from './interfaces/brt-target'; | ||
@@ -15,0 +23,0 @@ // declare global { |
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
4911
21
160
1
+ Added@firebase/app-types@0.9.3(transitive)
+ Added@firebase/firestore-types@0.7.0(transitive)