@equinor/fusion-framework-cli
Advanced tools
Comparing version 1.1.9 to 1.2.0
@@ -34,2 +34,6 @@ import { resolve } from 'path'; | ||
}, | ||
// minify: false, | ||
// terserOptions: { | ||
// mangle: false, | ||
// }, | ||
}, | ||
@@ -36,0 +40,0 @@ customLogger: createCustomLogger(), |
@@ -20,2 +20,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
const resolveRelativePath = (path) => fileURLToPath(new URL(path, import.meta.url)); | ||
// eslint-disable-next-line @typescript-eslint/no-explicit-any | ||
export const server = (config) => __awaiter(void 0, void 0, void 0, function* () { | ||
@@ -22,0 +23,0 @@ var _a, _b; |
@@ -6,2 +6,14 @@ # Change Log | ||
## [1.2.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@1.1.9...@equinor/fusion-framework-cli@1.2.0) (2022-12-12) | ||
### Features | ||
- **utils/cli:** update context selector ([c091107](https://github.com/equinor/fusion-framework/commit/c09110735e019b47f16300332fedb360d3396cfc)) | ||
### Bug Fixes | ||
- **utils/cli:** fix layout of router outlet ([ac99033](https://github.com/equinor/fusion-framework/commit/ac99033061ae9867adf6c47f1293266fd20ab8ef)) | ||
- **utils/cli:** update header of error view ([971b5e5](https://github.com/equinor/fusion-framework/commit/971b5e5ee8f3ec98e2ec41eb485bf01b35ee501e)) | ||
- **utils/cli:** update loading of application ([4de3289](https://github.com/equinor/fusion-framework/commit/4de3289942f8e3d81f4ee5749311479f4f49b680)) | ||
## [1.1.9](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@1.1.8...@equinor/fusion-framework-cli@1.1.9) (2022-12-08) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "@equinor/fusion-framework-cli", | ||
"version": "1.1.9", | ||
"version": "1.2.0", | ||
"keywords": [ | ||
@@ -38,5 +38,5 @@ "Fusion", | ||
"devDependencies": { | ||
"@equinor/fusion-framework-app": "^4.0.11", | ||
"@equinor/fusion-framework-module-context": "^1.1.8", | ||
"@equinor/fusion-framework-react": "^2.0.12", | ||
"@equinor/fusion-framework-app": "^4.0.12", | ||
"@equinor/fusion-framework-module-context": "^1.1.9", | ||
"@equinor/fusion-framework-react": "^2.0.13", | ||
"@equinor/fusion-react-button": "^0.5.15", | ||
@@ -56,3 +56,3 @@ "@equinor/fusion-react-context-selector": "^0.1.8", | ||
}, | ||
"gitHead": "7c03916da17e754a65ec93ea06f8e1bb3e2412ab" | ||
"gitHead": "acfc1533fae1e5a95f8463cc2d6e3a2ad94c252e" | ||
} |
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
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
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
1289283
6451