zephyr-xpack-internal 0.1.2 → 0.1.3-next.1

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/index.d.ts CHANGED
@@ -9,3 +9,4 @@ export { logBuildSteps } from './hooks/ze-setup-build-steps-logging';
9
9
  export { setupManifestEmission } from './hooks/ze-emit-manifest';
10
10
  export { xpack_zephyr_agent } from './xpack-extract/ze-xpack-upload-agent';
11
11
  export { detectAndStoreBaseHref } from './basehref/basehref-integration';
12
+ export { createZephyrRuntimePlugin, type ZephyrRuntimePluginOptions, } from './xpack-extract/runtime-plugin';
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.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;
3
+ exports.createZephyrRuntimePlugin = 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; } });
@@ -25,4 +25,6 @@ var ze_xpack_upload_agent_1 = require("./xpack-extract/ze-xpack-upload-agent");
25
25
  Object.defineProperty(exports, "xpack_zephyr_agent", { enumerable: true, get: function () { return ze_xpack_upload_agent_1.xpack_zephyr_agent; } });
26
26
  var basehref_integration_1 = require("./basehref/basehref-integration");
27
27
  Object.defineProperty(exports, "detectAndStoreBaseHref", { enumerable: true, get: function () { return basehref_integration_1.detectAndStoreBaseHref; } });
28
+ var runtime_plugin_1 = require("./xpack-extract/runtime-plugin");
29
+ Object.defineProperty(exports, "createZephyrRuntimePlugin", { enumerable: true, get: function () { return runtime_plugin_1.createZephyrRuntimePlugin; } });
28
30
  //# sourceMappingURL=index.js.map
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;AACtB,6DAAiE;AAAxD,yHAAA,qBAAqB,OAAA;AAE9B,+EAA2E;AAAlE,2HAAA,kBAAkB,OAAA;AAE3B,wEAAyE;AAAhE,8HAAA,sBAAsB,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;AAE/B,iEAGwC;AAFtC,2HAAA,yBAAyB,OAAA"}
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zephyr-xpack-internal",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Xpack internals for Zephyr",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,13 +21,11 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@module-federation/automatic-vendor-federation": "catalog:module-federation",
24
- "is-ci": "catalog:plugin-shared",
25
24
  "tslib": "catalog:typescript",
26
25
  "zephyr-agent": "workspace:*",
27
26
  "zephyr-edge-contract": "workspace:*"
28
27
  },
29
28
  "devDependencies": {
30
- "@types/is-ci": "catalog:typescript",
31
29
  "@types/jest": "catalog:typescript",
32
30
  "@types/node-persist": "catalog:typescript",
33
31
  "@typescript-eslint/eslint-plugin": "catalog:eslint",
@@ -1,8 +1,21 @@
1
1
  import type { FederationRuntimePlugin } from '../types/module-federation.types';
2
+ /** Options for basic runtime plugin */
3
+ export interface ZephyrRuntimePluginOptions {
4
+ /** Custom manifest URL (defaults to /zephyr-manifest.json) */
5
+ manifestUrl?: string;
6
+ }
2
7
  /**
3
- * Zephyr Runtime Plugin for Module Federation This plugin handles dynamic remote URL
4
- * resolution at runtime using beforeRequest hook to mutate URLs on the fly
8
+ * Basic Zephyr Runtime Plugin (no OTA features) Suitable for web applications that don't
9
+ * need OTA updates
10
+ *
11
+ * Features:
12
+ *
13
+ * - Simple manifest fetching
14
+ * - Remote URL resolution
15
+ * - Session storage override support
16
+ *
17
+ * For mobile applications with OTA support, use createZephyrRuntimePluginMobile
5
18
  */
6
- export declare function createZephyrRuntimePlugin(): FederationRuntimePlugin;
19
+ export declare function createZephyrRuntimePlugin(options?: ZephyrRuntimePluginOptions): FederationRuntimePlugin;
7
20
  /** Default export for use with Module Federation runtime plugins array */
8
21
  export default createZephyrRuntimePlugin;
@@ -1,28 +1,43 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.createZephyrRuntimePlugin = createZephyrRuntimePlugin;
4
- // Ensure only one fetch is done by the app
5
- const globalKey = '__ZEPHYR_MANIFEST_PROMISE__';
6
- const _global = typeof window !== 'undefined' ? window : globalThis;
7
- function getGlobalManifestPromise() {
8
- return _global[globalKey];
9
- }
10
- function setGlobalManifestPromise(promise) {
11
- _global[globalKey] = promise;
12
- }
13
4
  /**
14
- * Zephyr Runtime Plugin for Module Federation This plugin handles dynamic remote URL
15
- * resolution at runtime using beforeRequest hook to mutate URLs on the fly
5
+ * Basic Zephyr Runtime Plugin (no OTA features) Suitable for web applications that don't
6
+ * need OTA updates
7
+ *
8
+ * Features:
9
+ *
10
+ * - Simple manifest fetching
11
+ * - Remote URL resolution
12
+ * - Session storage override support
13
+ *
14
+ * For mobile applications with OTA support, use createZephyrRuntimePluginMobile
16
15
  */
17
- function createZephyrRuntimePlugin() {
16
+ function createZephyrRuntimePlugin(options = {}) {
17
+ const { manifestUrl = '/zephyr-manifest.json' } = options;
18
18
  let processedRemotes;
19
- // Start fetching manifest immediately
20
- let zephyrManifestPromise = getGlobalManifestPromise();
21
- if (!zephyrManifestPromise) {
22
- zephyrManifestPromise = fetchZephyrManifest();
23
- setGlobalManifestPromise(zephyrManifestPromise);
19
+ /** Fetches the zephyr-manifest.json file (basic version without OTA) */
20
+ async function fetchManifest(url) {
21
+ try {
22
+ const response = await fetch(url);
23
+ if (!response.ok) {
24
+ return;
25
+ }
26
+ const manifest = await response.json().catch(() => undefined);
27
+ if (!manifest) {
28
+ console.error('[Zephyr] Failed to parse manifest JSON');
29
+ return;
30
+ }
31
+ return manifest;
32
+ }
33
+ catch (error) {
34
+ console.error('[Zephyr] Unexpected error fetching manifest:', error);
35
+ return;
36
+ }
24
37
  }
25
- return {
38
+ // Initialize manifest fetching
39
+ const zephyrManifestPromise = fetchManifest(manifestUrl);
40
+ const plugin = {
26
41
  name: 'zephyr-runtime-remote-resolver',
27
42
  async beforeRequest(args) {
28
43
  const zephyrManifest = await zephyrManifestPromise;
@@ -45,26 +60,7 @@ function createZephyrRuntimePlugin() {
45
60
  return args;
46
61
  },
47
62
  };
48
- }
49
- /** Fetches the zephyr-manifest.json file and returns the runtime plugin data */
50
- async function fetchZephyrManifest() {
51
- try {
52
- // Fetch the manifest from the same origin
53
- const response = await fetch('/zephyr-manifest.json');
54
- if (!response.ok) {
55
- return;
56
- }
57
- const manifest = await response.json().catch(() => undefined);
58
- if (!manifest) {
59
- console.error('Failed to parse manifest JSON');
60
- return;
61
- }
62
- return manifest;
63
- }
64
- catch {
65
- console.error('Unexpected error fetching manifest');
66
- return;
67
- }
63
+ return plugin;
68
64
  }
69
65
  function identifyRemotes(args, zephyrManifest) {
70
66
  const identifiedRemotes = {};
@@ -1 +1 @@
1
- {"version":3,"file":"runtime-plugin.js","sourceRoot":"","sources":["../../src/xpack-extract/runtime-plugin.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"runtime-plugin.js","sourceRoot":"","sources":["../../src/xpack-extract/runtime-plugin.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.2",
3
+ "version": "0.1.3-next.1",
4
4
  "description": "Xpack internals for Zephyr",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,13 +17,11 @@
17
17
  "types": "dist/index.d.ts",
18
18
  "dependencies": {
19
19
  "@module-federation/automatic-vendor-federation": "^1.2.1",
20
- "is-ci": "^4.1.0",
21
20
  "tslib": "^2.8.1",
22
- "zephyr-agent": "0.1.2",
23
- "zephyr-edge-contract": "0.1.2"
21
+ "zephyr-edge-contract": "0.1.3-next.1",
22
+ "zephyr-agent": "0.1.3-next.1"
24
23
  },
25
24
  "devDependencies": {
26
- "@types/is-ci": "3.0.4",
27
25
  "@types/jest": "29.5.14",
28
26
  "@types/node-persist": "^3.1.8",
29
27
  "@typescript-eslint/eslint-plugin": "^8.27.0",