@equinor/fusion-framework-cli 11.0.0-next.6 → 11.0.0-next.7
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 +8 -0
- package/bin/build/bin.js +1 -1
- package/bin/build/cli.js +5 -1
- package/bin/build/{portal-config-publish-CqqdoblS.js → portal-config-publish-OZ7Ocme4.js} +11 -16
- package/dist/esm/version.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
package/bin/build/bin.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { b as buildApplication, c as buildPortal, a as bundleApp, d as bundlePortal, g as generateApplicationConfig, e as generatePortalConfig, l as loadPortalManifest, h as pack, p as publishAppConfig, f as publishPortalConfig, s as startAppDevServer } from './portal-config-publish-
|
|
1
|
+
export { b as buildApplication, c as buildPortal, a as bundleApp, d as bundlePortal, g as generateApplicationConfig, e as generatePortalConfig, l as loadPortalManifest, h as pack, p as publishAppConfig, f as publishPortalConfig, s as startAppDevServer } from './portal-config-publish-OZ7Ocme4.js';
|
|
2
2
|
import 'vite';
|
|
3
3
|
import 'chalk';
|
|
4
4
|
import '@equinor/fusion-imports';
|
package/bin/build/cli.js
CHANGED
|
@@ -5,7 +5,7 @@ import { createCommand, createOption, InvalidOptionArgumentError, Command } from
|
|
|
5
5
|
import 'node:fs';
|
|
6
6
|
import chalk from 'chalk';
|
|
7
7
|
import 'pretty-bytes';
|
|
8
|
-
import { S as Spinner, b as buildApplication, a as bundleApp, F as FusionEnv, r as resolveDefaultEnv, i as resolveProjectPackage, j as resolveAppManifest, k as initializeFramework, p as publishAppConfig, g as generateApplicationConfig, m as formatPath, H as HttpJsonResponseError, n as loadAppManifest, s as startAppDevServer, o as fileExistsSync, N as NoAccountsError, q as resolvePortalManifest, t as resolvePortalConfig, u as createDevServer, l as loadPortalManifest, v as
|
|
8
|
+
import { S as Spinner, b as buildApplication, a as bundleApp, F as FusionEnv, r as resolveDefaultEnv, i as resolveProjectPackage, j as resolveAppManifest, k as initializeFramework, p as publishAppConfig, g as generateApplicationConfig, m as formatPath, H as HttpJsonResponseError, n as loadAppManifest, s as startAppDevServer, o as fileExistsSync, N as NoAccountsError, q as resolvePortalManifest, t as resolvePortalConfig, u as createDevServer, l as loadPortalManifest, v as loadPortalSchema, w as writeFile$1, c as buildPortal, d as bundlePortal, f as publishPortalConfig, e as generatePortalConfig } from './portal-config-publish-OZ7Ocme4.js';
|
|
9
9
|
import { importJSON } from '@equinor/fusion-imports';
|
|
10
10
|
import 'lodash.mergewith';
|
|
11
11
|
import '@equinor/fusion-framework-dev-server';
|
|
@@ -181,6 +181,10 @@ const command$p = createCommand('build')
|
|
|
181
181
|
await buildApplication({ log, manifest });
|
|
182
182
|
});
|
|
183
183
|
|
|
184
|
+
function getDefaultExportFromCjs (x) {
|
|
185
|
+
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
|
186
|
+
}
|
|
187
|
+
|
|
184
188
|
const DEFAULT_ARCHIVE = 'app-bundle.zip';
|
|
185
189
|
/**
|
|
186
190
|
* CLI command: `pack`
|
|
@@ -1461,10 +1461,6 @@ class ServerSentEventResponseError extends HttpResponseError {
|
|
|
1461
1461
|
}
|
|
1462
1462
|
}
|
|
1463
1463
|
|
|
1464
|
-
function getDefaultExportFromCjs (x) {
|
|
1465
|
-
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
|
1466
|
-
}
|
|
1467
|
-
|
|
1468
1464
|
var re = {exports: {}};
|
|
1469
1465
|
|
|
1470
1466
|
var constants;
|
|
@@ -1821,11 +1817,11 @@ function requireIdentifiers () {
|
|
|
1821
1817
|
return identifiers;
|
|
1822
1818
|
}
|
|
1823
1819
|
|
|
1824
|
-
var semver$
|
|
1820
|
+
var semver$1;
|
|
1825
1821
|
var hasRequiredSemver$1;
|
|
1826
1822
|
|
|
1827
1823
|
function requireSemver$1 () {
|
|
1828
|
-
if (hasRequiredSemver$1) return semver$
|
|
1824
|
+
if (hasRequiredSemver$1) return semver$1;
|
|
1829
1825
|
hasRequiredSemver$1 = 1;
|
|
1830
1826
|
|
|
1831
1827
|
const debug = requireDebug();
|
|
@@ -2144,8 +2140,8 @@ function requireSemver$1 () {
|
|
|
2144
2140
|
}
|
|
2145
2141
|
}
|
|
2146
2142
|
|
|
2147
|
-
semver$
|
|
2148
|
-
return semver$
|
|
2143
|
+
semver$1 = SemVer;
|
|
2144
|
+
return semver$1;
|
|
2149
2145
|
}
|
|
2150
2146
|
|
|
2151
2147
|
var parse_1;
|
|
@@ -4065,11 +4061,11 @@ function requireSubset () {
|
|
|
4065
4061
|
return subset_1;
|
|
4066
4062
|
}
|
|
4067
4063
|
|
|
4068
|
-
var semver
|
|
4064
|
+
var semver;
|
|
4069
4065
|
var hasRequiredSemver;
|
|
4070
4066
|
|
|
4071
4067
|
function requireSemver () {
|
|
4072
|
-
if (hasRequiredSemver) return semver
|
|
4068
|
+
if (hasRequiredSemver) return semver;
|
|
4073
4069
|
hasRequiredSemver = 1;
|
|
4074
4070
|
|
|
4075
4071
|
// just pre-load all the stuff that index.js lazily exports
|
|
@@ -4114,7 +4110,7 @@ function requireSemver () {
|
|
|
4114
4110
|
const intersects = requireIntersects();
|
|
4115
4111
|
const simplifyRange = requireSimplify();
|
|
4116
4112
|
const subset = requireSubset();
|
|
4117
|
-
semver
|
|
4113
|
+
semver = {
|
|
4118
4114
|
parse,
|
|
4119
4115
|
valid,
|
|
4120
4116
|
clean,
|
|
@@ -4161,19 +4157,18 @@ function requireSemver () {
|
|
|
4161
4157
|
compareIdentifiers: identifiers.compareIdentifiers,
|
|
4162
4158
|
rcompareIdentifiers: identifiers.rcompareIdentifiers,
|
|
4163
4159
|
};
|
|
4164
|
-
return semver
|
|
4160
|
+
return semver;
|
|
4165
4161
|
}
|
|
4166
4162
|
|
|
4167
4163
|
var semverExports = requireSemver();
|
|
4168
|
-
var semver = /*@__PURE__*/getDefaultExportFromCjs(semverExports);
|
|
4169
4164
|
|
|
4170
4165
|
/**
|
|
4171
4166
|
* Extension of {@link SemVer} to expose `satisfies`
|
|
4172
4167
|
* @see {@link [SemVer](https://www.npmjs.com/package/semver)}
|
|
4173
4168
|
*/
|
|
4174
|
-
class SemanticVersion extends
|
|
4169
|
+
class SemanticVersion extends semverExports.SemVer {
|
|
4175
4170
|
satisfies(arg) {
|
|
4176
|
-
return
|
|
4171
|
+
return semverExports.satisfies(this, arg);
|
|
4177
4172
|
}
|
|
4178
4173
|
}
|
|
4179
4174
|
|
|
@@ -12283,4 +12278,4 @@ const publishPortalConfig = async (options) => {
|
|
|
12283
12278
|
}
|
|
12284
12279
|
};
|
|
12285
12280
|
|
|
12286
|
-
export { FusionEnv as F, HttpJsonResponseError as H, NoAccountsError as N, Spinner as S, bundleApp as a, buildApplication as b, buildPortal as c, bundlePortal as d, generatePortalConfig as e, publishPortalConfig as f, generateApplicationConfig as g, pack as h, resolveProjectPackage as i, resolveAppManifest as j, initializeFramework as k, loadPortalManifest as l, formatPath as m, loadAppManifest as n, fileExistsSync as o, publishAppConfig as p, resolvePortalManifest as q, resolveDefaultEnv as r, startAppDevServer as s, resolvePortalConfig as t, createDevServer as u,
|
|
12281
|
+
export { FusionEnv as F, HttpJsonResponseError as H, NoAccountsError as N, Spinner as S, bundleApp as a, buildApplication as b, buildPortal as c, bundlePortal as d, generatePortalConfig as e, publishPortalConfig as f, generateApplicationConfig as g, pack as h, resolveProjectPackage as i, resolveAppManifest as j, initializeFramework as k, loadPortalManifest as l, formatPath as m, loadAppManifest as n, fileExistsSync as o, publishAppConfig as p, resolvePortalManifest as q, resolveDefaultEnv as r, startAppDevServer as s, resolvePortalConfig as t, createDevServer as u, loadPortalSchema as v, writeFile as w };
|
package/dist/esm/version.js
CHANGED