zephyr-repack-plugin 0.0.0-canary-20241122064756 → 0.0.0-canary-20241122175815

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.
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ZeRepackPlugin = void 0;
4
- const set_up_build_id_1 = require("./set-up-build-id");
5
4
  const set_up_build_stats_logging_1 = require("./set-up-build-stats-logging");
6
5
  const set_up_deploy_1 = require("./set-up-deploy");
7
6
  const pluginName = 'ZephyrRepackPlugin';
@@ -10,7 +9,7 @@ class ZeRepackPlugin {
10
9
  this._options = Object.assign({ pluginName }, options);
11
10
  }
12
11
  apply(compiler) {
13
- (0, set_up_build_id_1.setupZephyrConfig)(this._options, compiler);
12
+ // setup(this._options, compiler);
14
13
  (0, set_up_build_stats_logging_1.log_build_steps)(this._options, compiler);
15
14
  (0, set_up_deploy_1.setup_deploy)(this._options, compiler);
16
15
  }
@@ -1 +1 @@
1
- {"version":3,"file":"ze-repack-plugin.js","sourceRoot":"","sources":["../../src/lib/ze-repack-plugin.ts"],"names":[],"mappings":";;;AAEA,uDAA+D;AAC/D,6EAA+D;AAC/D,mDAA+C;AAG/C,MAAM,UAAU,GAAG,oBAAoB,CAAC;AAOxC,MAAa,cAAc;IAGzB,YAAY,OAAsD;QAChE,IAAI,CAAC,QAAQ,GAAG,MAAM,CAAC,MAAM,CAAC,EAAE,UAAU,EAAE,EAAE,OAAO,CAAC,CAAC;IACzD,CAAC;IAED,KAAK,CAAC,QAAkB;QACtB,IAAA,mCAAK,EAAC,IAAI,CAAC,QAAQ,EAAE,QAAQ,CAAC,CAAC;QAC/B,IAAA,4CAAe,EAAC,IAAI,CAAC,QAAQ,EAAE,QAAQ,CAAC,CAAC;QACzC,IAAA,4BAAY,EAAC,IAAI,CAAC,QAAQ,EAAE,QAAQ,CAAC,CAAC;IACxC,CAAC;CACF;AAZD,wCAYC"}
1
+ {"version":3,"file":"ze-repack-plugin.js","sourceRoot":"","sources":["../../src/lib/ze-repack-plugin.ts"],"names":[],"mappings":";;;AAGA,6EAA+D;AAC/D,mDAA+C;AAG/C,MAAM,UAAU,GAAG,oBAAoB,CAAC;AAOxC,MAAa,cAAc;IAGzB,YAAY,OAAsD;QAChE,IAAI,CAAC,QAAQ,GAAG,MAAM,CAAC,MAAM,CAAC,EAAE,UAAU,EAAE,EAAE,OAAO,CAAC,CAAC;IACzD,CAAC;IAED,KAAK,CAAC,QAAkB;QACtB,kCAAkC;QAClC,IAAA,4CAAe,EAAC,IAAI,CAAC,QAAQ,EAAE,QAAQ,CAAC,CAAC;QACzC,IAAA,4BAAY,EAAC,IAAI,CAAC,QAAQ,EAAE,QAAQ,CAAC,CAAC;IACxC,CAAC;CACF;AAZD,wCAYC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zephyr-repack-plugin",
3
- "version": "0.0.0-canary-20241122064756",
3
+ "version": "0.0.0-canary-20241122175815",
4
4
  "license": "Apache-2.0",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",