@bf2/ui-shared
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -7,2 +7,5 @@ import React from "react"; | ||
}; | ||
ams: { | ||
getToken: () => Promise<string>; | ||
}; | ||
kafka: { | ||
@@ -9,0 +12,0 @@ getToken: () => Promise<string>; |
{ | ||
"name": "@bf2/ui-shared", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "UI Shared contains a number of type definitions for shared data structures for the UI.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -7,4 +7,6 @@ import React from "react"; | ||
getToken: () => Promise<string> | ||
} | ||
ams: { | ||
getToken: () => Promise<string> | ||
} | ||
kafka: { | ||
@@ -11,0 +13,0 @@ getToken: () => Promise<string> |
Sorry, the diff of this file is not supported yet
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
8456
185