zephyr-xpack-internal 0.1.0-next.1 → 0.1.1-next.2
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/dist/hooks/ze-emit-manifest.d.ts +38 -0
- package/dist/hooks/ze-emit-manifest.js +32 -0
- package/dist/hooks/ze-emit-manifest.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/package.json +1 -1
- package/dist/xpack-extract/mut-webpack-federated-remotes-config.js +25 -2
- package/dist/xpack-extract/mut-webpack-federated-remotes-config.js.map +1 -1
- package/package.json +3 -3
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { type ZephyrEngine } from 'zephyr-agent';
|
|
2
|
+
interface EmitManifestOptions {
|
|
3
|
+
pluginName: string;
|
|
4
|
+
zephyr_engine: ZephyrEngine;
|
|
5
|
+
}
|
|
6
|
+
interface EmitManifestCompiler {
|
|
7
|
+
webpack: {
|
|
8
|
+
sources: {
|
|
9
|
+
RawSource: new (source: string | Buffer) => any;
|
|
10
|
+
};
|
|
11
|
+
Compilation: {
|
|
12
|
+
PROCESS_ASSETS_STAGE_ADDITIONAL: number;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
hooks: {
|
|
16
|
+
thisCompilation: {
|
|
17
|
+
tap: (pluginName: string, cb: (compilation: EmitManifestCompilation) => void) => void;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
interface EmitManifestCompilation {
|
|
22
|
+
hooks: {
|
|
23
|
+
processAssets: {
|
|
24
|
+
tapPromise: (options: {
|
|
25
|
+
name: string;
|
|
26
|
+
stage: number;
|
|
27
|
+
}, cb: (assets: Record<string, any>) => Promise<void>) => void;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
emitAsset: (filename: string, source: any) => void;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Emits the zephyr-manifest.json file during the build process This ensures the manifest
|
|
34
|
+
* is available for local development and production Includes both federated dependencies
|
|
35
|
+
* and environment variables
|
|
36
|
+
*/
|
|
37
|
+
export declare function setupManifestEmission<T extends EmitManifestOptions, XCompiler extends EmitManifestCompiler>(pluginOptions: T, compiler: XCompiler): void;
|
|
38
|
+
export {};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.setupManifestEmission = setupManifestEmission;
|
|
4
|
+
const zephyr_agent_1 = require("zephyr-agent");
|
|
5
|
+
/**
|
|
6
|
+
* Emits the zephyr-manifest.json file during the build process This ensures the manifest
|
|
7
|
+
* is available for local development and production Includes both federated dependencies
|
|
8
|
+
* and environment variables
|
|
9
|
+
*/
|
|
10
|
+
function setupManifestEmission(pluginOptions, compiler) {
|
|
11
|
+
const { pluginName, zephyr_engine } = pluginOptions;
|
|
12
|
+
const { RawSource } = compiler.webpack.sources;
|
|
13
|
+
compiler.hooks.thisCompilation.tap(pluginName, (compilation) => {
|
|
14
|
+
compilation.hooks.processAssets.tapPromise({
|
|
15
|
+
name: `${pluginName}:EmitManifest`,
|
|
16
|
+
stage: compiler.webpack.Compilation.PROCESS_ASSETS_STAGE_ADDITIONAL,
|
|
17
|
+
}, async () => {
|
|
18
|
+
// Always emit manifest, even without federated dependencies
|
|
19
|
+
// This ensures environment variables are always available
|
|
20
|
+
const dependencies = zephyr_engine.federated_dependencies || [];
|
|
21
|
+
// Convert to JSON with environment variables included
|
|
22
|
+
const manifestContent = (0, zephyr_agent_1.createManifestContent)(dependencies, true);
|
|
23
|
+
// Emit the asset
|
|
24
|
+
compilation.emitAsset('zephyr-manifest.json', new RawSource(manifestContent));
|
|
25
|
+
zephyr_agent_1.ze_log.manifest('[Zephyr Manifest] Emitted with:', {
|
|
26
|
+
dependencies: dependencies.length,
|
|
27
|
+
hasEnvVars: manifestContent.includes('zeVars'),
|
|
28
|
+
});
|
|
29
|
+
});
|
|
30
|
+
});
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=ze-emit-manifest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ze-emit-manifest.js","sourceRoot":"","sources":["../../src/hooks/ze-emit-manifest.ts"],"names":[],"mappings":";;AAuCA,sDA+BC;AAtED,+CAAgF;AAkChF;;;;GAIG;AACH,SAAgB,qBAAqB,CAGnC,aAAgB,EAAE,QAAmB;IACrC,MAAM,EAAE,UAAU,EAAE,aAAa,EAAE,GAAG,aAAa,CAAC;IACpD,MAAM,EAAE,SAAS,EAAE,GAAG,QAAQ,CAAC,OAAO,CAAC,OAAO,CAAC;IAE/C,QAAQ,CAAC,KAAK,CAAC,eAAe,CAAC,GAAG,CAAC,UAAU,EAAE,CAAC,WAAW,EAAE,EAAE;QAC7D,WAAW,CAAC,KAAK,CAAC,aAAa,CAAC,UAAU,CACxC;YACE,IAAI,EAAE,GAAG,UAAU,eAAe;YAClC,KAAK,EAAE,QAAQ,CAAC,OAAO,CAAC,WAAW,CAAC,+BAA+B;SACpE,EACD,KAAK,IAAI,EAAE;YACT,4DAA4D;YAC5D,0DAA0D;YAC1D,MAAM,YAAY,GAAG,aAAa,CAAC,sBAAsB,IAAI,EAAE,CAAC;YAEhE,sDAAsD;YACtD,MAAM,eAAe,GAAG,IAAA,oCAAqB,EAAC,YAAY,EAAE,IAAI,CAAC,CAAC;YAElE,iBAAiB;YACjB,WAAW,CAAC,SAAS,CAAC,sBAAsB,EAAE,IAAI,SAAS,CAAC,eAAe,CAAC,CAAC,CAAC;YAE9E,qBAAM,CAAC,QAAQ,CAAC,iCAAiC,EAAE;gBACjD,YAAY,EAAE,YAAY,CAAC,MAAM;gBACjC,UAAU,EAAE,eAAe,CAAC,QAAQ,CAAC,QAAQ,CAAC;aAC/C,CAAC,CAAC;QACL,CAAC,CACF,CAAC;IACJ,CAAC,CAAC,CAAC;AACL,CAAC"}
|
package/dist/index.d.ts
CHANGED
|
@@ -6,5 +6,6 @@ export type { XPackConfiguration, ModuleFederationPlugin, XStats, XStatsCompilat
|
|
|
6
6
|
export { getBuildStats } from './federation-dashboard-legacy/get-build-stats';
|
|
7
7
|
export { setupZeDeploy } from './hooks/ze-setup-ze-deploy';
|
|
8
8
|
export { logBuildSteps } from './hooks/ze-setup-build-steps-logging';
|
|
9
|
+
export { setupManifestEmission } from './hooks/ze-emit-manifest';
|
|
9
10
|
export { xpack_zephyr_agent } from './xpack-extract/ze-xpack-upload-agent';
|
|
10
11
|
export { detectAndStoreBaseHref } from './basehref/basehref-integration';
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.detectAndStoreBaseHref = exports.xpack_zephyr_agent = exports.logBuildSteps = exports.setupZeDeploy = exports.getBuildStats = exports.buildWebpackAssetMap = exports.xpack_delegate_module_template = exports.mutWebpackFederatedRemotesConfig = exports.makeCopyOfModuleFederationOptions = exports.extractFederatedDependencyPairs = exports.isModuleFederationPlugin = exports.emitDeploymentDone = exports.onDeploymentDone = void 0;
|
|
3
|
+
exports.detectAndStoreBaseHref = exports.xpack_zephyr_agent = exports.setupManifestEmission = exports.logBuildSteps = exports.setupZeDeploy = exports.getBuildStats = exports.buildWebpackAssetMap = exports.xpack_delegate_module_template = exports.mutWebpackFederatedRemotesConfig = exports.makeCopyOfModuleFederationOptions = exports.extractFederatedDependencyPairs = exports.isModuleFederationPlugin = exports.emitDeploymentDone = exports.onDeploymentDone = void 0;
|
|
4
4
|
var lifecycle_events_1 = require("./lifecycle-events");
|
|
5
5
|
Object.defineProperty(exports, "onDeploymentDone", { enumerable: true, get: function () { return lifecycle_events_1.onDeploymentDone; } });
|
|
6
6
|
Object.defineProperty(exports, "emitDeploymentDone", { enumerable: true, get: function () { return lifecycle_events_1.emitDeploymentDone; } });
|
|
@@ -19,6 +19,8 @@ var ze_setup_ze_deploy_1 = require("./hooks/ze-setup-ze-deploy");
|
|
|
19
19
|
Object.defineProperty(exports, "setupZeDeploy", { enumerable: true, get: function () { return ze_setup_ze_deploy_1.setupZeDeploy; } });
|
|
20
20
|
var ze_setup_build_steps_logging_1 = require("./hooks/ze-setup-build-steps-logging");
|
|
21
21
|
Object.defineProperty(exports, "logBuildSteps", { enumerable: true, get: function () { return ze_setup_build_steps_logging_1.logBuildSteps; } });
|
|
22
|
+
var ze_emit_manifest_1 = require("./hooks/ze-emit-manifest");
|
|
23
|
+
Object.defineProperty(exports, "setupManifestEmission", { enumerable: true, get: function () { return ze_emit_manifest_1.setupManifestEmission; } });
|
|
22
24
|
var ze_xpack_upload_agent_1 = require("./xpack-extract/ze-xpack-upload-agent");
|
|
23
25
|
Object.defineProperty(exports, "xpack_zephyr_agent", { enumerable: true, get: function () { return ze_xpack_upload_agent_1.xpack_zephyr_agent; } });
|
|
24
26
|
var basehref_integration_1 = require("./basehref/basehref-integration");
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,uDAA0E;AAAjE,oHAAA,gBAAgB,OAAA;AAAE,sHAAA,kBAAkB,OAAA;AAE7C,2FAAuF;AAA9E,uIAAA,wBAAwB,OAAA;AACjC,iDAKyB;AAJvB,gIAAA,+BAA+B,OAAA;AAC/B,kIAAA,iCAAiC,OAAA;AACjC,iIAAA,gCAAgC,OAAA;AAChC,+HAAA,8BAA8B,OAAA;AAEhC,qFAAgF;AAAvE,gIAAA,oBAAoB,OAAA;AAS7B,iFAA8E;AAArE,gHAAA,aAAa,OAAA;AAEtB,iEAA2D;AAAlD,mHAAA,aAAa,OAAA;AACtB,qFAAqE;AAA5D,6HAAA,aAAa,OAAA;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,uDAA0E;AAAjE,oHAAA,gBAAgB,OAAA;AAAE,sHAAA,kBAAkB,OAAA;AAE7C,2FAAuF;AAA9E,uIAAA,wBAAwB,OAAA;AACjC,iDAKyB;AAJvB,gIAAA,+BAA+B,OAAA;AAC/B,kIAAA,iCAAiC,OAAA;AACjC,iIAAA,gCAAgC,OAAA;AAChC,+HAAA,8BAA8B,OAAA;AAEhC,qFAAgF;AAAvE,gIAAA,oBAAoB,OAAA;AAS7B,iFAA8E;AAArE,gHAAA,aAAa,OAAA;AAEtB,iEAA2D;AAAlD,mHAAA,aAAa,OAAA;AACtB,qFAAqE;AAA5D,6HAAA,aAAa,OAAA;AACtB,6DAAiE;AAAxD,yHAAA,qBAAqB,OAAA;AAE9B,+EAA2E;AAAlE,2HAAA,kBAAkB,OAAA;AAE3B,wEAAyE;AAAhE,8HAAA,sBAAsB,OAAA"}
|
package/dist/package.json
CHANGED
|
@@ -32,9 +32,19 @@ function mutWebpackFederatedRemotesConfig(zephyr_engine, config, resolvedDepende
|
|
|
32
32
|
const remoteEntries = (0, extract_federated_dependency_pairs_1.parseRemotesAsEntries)(remotes);
|
|
33
33
|
remoteEntries.forEach((remote) => {
|
|
34
34
|
const [remote_name, remote_version] = remote;
|
|
35
|
+
// TODO(ZE): Investigate global impact of relaxed matching rules below.
|
|
36
|
+
// Some ecosystems declare remotes as "name@url" or use wildcard '*'.
|
|
37
|
+
// If this proves too permissive for other bundlers/configs, we should
|
|
38
|
+
// introduce an explicit normalization step earlier (during extraction)
|
|
39
|
+
// and keep matching here strict. Track with an issue and tests.
|
|
35
40
|
const resolved_dep = resolvedDependencyPairs.find((dep) => {
|
|
36
41
|
const nameMatch = dep.name === remote_name;
|
|
37
|
-
|
|
42
|
+
// Allow wildcard and Nx-style "name@url" declarations to match
|
|
43
|
+
const versionMatch = dep.version === 'latest' ||
|
|
44
|
+
dep.version === '*' ||
|
|
45
|
+
(typeof remote_version === 'string' &&
|
|
46
|
+
remote_version.startsWith(`${remote_name}@`)) ||
|
|
47
|
+
dep.version === remote_version;
|
|
38
48
|
return nameMatch && versionMatch;
|
|
39
49
|
});
|
|
40
50
|
zephyr_agent_1.ze_log.remotes(`remote_name: ${remote_name}, remote_version: ${remote_version}`);
|
|
@@ -62,7 +72,20 @@ function mutWebpackFederatedRemotesConfig(zephyr_engine, config, resolvedDepende
|
|
|
62
72
|
}
|
|
63
73
|
// Nx remote definition is an Array
|
|
64
74
|
if (Array.isArray(remotes)) {
|
|
65
|
-
|
|
75
|
+
// Nx may declare remotes as an array of strings like
|
|
76
|
+
// - "name"
|
|
77
|
+
// - "name@http://localhost:4201/remoteEntry.js"
|
|
78
|
+
// Replace the matching entry by name or name@...
|
|
79
|
+
let remoteIndex = -1;
|
|
80
|
+
for (let i = 0; i < remotes.length; i++) {
|
|
81
|
+
const entry = remotes[i];
|
|
82
|
+
if (typeof entry === 'string') {
|
|
83
|
+
if (entry === remote_name || entry.startsWith(`${remote_name}@`)) {
|
|
84
|
+
remoteIndex = i;
|
|
85
|
+
break;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
}
|
|
66
89
|
if (remoteIndex === -1)
|
|
67
90
|
return;
|
|
68
91
|
const nx_remote_value = remote_final_value.startsWith('promise')
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mut-webpack-federated-remotes-config.js","sourceRoot":"","sources":["../../src/xpack-extract/mut-webpack-federated-remotes-config.ts"],"names":[],"mappings":";;AAUA,
|
|
1
|
+
{"version":3,"file":"mut-webpack-federated-remotes-config.js","sourceRoot":"","sources":["../../src/xpack-extract/mut-webpack-federated-remotes-config.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zephyr-xpack-internal",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1-next.2",
|
|
4
4
|
"description": "Xpack internals for Zephyr",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"@module-federation/automatic-vendor-federation": "^1.2.1",
|
|
20
20
|
"is-ci": "^4.1.0",
|
|
21
21
|
"tslib": "^2.8.1",
|
|
22
|
-
"zephyr-agent": "0.1.
|
|
23
|
-
"zephyr-edge-contract": "0.1.
|
|
22
|
+
"zephyr-agent": "0.1.1-next.2",
|
|
23
|
+
"zephyr-edge-contract": "0.1.1-next.2"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@types/is-ci": "3.0.4",
|