@bf2/ui-shared
Advanced tools
Comparing version 0.3.0 to 0.4.0
@@ -10,2 +10,6 @@ import React from "react"; | ||
getUsername: () => Promise<string>; | ||
/** | ||
* Get the is_org_admin of the authenticated user | ||
*/ | ||
isOrgAdmin: () => Promise<boolean>; | ||
kas: { | ||
@@ -12,0 +16,0 @@ /** |
@@ -10,2 +10,6 @@ import React from "react"; | ||
getUsername: () => Promise<string>; | ||
/** | ||
* Get the is_org_admin of the authenticated user | ||
*/ | ||
isOrgAdmin: () => Promise<boolean>; | ||
kas: { | ||
@@ -12,0 +16,0 @@ /** |
{ | ||
"name": "@bf2/ui-shared", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "UI Shared contains a number of type definitions for shared data structures for the UI.", | ||
@@ -30,8 +30,8 @@ "main": "./dist/cjs/index.js", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "4.28.0", | ||
"@typescript-eslint/parser": "4.28.0", | ||
"@typescript-eslint/eslint-plugin": "4.28.2", | ||
"@typescript-eslint/parser": "4.28.2", | ||
"copyfiles": "2.4.1", | ||
"eslint": "7.29.0", | ||
"eslint": "7.30.0", | ||
"rimraf": "3.0.2", | ||
"typescript": "4.3.4" | ||
"typescript": "4.3.5" | ||
}, | ||
@@ -38,0 +38,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
42895
788