@equinor/fusion-framework-cli 11.0.0-next.0 → 11.0.0-next.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # Change Log
2
2
 
3
+ ## 11.0.0-next.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#3075](https://github.com/equinor/fusion-framework/pull/3075) [`eac2234`](https://github.com/equinor/fusion-framework/commit/eac22349aa3ec6d76ed85b6d5a20966a56c32046) Thanks [@odinr](https://github.com/odinr)! - add assetPath to app manifest for non-build commands
8
+
9
+ - Updated dependencies [[`ba060b7`](https://github.com/equinor/fusion-framework/commit/ba060b7a5fcc4f84891cb416b4d2f7fde231a368)]:
10
+ - @equinor/fusion-framework-dev-portal@1.0.0-next.2
11
+
12
+ ## 11.0.0-next.2
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [[`84c16d7`](https://github.com/equinor/fusion-framework/commit/84c16d74c3235f809ce4c3e75868be12010ed695)]:
17
+ - @equinor/fusion-framework-dev-portal@1.0.0-next.1
18
+ - @equinor/fusion-framework-dev-server@1.0.0-next.1
19
+
20
+ ## 11.0.0-next.1
21
+
22
+ ### Patch Changes
23
+
24
+ - [#3075](https://github.com/equinor/fusion-framework/pull/3075) [`f8a4db1`](https://github.com/equinor/fusion-framework/commit/f8a4db1208ef98eea7f6f286087338ee74858434) Thanks [@odinr](https://github.com/odinr)! - Update `.npmignore` and `package.json` to improve package publishing:
25
+
26
+ - Ensure `bin` directory is included in published files by updating `.npmignore` and adding it to the `files` array in `package.json`.
27
+ - Add `repository` field to `package.json` for better metadata.
28
+
29
+ These changes help ensure all necessary files are included in the published package and improve discoverability and metadata for consumers.
30
+
3
31
  ## 11.0.0-next.0
4
32
 
5
33
  ### Major Changes
@@ -0,0 +1,21 @@
1
+ export { b as buildApplication, c as buildPortal, a as bundleApp, d as bundlePortal, g as generateApplicationConfig, l as loadPortalManifest, e as pack, p as publishAppConfig, s as startAppDevServer } from './portal-pack-tYUpOtku.js';
2
+ import 'vite';
3
+ import 'chalk';
4
+ import '@azure/msal-node';
5
+ import 'open';
6
+ import 'node:http';
7
+ import 'node:url';
8
+ import 'zod';
9
+ import 'is-ci';
10
+ import '@equinor/fusion-imports';
11
+ import 'lodash.mergewith';
12
+ import '@equinor/fusion-framework-dev-server';
13
+ import 'node:fs';
14
+ import 'node:fs/promises';
15
+ import 'node:path';
16
+ import 'read-package-up';
17
+ import 'node:assert';
18
+ import 'node:child_process';
19
+ import 'adm-zip';
20
+ import 'pretty-bytes';
21
+ import 'ora';