zephyr-rspack-plugin 0.0.0-canary-20250215130754 → 0.0.0-canary-20250219113844
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,12 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.withZephyr =
|
|
3
|
+
exports.withZephyr = void 0;
|
|
4
4
|
const zephyr_agent_1 = require("zephyr-agent");
|
|
5
5
|
const ze_rspack_plugin_1 = require("./ze-rspack-plugin");
|
|
6
6
|
const zephyr_xpack_internal_1 = require("zephyr-xpack-internal");
|
|
7
7
|
function withZephyr(zephyrPluginOptions) {
|
|
8
8
|
return (config) => _zephyr_configuration(config, zephyrPluginOptions);
|
|
9
9
|
}
|
|
10
|
+
exports.withZephyr = withZephyr;
|
|
10
11
|
async function _zephyr_configuration(config, _zephyrOptions) {
|
|
11
12
|
// create instance of ZephyrEngine to track the application
|
|
12
13
|
const zephyr_engine = await zephyr_agent_1.ZephyrEngine.create({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"with-zephyr.js","sourceRoot":"","sources":["../../src/rspack-plugin/with-zephyr.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"with-zephyr.js","sourceRoot":"","sources":["../../src/rspack-plugin/with-zephyr.ts"],"names":[],"mappings":";;;AACA,+CAA4C;AAC5C,yDAAoD;AAEpD,iEAI+B;AAI/B,SAAgB,UAAU,CACxB,mBAA+C;IAE/C,OAAO,CAAC,MAAM,EAAE,EAAE,CAAC,qBAAqB,CAAC,MAAM,EAAE,mBAAmB,CAAC,CAAC;AACxE,CAAC;AAJD,gCAIC;AAED,KAAK,UAAU,qBAAqB,CAClC,MAAqB,EACrB,cAA0C;IAE1C,2DAA2D;IAC3D,MAAM,aAAa,GAAG,MAAM,2BAAY,CAAC,MAAM,CAAC;QAC9C,OAAO,EAAE,QAAQ;QACjB,OAAO,EAAE,MAAM,CAAC,OAAO;KACxB,CAAC,CAAC;IAEH,6CAA6C;IAC7C,MAAM,eAAe,GAAG,IAAA,uDAA+B,EAAC,MAAM,CAAC,CAAC;IAEhE,MAAM,yBAAyB,GAC7B,MAAM,aAAa,CAAC,2BAA2B,CAAC,eAAe,CAAC,CAAC;IAEnE,IAAA,wDAAgC,EAAC,aAAa,EAAE,MAAM,EAAE,yBAAyB,CAAC,CAAC;IAEnF,gCAAgC;IAChC,MAAM,CAAC,OAAO,EAAE,IAAI,CAClB,IAAI,iCAAc,CAAC;QACjB,aAAa;QACb,QAAQ,EAAE,IAAA,yDAAiC,EAAC,MAAM,CAAC;QACnD,mBAAmB,EAAE,cAAc,EAAE,mBAAmB;KACzD,CAAC,CACH,CAAC;IAEF,OAAO,MAAM,CAAC;AAChB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zephyr-rspack-plugin",
|
|
3
|
-
"version": "0.0.0-canary-
|
|
3
|
+
"version": "0.0.0-canary-20250219113844",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"@rspack/core": "^1.1.3",
|
|
11
11
|
"is-ci": "^3.0.1",
|
|
12
12
|
"tslib": "^2.3.0",
|
|
13
|
-
"zephyr-xpack-internal": "0.0.0-canary-
|
|
14
|
-
"zephyr-agent": "0.0.0-canary-
|
|
13
|
+
"zephyr-xpack-internal": "0.0.0-canary-20250219113844",
|
|
14
|
+
"zephyr-agent": "0.0.0-canary-20250219113844"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@types/is-ci": "^3.0.4",
|