zephyr-webpack-plugin 0.0.0-canary-20250323212225 → 0.0.0-canary-20250414122517

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zephyr-webpack-plugin",
3
- "version": "0.0.37",
3
+ "version": "0.0.38",
4
4
  "license": "Apache-2.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -10,15 +10,18 @@
10
10
  "patch-version": "pnpm version"
11
11
  },
12
12
  "dependencies": {
13
- "@module-federation/automatic-vendor-federation": "1.2.1",
14
- "is-ci": "^3.0.1",
15
- "tslib": "^2.3.0",
16
- "webpack": "^5.93.0",
13
+ "@module-federation/automatic-vendor-federation": "catalog:module-federation",
14
+ "is-ci": "catalog:plugin-shared",
15
+ "tslib": "catalog:typescript",
16
+ "webpack": "catalog:webpack5",
17
17
  "zephyr-agent": "workspace:*",
18
18
  "zephyr-xpack-internal": "workspace:*"
19
19
  },
20
20
  "devDependencies": {
21
- "@types/is-ci": "^3.0.4",
22
- "@types/node-persist": "^3.1.8"
21
+ "@types/is-ci": "catalog:typescript",
22
+ "@types/node-persist": "catalog:typescript",
23
+ "@typescript-eslint/eslint-plugin": "catalog:eslint",
24
+ "ts-jest": "catalog:typescript",
25
+ "@types/jest": "catalog:typescript"
23
26
  }
24
27
  }
@@ -9,6 +9,7 @@ class ZeWebpackPlugin {
9
9
  }
10
10
  apply(compiler) {
11
11
  this._options.zephyr_engine.buildProperties.output = compiler.outputPath;
12
+ (0, zephyr_xpack_internal_1.detectAndStoreBaseHref)(this._options.zephyr_engine, compiler);
12
13
  (0, zephyr_xpack_internal_1.logBuildSteps)(this._options, compiler);
13
14
  (0, zephyr_xpack_internal_1.setupZeDeploy)(this._options, compiler);
14
15
  }
@@ -1 +1 @@
1
- {"version":3,"file":"ze-webpack-plugin.js","sourceRoot":"","sources":["../../src/webpack-plugin/ze-webpack-plugin.ts"],"names":[],"mappings":";;;AAGA,iEAI+B;AAE/B,MAAM,UAAU,GAAG,iBAAiB,CAAC;AAarC,MAAa,eAAe;IAG1B,YAAY,OAA+D;QACzE,IAAI,CAAC,QAAQ,GAAG,MAAM,CAAC,MAAM,CAAC,EAAE,UAAU,EAAE,EAAE,OAAO,CAAC,CAAC;IACzD,CAAC;IAED,KAAK,CAAC,QAAkB;QACtB,IAAI,CAAC,QAAQ,CAAC,aAAa,CAAC,eAAe,CAAC,MAAM,GAAG,QAAQ,CAAC,UAAU,CAAC;QAEzE,IAAA,qCAAa,EAAC,IAAI,CAAC,QAAQ,EAAE,QAAQ,CAAC,CAAC;QACvC,IAAA,qCAAa,EAAC,IAAI,CAAC,QAAQ,EAAE,QAAQ,CAAC,CAAC;IACzC,CAAC;CACF;AAbD,0CAaC"}
1
+ {"version":3,"file":"ze-webpack-plugin.js","sourceRoot":"","sources":["../../src/webpack-plugin/ze-webpack-plugin.ts"],"names":[],"mappings":";;;AAGA,iEAK+B;AAE/B,MAAM,UAAU,GAAG,iBAAiB,CAAC;AAarC,MAAa,eAAe;IAG1B,YAAY,OAA+D;QACzE,IAAI,CAAC,QAAQ,GAAG,MAAM,CAAC,MAAM,CAAC,EAAE,UAAU,EAAE,EAAE,OAAO,CAAC,CAAC;IACzD,CAAC;IAED,KAAK,CAAC,QAAkB;QACtB,IAAI,CAAC,QAAQ,CAAC,aAAa,CAAC,eAAe,CAAC,MAAM,GAAG,QAAQ,CAAC,UAAU,CAAC;QACzE,IAAA,8CAAsB,EAAC,IAAI,CAAC,QAAQ,CAAC,aAAa,EAAE,QAAQ,CAAC,CAAC;QAC9D,IAAA,qCAAa,EAAC,IAAI,CAAC,QAAQ,EAAE,QAAQ,CAAC,CAAC;QACvC,IAAA,qCAAa,EAAC,IAAI,CAAC,QAAQ,EAAE,QAAQ,CAAC,CAAC;IACzC,CAAC;CACF;AAbD,0CAaC"}
package/package.json CHANGED
@@ -1,21 +1,24 @@
1
1
  {
2
2
  "name": "zephyr-webpack-plugin",
3
- "version": "0.0.0-canary-20250323212225",
3
+ "version": "0.0.0-canary-20250414122517",
4
4
  "license": "Apache-2.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "type": "commonjs",
8
8
  "dependencies": {
9
- "@module-federation/automatic-vendor-federation": "1.2.1",
10
- "is-ci": "^3.0.1",
11
- "tslib": "^2.3.0",
12
- "webpack": "^5.93.0",
13
- "zephyr-xpack-internal": "0.0.0-canary-20250323212225",
14
- "zephyr-agent": "0.0.0-canary-20250323212225"
9
+ "@module-federation/automatic-vendor-federation": "^1.2.1",
10
+ "is-ci": "^4.1.0",
11
+ "tslib": "^2.8.1",
12
+ "webpack": "^5.98.0",
13
+ "zephyr-agent": "0.0.0-canary-20250414122517",
14
+ "zephyr-xpack-internal": "0.0.0-canary-20250414122517"
15
15
  },
16
16
  "devDependencies": {
17
- "@types/is-ci": "^3.0.4",
18
- "@types/node-persist": "^3.1.8"
17
+ "@types/is-ci": "3.0.4",
18
+ "@types/node-persist": "^3.1.8",
19
+ "@typescript-eslint/eslint-plugin": "^8.27.0",
20
+ "ts-jest": "^29.2.6",
21
+ "@types/jest": "29.5.14"
19
22
  },
20
23
  "scripts": {
21
24
  "build": "nx run zephyr-webpack-plugin:build",