@bf2/ui-shared
Advanced tools
Comparing version 0.0.18 to 0.0.19
{ | ||
"name": "@bf2/ui-shared", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"description": "UI Shared contains a number of type definitions for shared data structures for the UI.", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"main": "./dist/cjs/index.js ", | ||
"module": "./dist/esm/index.js", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist/" | ||
], | ||
"scripts": { | ||
"build": "tsc", | ||
"build": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json", | ||
"package": "npm run build", | ||
@@ -10,0 +14,0 @@ "prepare": "npm run clean && npm run package", |
# UI Shared | ||
UI Shared contains a number of type definitions for shared data structures for the UI. | ||
UI Shared contains a number of shared components for the UI. The UIs are a set of micro-frontends, implemented using Webpack module federation. | ||
## Shared React contexts | ||
In order for a React context to be shared between modules, it must be defined in a shared library and imported by all modules that use the context. | ||
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
36245
98
608
9
1