From b687d41b7bf5662ee541dce9aaca0f8d7ddd27d9 Mon Sep 17 00:00:00 2001 From: Barak Igal Date: Sun, 21 Dec 2025 15:09:23 +0200 Subject: [PATCH] v51.7.0 --- examples/cross-iframe/package.json | 2 +- examples/node-only/package.json | 2 +- examples/playground/package.json | 2 +- examples/react/package.json | 2 +- examples/reloaded-iframe/package.json | 2 +- lerna.json | 2 +- package-lock.json | 66 +++++++++---------- packages/core/package.json | 2 +- packages/engine-cli/package.json | 6 +- packages/runtime-node/package.json | 4 +- test-fixtures/3rd-party/package.json | 2 +- .../application-external/package.json | 2 +- .../base-web-application/package.json | 2 +- test-fixtures/contextual/package.json | 2 +- test-fixtures/default-args-echo/package.json | 2 +- test-fixtures/disconnecting-env/package.json | 2 +- test-fixtures/engine-config/package.json | 2 +- .../engine-env-dependency/package.json | 2 +- .../engine-feature-roots/package.json | 2 +- .../engine-multi-feature/package.json | 2 +- test-fixtures/engine-run-options/package.json | 2 +- .../engine-single-feature/package.json | 2 +- test-fixtures/multi-socket-node/package.json | 2 +- test-fixtures/node-env/package.json | 2 +- .../static-application-external/package.json | 2 +- .../package.json | 2 +- .../static-base-web-application/package.json | 2 +- test-fixtures/using-config/package.json | 2 +- test-fixtures/with-iframe/package.json | 2 +- test-fixtures/workspace/package.json | 2 +- .../workspace/packages/a/package.json | 2 +- .../workspace/packages/b/package.json | 2 +- 32 files changed, 67 insertions(+), 67 deletions(-) diff --git a/examples/cross-iframe/package.json b/examples/cross-iframe/package.json index 485619f54..07815c5ec 100644 --- a/examples/cross-iframe/package.json +++ b/examples/cross-iframe/package.json @@ -1,6 +1,6 @@ { "name": "@fixture/cross-iframe", - "version": "51.6.0", + "version": "51.7.0", "private": true, "type": "module", "scripts": { diff --git a/examples/node-only/package.json b/examples/node-only/package.json index ddf365e19..b4e2c9c7c 100644 --- a/examples/node-only/package.json +++ b/examples/node-only/package.json @@ -1,6 +1,6 @@ { "name": "@example/node-only", - "version": "51.6.0", + "version": "51.7.0", "private": true, "type": "module", "main": "index.js", diff --git a/examples/playground/package.json b/examples/playground/package.json index 9134cb47f..8ab6021ad 100644 --- a/examples/playground/package.json +++ b/examples/playground/package.json @@ -1,6 +1,6 @@ { "name": "@example/playground", - "version": "51.6.0", + "version": "51.7.0", "private": true, "type": "module", "scripts": { diff --git a/examples/react/package.json b/examples/react/package.json index 7bd7c7cca..f609d208d 100644 --- a/examples/react/package.json +++ b/examples/react/package.json @@ -1,6 +1,6 @@ { "name": "@examples/react", - "version": "51.6.0", + "version": "51.7.0", "private": true, "type": "module", "main": "index.js", diff --git a/examples/reloaded-iframe/package.json b/examples/reloaded-iframe/package.json index b61a42235..1a4671bc4 100644 --- a/examples/reloaded-iframe/package.json +++ b/examples/reloaded-iframe/package.json @@ -1,6 +1,6 @@ { "name": "@example/reloaded-iframe", - "version": "51.6.0", + "version": "51.7.0", "private": true, "type": "module", "scripts": { diff --git a/lerna.json b/lerna.json index 17c71a979..9dd436ec7 100644 --- a/lerna.json +++ b/lerna.json @@ -1,3 +1,3 @@ { - "version": "51.6.0" + "version": "51.7.0" } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index c58606fd8..109618644 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,26 +55,26 @@ }, "examples/cross-iframe": { "name": "@fixture/cross-iframe", - "version": "51.6.0" + "version": "51.7.0" }, "examples/node-only": { "name": "@example/node-only", - "version": "51.6.0", + "version": "51.7.0", "license": "MIT" }, "examples/playground": { "name": "@example/playground", - "version": "51.6.0", + "version": "51.7.0", "license": "UNLICENSED" }, "examples/react": { "name": "@examples/react", - "version": "51.6.0", + "version": "51.7.0", "license": "UNLICENSED" }, "examples/reloaded-iframe": { "name": "@example/reloaded-iframe", - "version": "51.6.0" + "version": "51.7.0" }, "node_modules/@babel/code-frame": { "version": "7.27.1", @@ -7358,7 +7358,7 @@ }, "packages/core": { "name": "@dazl/engine-core", - "version": "51.6.0", + "version": "51.7.0", "license": "MIT", "dependencies": { "@dazl/isomorphic-worker": "^2.0.0", @@ -7369,11 +7369,11 @@ }, "packages/engine-cli": { "name": "@dazl/engine-cli", - "version": "51.6.0", + "version": "51.7.0", "license": "MIT", "dependencies": { - "@dazl/engine-core": "^51.6.0", - "@dazl/engine-runtime-node": "^51.6.0", + "@dazl/engine-core": "^51.7.0", + "@dazl/engine-runtime-node": "^51.7.0", "@dazl/patterns": "^18.6.1", "@dazl/resolve-directory-context": "^5.1.0", "@file-services/node": "^11.0.1", @@ -7393,11 +7393,11 @@ }, "packages/runtime-node": { "name": "@dazl/engine-runtime-node", - "version": "51.6.0", + "version": "51.7.0", "license": "MIT", "dependencies": { "@dazl/common": "^18.6.1", - "@dazl/engine-core": "^51.6.0", + "@dazl/engine-core": "^51.7.0", "@dazl/isomorphic-worker": "^2.0.0", "@dazl/patterns": "^18.6.1", "@file-services/node": "^11.0.1", @@ -7410,94 +7410,94 @@ }, "test-fixtures/3rd-party": { "name": "@fixture/3rd-party", - "version": "51.6.0" + "version": "51.7.0" }, "test-fixtures/application-external": { "name": "@fixture/application-external-feature", - "version": "51.6.0" + "version": "51.7.0" }, "test-fixtures/base-web-application": { "name": "@fixture/base-web-application-feature", - "version": "51.6.0" + "version": "51.7.0" }, "test-fixtures/contextual": { "name": "@fixture/contextual-feature", - "version": "51.6.0" + "version": "51.7.0" }, "test-fixtures/default-args-echo": { "name": "@fixture/engine-default-args-echo", - "version": "51.6.0" + "version": "51.7.0" }, "test-fixtures/disconnecting-env": { "name": "@fixture/disconnecting-env", - "version": "51.6.0" + "version": "51.7.0" }, "test-fixtures/engine-config": { "name": "@fixture/engine-config-feature", - "version": "51.6.0" + "version": "51.7.0" }, "test-fixtures/engine-env-dependency": { "name": "@fixture/engine-env-dependency", - "version": "51.6.0" + "version": "51.7.0" }, "test-fixtures/engine-feature-roots": { "name": "@fixture/engine-feature-roots", - "version": "51.6.0" + "version": "51.7.0" }, "test-fixtures/engine-multi-feature": { "name": "@fixture/engine-multi-feature", - "version": "51.6.0" + "version": "51.7.0" }, "test-fixtures/engine-run-options": { "name": "@fixture/engine-run-options", - "version": "51.6.0" + "version": "51.7.0" }, "test-fixtures/engine-single-feature": { "name": "@fixture/engine-single-feature", - "version": "51.6.0" + "version": "51.7.0" }, "test-fixtures/multi-socket-node": { "name": "@fixture/engine-multi-socket-node", - "version": "51.6.0" + "version": "51.7.0" }, "test-fixtures/node-env": { "name": "@fixture/engine-node", - "version": "51.6.0" + "version": "51.7.0" }, "test-fixtures/static-application-external": { "name": "@fixture/static-application-external-feature", - "version": "51.6.0" + "version": "51.7.0" }, "test-fixtures/static-base-web-application": { "name": "@fixture/static-base-web-application-feature", - "version": "51.6.0" + "version": "51.7.0" }, "test-fixtures/static-base-web-application-config-loader": { "name": "@fixture/static-base-web-application-config-loader", - "version": "51.6.0" + "version": "51.7.0" }, "test-fixtures/using-config": { "name": "@fixture/configs", - "version": "51.6.0" + "version": "51.7.0" }, "test-fixtures/with-iframe": { "name": "@fixture/with-iframe", - "version": "51.6.0" + "version": "51.7.0" }, "test-fixtures/workspace": { "name": "@fixture/workspace", - "version": "51.6.0", + "version": "51.7.0", "workspaces": [ "packages/*" ] }, "test-fixtures/workspace/packages/a": { "name": "@fixture/a-in-workspace", - "version": "51.6.0" + "version": "51.7.0" }, "test-fixtures/workspace/packages/b": { "name": "@fixture/b-in-workspace", - "version": "51.6.0" + "version": "51.7.0" } } } diff --git a/packages/core/package.json b/packages/core/package.json index 2c44032c6..3f2677600 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@dazl/engine-core", - "version": "51.6.0", + "version": "51.7.0", "type": "module", "main": "dist/index.js", "exports": { diff --git a/packages/engine-cli/package.json b/packages/engine-cli/package.json index eaa6f68e5..0046bd28e 100644 --- a/packages/engine-cli/package.json +++ b/packages/engine-cli/package.json @@ -1,6 +1,6 @@ { "name": "@dazl/engine-cli", - "version": "51.6.0", + "version": "51.7.0", "type": "module", "bin": { "engine": "./bin/engine.js" @@ -15,8 +15,8 @@ "./default-config-loader": "./dist/entrypoint/default-config-loader.js" }, "dependencies": { - "@dazl/engine-core": "^51.6.0", - "@dazl/engine-runtime-node": "^51.6.0", + "@dazl/engine-core": "^51.7.0", + "@dazl/engine-runtime-node": "^51.7.0", "@dazl/patterns": "^18.6.1", "@dazl/resolve-directory-context": "^5.1.0", "@file-services/node": "^11.0.1", diff --git a/packages/runtime-node/package.json b/packages/runtime-node/package.json index 065f99e7a..8b57d1d02 100644 --- a/packages/runtime-node/package.json +++ b/packages/runtime-node/package.json @@ -1,6 +1,6 @@ { "name": "@dazl/engine-runtime-node", - "version": "51.6.0", + "version": "51.7.0", "type": "module", "main": "dist/index.js", "exports": { @@ -13,7 +13,7 @@ }, "dependencies": { "@dazl/common": "^18.6.1", - "@dazl/engine-core": "^51.6.0", + "@dazl/engine-core": "^51.7.0", "@dazl/isomorphic-worker": "^2.0.0", "@dazl/patterns": "^18.6.1", "@file-services/node": "^11.0.1", diff --git a/test-fixtures/3rd-party/package.json b/test-fixtures/3rd-party/package.json index 089bd6450..9ad18d22f 100644 --- a/test-fixtures/3rd-party/package.json +++ b/test-fixtures/3rd-party/package.json @@ -1,6 +1,6 @@ { "name": "@fixture/3rd-party", - "version": "51.6.0", + "version": "51.7.0", "private": true, "type": "module" } diff --git a/test-fixtures/application-external/package.json b/test-fixtures/application-external/package.json index 405b4fd14..3a0c0d375 100644 --- a/test-fixtures/application-external/package.json +++ b/test-fixtures/application-external/package.json @@ -1,6 +1,6 @@ { "name": "@fixture/application-external-feature", - "version": "51.6.0", + "version": "51.7.0", "private": true, "type": "module" } diff --git a/test-fixtures/base-web-application/package.json b/test-fixtures/base-web-application/package.json index b989a48ab..61041bb21 100644 --- a/test-fixtures/base-web-application/package.json +++ b/test-fixtures/base-web-application/package.json @@ -1,6 +1,6 @@ { "name": "@fixture/base-web-application-feature", - "version": "51.6.0", + "version": "51.7.0", "private": true, "type": "module" } diff --git a/test-fixtures/contextual/package.json b/test-fixtures/contextual/package.json index a2ebb1f49..c05aa4b36 100644 --- a/test-fixtures/contextual/package.json +++ b/test-fixtures/contextual/package.json @@ -1,6 +1,6 @@ { "name": "@fixture/contextual-feature", - "version": "51.6.0", + "version": "51.7.0", "private": true, "type": "module" } diff --git a/test-fixtures/default-args-echo/package.json b/test-fixtures/default-args-echo/package.json index 7e354306b..c6db6bc5a 100644 --- a/test-fixtures/default-args-echo/package.json +++ b/test-fixtures/default-args-echo/package.json @@ -1,6 +1,6 @@ { "name": "@fixture/engine-default-args-echo", - "version": "51.6.0", + "version": "51.7.0", "private": true, "type": "module" } diff --git a/test-fixtures/disconnecting-env/package.json b/test-fixtures/disconnecting-env/package.json index 43d226527..538712d6f 100644 --- a/test-fixtures/disconnecting-env/package.json +++ b/test-fixtures/disconnecting-env/package.json @@ -1,6 +1,6 @@ { "name": "@fixture/disconnecting-env", - "version": "51.6.0", + "version": "51.7.0", "private": true, "type": "module" } diff --git a/test-fixtures/engine-config/package.json b/test-fixtures/engine-config/package.json index f5744b26e..50682b9dc 100644 --- a/test-fixtures/engine-config/package.json +++ b/test-fixtures/engine-config/package.json @@ -1,6 +1,6 @@ { "name": "@fixture/engine-config-feature", - "version": "51.6.0", + "version": "51.7.0", "private": true, "type": "module" } diff --git a/test-fixtures/engine-env-dependency/package.json b/test-fixtures/engine-env-dependency/package.json index c3aca6063..145a21225 100644 --- a/test-fixtures/engine-env-dependency/package.json +++ b/test-fixtures/engine-env-dependency/package.json @@ -1,6 +1,6 @@ { "name": "@fixture/engine-env-dependency", - "version": "51.6.0", + "version": "51.7.0", "private": true, "type": "module" } diff --git a/test-fixtures/engine-feature-roots/package.json b/test-fixtures/engine-feature-roots/package.json index fb73b1444..d93b9e653 100644 --- a/test-fixtures/engine-feature-roots/package.json +++ b/test-fixtures/engine-feature-roots/package.json @@ -1,6 +1,6 @@ { "name": "@fixture/engine-feature-roots", - "version": "51.6.0", + "version": "51.7.0", "private": true, "type": "module" } diff --git a/test-fixtures/engine-multi-feature/package.json b/test-fixtures/engine-multi-feature/package.json index 8e5e57573..1b8c3af0c 100644 --- a/test-fixtures/engine-multi-feature/package.json +++ b/test-fixtures/engine-multi-feature/package.json @@ -1,6 +1,6 @@ { "name": "@fixture/engine-multi-feature", - "version": "51.6.0", + "version": "51.7.0", "private": true, "type": "module" } diff --git a/test-fixtures/engine-run-options/package.json b/test-fixtures/engine-run-options/package.json index 8da4100b7..1bba955e0 100644 --- a/test-fixtures/engine-run-options/package.json +++ b/test-fixtures/engine-run-options/package.json @@ -1,6 +1,6 @@ { "name": "@fixture/engine-run-options", - "version": "51.6.0", + "version": "51.7.0", "private": true, "type": "module" } diff --git a/test-fixtures/engine-single-feature/package.json b/test-fixtures/engine-single-feature/package.json index 121b04804..35c393e0d 100644 --- a/test-fixtures/engine-single-feature/package.json +++ b/test-fixtures/engine-single-feature/package.json @@ -1,6 +1,6 @@ { "name": "@fixture/engine-single-feature", - "version": "51.6.0", + "version": "51.7.0", "private": true, "type": "module" } diff --git a/test-fixtures/multi-socket-node/package.json b/test-fixtures/multi-socket-node/package.json index 094d3239f..b5a6debe5 100644 --- a/test-fixtures/multi-socket-node/package.json +++ b/test-fixtures/multi-socket-node/package.json @@ -1,6 +1,6 @@ { "name": "@fixture/engine-multi-socket-node", - "version": "51.6.0", + "version": "51.7.0", "private": true, "type": "module" } diff --git a/test-fixtures/node-env/package.json b/test-fixtures/node-env/package.json index 741512942..ad361de66 100644 --- a/test-fixtures/node-env/package.json +++ b/test-fixtures/node-env/package.json @@ -1,6 +1,6 @@ { "name": "@fixture/engine-node", - "version": "51.6.0", + "version": "51.7.0", "private": true, "type": "module" } diff --git a/test-fixtures/static-application-external/package.json b/test-fixtures/static-application-external/package.json index 980efae2b..671634e58 100644 --- a/test-fixtures/static-application-external/package.json +++ b/test-fixtures/static-application-external/package.json @@ -1,6 +1,6 @@ { "name": "@fixture/static-application-external-feature", - "version": "51.6.0", + "version": "51.7.0", "private": true, "type": "module" } diff --git a/test-fixtures/static-base-web-application-config-loader/package.json b/test-fixtures/static-base-web-application-config-loader/package.json index 1cc4aa8fd..28341055c 100644 --- a/test-fixtures/static-base-web-application-config-loader/package.json +++ b/test-fixtures/static-base-web-application-config-loader/package.json @@ -1,6 +1,6 @@ { "name": "@fixture/static-base-web-application-config-loader", - "version": "51.6.0", + "version": "51.7.0", "private": true, "type": "module" } diff --git a/test-fixtures/static-base-web-application/package.json b/test-fixtures/static-base-web-application/package.json index 5ee7ee5e2..7d808987e 100644 --- a/test-fixtures/static-base-web-application/package.json +++ b/test-fixtures/static-base-web-application/package.json @@ -1,6 +1,6 @@ { "name": "@fixture/static-base-web-application-feature", - "version": "51.6.0", + "version": "51.7.0", "private": true, "type": "module" } diff --git a/test-fixtures/using-config/package.json b/test-fixtures/using-config/package.json index 10ecb16c3..25a14ccba 100644 --- a/test-fixtures/using-config/package.json +++ b/test-fixtures/using-config/package.json @@ -1,6 +1,6 @@ { "name": "@fixture/configs", - "version": "51.6.0", + "version": "51.7.0", "private": true, "type": "module" } diff --git a/test-fixtures/with-iframe/package.json b/test-fixtures/with-iframe/package.json index b78a7391d..95a72594c 100644 --- a/test-fixtures/with-iframe/package.json +++ b/test-fixtures/with-iframe/package.json @@ -1,6 +1,6 @@ { "name": "@fixture/with-iframe", - "version": "51.6.0", + "version": "51.7.0", "private": true, "type": "module" } diff --git a/test-fixtures/workspace/package.json b/test-fixtures/workspace/package.json index 49dfc4a5e..f8bc7004b 100644 --- a/test-fixtures/workspace/package.json +++ b/test-fixtures/workspace/package.json @@ -1,6 +1,6 @@ { "name": "@fixture/workspace", - "version": "51.6.0", + "version": "51.7.0", "private": true, "type": "module", "workspaces": [ diff --git a/test-fixtures/workspace/packages/a/package.json b/test-fixtures/workspace/packages/a/package.json index 9e22595f7..b21605f17 100644 --- a/test-fixtures/workspace/packages/a/package.json +++ b/test-fixtures/workspace/packages/a/package.json @@ -1,6 +1,6 @@ { "name": "@fixture/a-in-workspace", - "version": "51.6.0", + "version": "51.7.0", "private": true, "type": "module" } diff --git a/test-fixtures/workspace/packages/b/package.json b/test-fixtures/workspace/packages/b/package.json index 0165b1c4b..808554430 100644 --- a/test-fixtures/workspace/packages/b/package.json +++ b/test-fixtures/workspace/packages/b/package.json @@ -1,6 +1,6 @@ { "name": "@fixture/b-in-workspace", - "version": "51.6.0", + "version": "51.7.0", "private": true, "type": "module" }