@bf2/ui-shared
Advanced tools
Comparing version 0.0.17 to 0.0.18
@@ -29,5 +29,5 @@ import React from "react"; | ||
basePath: string; | ||
entryPoint: string; | ||
fallbackBasePath: string; | ||
}; | ||
export declare const ConfigContext: React.Context<Config | undefined>; | ||
export declare const useConfig: () => Config; |
@@ -5,1 +5,2 @@ export * from './config'; | ||
export * from './basename'; | ||
export * from './assets'; |
@@ -5,2 +5,3 @@ export * from './config'; | ||
export * from './basename'; | ||
export * from './assets'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@bf2/ui-shared", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"description": "UI Shared contains a number of type definitions for shared data structures for the UI.", | ||
@@ -10,3 +10,3 @@ "main": "dist/index.js", | ||
"package": "npm run build", | ||
"prepublish": "npm run clean && npm run package", | ||
"prepare": "npm run clean && npm run package", | ||
"clean": "rimraf dist", | ||
@@ -13,0 +13,0 @@ "lint": "npm run eslint", |
@@ -32,3 +32,3 @@ import React, { useContext } from "react"; | ||
basePath: string | ||
entryPoint: string | ||
fallbackBasePath: string | ||
} | ||
@@ -35,0 +35,0 @@ |
export * from './config'; | ||
export * from './auth'; | ||
export * from './alert'; | ||
export * from './basename'; | ||
export * from './basename'; | ||
export * from './assets'; |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
12692
50
218
0