Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@equinor/fusion-framework-cli

Package Overview
Dependencies
Maintainers
3
Versions
284
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@equinor/fusion-framework-cli - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

bin/dev-portal/assets/index.965df01f.js

6

bin/main.js

@@ -32,5 +32,5 @@ #!/usr/bin/env node

}));
app.command('build').action(() => {
build(createConfig());
});
app.command('build').action(() => __awaiter(void 0, void 0, void 0, function* () {
build(mergeConfig(yield createConfig(), { build: { emptyOutDir: true } }));
}));
program.parse();

@@ -6,2 +6,9 @@ # Change Log

## [0.1.8](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@0.1.7...@equinor/fusion-framework-cli@0.1.8) (2022-11-07)
### Bug Fixes
- **cli:** allow overwrite on build ([8e648d7](https://github.com/equinor/fusion-framework/commit/8e648d7ea17518a3ec74f3bb366c4247b8f4fce9))
- **cli:** set default dev-server logging to info ([5f302d4](https://github.com/equinor/fusion-framework/commit/5f302d4773abdca9e29660e8f9dd5c8d80e1ebe2))
## [0.1.7](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@0.1.6...@equinor/fusion-framework-cli@0.1.7) (2022-11-03)

@@ -8,0 +15,0 @@

{
"name": "@equinor/fusion-framework-cli",
"version": "0.1.7",
"version": "0.1.8",
"keywords": [

@@ -46,3 +46,3 @@ "Fusion",

},
"gitHead": "9cce61b38374a86ac2a74344e12af461b78aea5c"
"gitHead": "3f389cd8b823a388f4232ae796d8863a09a20038"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc