From e9ebf479bc0a4e2aac50287c61ece5fd19caa534 Mon Sep 17 00:00:00 2001 From: Avi Vahl Date: Wed, 8 Jan 2025 17:55:38 +0200 Subject: [PATCH] v49.4.1 --- examples/cross-iframe/package.json | 2 +- examples/file-server/package.json | 2 +- examples/multi-env/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 | 4 +- package-lock.json | 86 +++++++++---------- packages/core/package.json | 2 +- packages/engine-cli/package.json | 6 +- packages/runtime-node/package.json | 4 +- packages/test-kit/package.json | 8 +- 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-node/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/worker-thread/package.json | 6 +- test-fixtures/workspace/package.json | 2 +- .../workspace/packages/a/package.json | 2 +- .../workspace/packages/b/package.json | 2 +- 37 files changed, 88 insertions(+), 88 deletions(-) diff --git a/examples/cross-iframe/package.json b/examples/cross-iframe/package.json index a66a3aa0b..c653f879f 100644 --- a/examples/cross-iframe/package.json +++ b/examples/cross-iframe/package.json @@ -1,6 +1,6 @@ { "name": "@fixture/cross-iframe", - "version": "49.4.0", + "version": "49.4.1", "private": true, "type": "module", "scripts": { diff --git a/examples/file-server/package.json b/examples/file-server/package.json index 9c8f70810..5c4cd1ca3 100644 --- a/examples/file-server/package.json +++ b/examples/file-server/package.json @@ -1,6 +1,6 @@ { "name": "@example/file-server", - "version": "49.3.0", + "version": "49.4.1", "private": true, "type": "module", "scripts": { diff --git a/examples/multi-env/package.json b/examples/multi-env/package.json index de186fbfc..e2ea3e807 100644 --- a/examples/multi-env/package.json +++ b/examples/multi-env/package.json @@ -1,6 +1,6 @@ { "name": "@example/multi-env", - "version": "49.3.0", + "version": "49.4.1", "private": true, "type": "module", "scripts": { diff --git a/examples/node-only/package.json b/examples/node-only/package.json index 164c246dd..463b5757b 100644 --- a/examples/node-only/package.json +++ b/examples/node-only/package.json @@ -1,6 +1,6 @@ { "name": "@example/node-only", - "version": "49.3.0", + "version": "49.4.1", "private": true, "type": "module", "main": "index.js", diff --git a/examples/playground/package.json b/examples/playground/package.json index 00419ca82..23b009f20 100644 --- a/examples/playground/package.json +++ b/examples/playground/package.json @@ -1,6 +1,6 @@ { "name": "@example/playground", - "version": "49.3.0", + "version": "49.4.1", "private": true, "type": "module", "scripts": { diff --git a/examples/react/package.json b/examples/react/package.json index 441839b59..c0f408d2a 100644 --- a/examples/react/package.json +++ b/examples/react/package.json @@ -1,6 +1,6 @@ { "name": "@examples/react", - "version": "49.3.0", + "version": "49.4.1", "private": true, "type": "module", "main": "index.js", diff --git a/examples/reloaded-iframe/package.json b/examples/reloaded-iframe/package.json index 4b88b75e1..53a92de36 100644 --- a/examples/reloaded-iframe/package.json +++ b/examples/reloaded-iframe/package.json @@ -1,6 +1,6 @@ { "name": "@example/reloaded-iframe", - "version": "49.3.0", + "version": "49.4.1", "private": true, "type": "module", "scripts": { diff --git a/lerna.json b/lerna.json index 9fd6c08ad..638959a99 100644 --- a/lerna.json +++ b/lerna.json @@ -1,3 +1,3 @@ { - "version": "49.4.0" -} + "version": "49.4.1" +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 3dcf2dc4d..c3870ca2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,11 +57,11 @@ }, "examples/cross-iframe": { "name": "@fixture/cross-iframe", - "version": "49.4.0" + "version": "49.4.1" }, "examples/file-server": { "name": "@example/file-server", - "version": "49.3.0", + "version": "49.4.1", "license": "UNLICENSED", "dependencies": { "@file-services/node": "^9.4.1" @@ -69,27 +69,27 @@ }, "examples/multi-env": { "name": "@example/multi-env", - "version": "49.3.0", + "version": "49.4.1", "license": "UNLICENSED" }, "examples/node-only": { "name": "@example/node-only", - "version": "49.3.0", + "version": "49.4.1", "license": "MIT" }, "examples/playground": { "name": "@example/playground", - "version": "49.3.0", + "version": "49.4.1", "license": "UNLICENSED" }, "examples/react": { "name": "@examples/react", - "version": "49.3.0", + "version": "49.4.1", "license": "UNLICENSED" }, "examples/reloaded-iframe": { "name": "@example/reloaded-iframe", - "version": "49.3.0" + "version": "49.4.1" }, "node_modules/@esbuild/aix-ppc64": { "version": "0.24.2", @@ -7115,7 +7115,7 @@ }, "packages/core": { "name": "@wixc3/engine-core", - "version": "49.4.0", + "version": "49.4.1", "license": "MIT", "dependencies": { "@wixc3/isomorphic-worker": "^2.0.0", @@ -7127,15 +7127,15 @@ }, "packages/engine-cli": { "name": "@wixc3/engine-cli", - "version": "49.4.0", + "version": "49.4.1", "license": "MIT", "dependencies": { "@file-services/node": "^9.4.1", "@file-services/resolve": "^9.4.1", "@file-services/types": "^9.4.1", "@wixc3/create-disposables": "^2.2.0", - "@wixc3/engine-core": "^49.4.0", - "@wixc3/engine-runtime-node": "^49.4.0", + "@wixc3/engine-core": "^49.4.1", + "@wixc3/engine-runtime-node": "^49.4.1", "@wixc3/patterns": "^18.0.0", "@wixc3/resolve-directory-context": "^4.0.0", "cleye": "^1.3.2", @@ -7152,12 +7152,12 @@ }, "packages/runtime-node": { "name": "@wixc3/engine-runtime-node", - "version": "49.4.0", + "version": "49.4.1", "license": "MIT", "dependencies": { "@file-services/node": "^9.4.1", "@wixc3/common": "^18.0.0", - "@wixc3/engine-core": "^49.4.0", + "@wixc3/engine-core": "^49.4.1", "@wixc3/isomorphic-worker": "^2.0.0", "@wixc3/patterns": "^18.0.0", "cors": "^2.8.5", @@ -7169,14 +7169,14 @@ }, "packages/test-kit": { "name": "@wixc3/engine-test-kit", - "version": "49.4.0", + "version": "49.4.1", "license": "MIT", "dependencies": { "@file-services/node": "^9.4.1", "@wixc3/create-disposables": "^2.2.0", - "@wixc3/engine-cli": "^49.4.0", - "@wixc3/engine-core": "^49.4.0", - "@wixc3/engine-runtime-node": "^49.4.0", + "@wixc3/engine-cli": "^49.4.1", + "@wixc3/engine-core": "^49.4.1", + "@wixc3/engine-runtime-node": "^49.4.1", "@wixc3/patterns": "^18.0.0", "@wixc3/testing-node": "^18.0.0", "create-temp-directory": "^2.4.0", @@ -7190,107 +7190,107 @@ }, "test-fixtures/3rd-party": { "name": "@fixture/3rd-party", - "version": "49.3.0" + "version": "49.4.1" }, "test-fixtures/application-external": { "name": "@fixture/application-external-feature", - "version": "49.3.0" + "version": "49.4.1" }, "test-fixtures/base-web-application": { "name": "@fixture/base-web-application-feature", - "version": "49.3.0" + "version": "49.4.1" }, "test-fixtures/contextual": { "name": "@fixture/contextual-feature", - "version": "49.3.0" + "version": "49.4.1" }, "test-fixtures/default-args-echo": { "name": "@fixture/engine-default-args-echo", - "version": "49.3.0" + "version": "49.4.1" }, "test-fixtures/disconnecting-env": { "name": "@fixture/disconnecting-env", - "version": "49.3.0" + "version": "49.4.1" }, "test-fixtures/engine-config": { "name": "@fixture/engine-config-feature", - "version": "49.3.0" + "version": "49.4.1" }, "test-fixtures/engine-env-dependency": { "name": "@fixture/engine-env-dependency", - "version": "49.3.0" + "version": "49.4.1" }, "test-fixtures/engine-feature-roots": { "name": "@fixture/engine-feature-roots", - "version": "49.3.0" + "version": "49.4.1" }, "test-fixtures/engine-multi-feature": { "name": "@fixture/engine-multi-feature", - "version": "49.3.0" + "version": "49.4.1" }, "test-fixtures/engine-run-options": { "name": "@fixture/engine-run-options", - "version": "49.3.0" + "version": "49.4.1" }, "test-fixtures/engine-single-feature": { "name": "@fixture/engine-single-feature", - "version": "49.3.0" + "version": "49.4.1" }, "test-fixtures/multi-node": { "name": "@fixture/engine-multi-node", - "version": "49.3.0" + "version": "49.4.1" }, "test-fixtures/multi-socket-node": { "name": "@fixture/engine-multi-socket-node", - "version": "49.3.0" + "version": "49.4.1" }, "test-fixtures/node-env": { "name": "@fixture/engine-node", - "version": "49.3.0" + "version": "49.4.1" }, "test-fixtures/static-application-external": { "name": "@fixture/static-application-external-feature", - "version": "49.3.0" + "version": "49.4.1" }, "test-fixtures/static-base-web-application": { "name": "@fixture/static-base-web-application-feature", - "version": "49.3.0" + "version": "49.4.1" }, "test-fixtures/static-base-web-application-config-loader": { "name": "@fixture/static-base-web-application-config-loader", - "version": "49.3.0" + "version": "49.4.1" }, "test-fixtures/using-config": { "name": "@fixture/configs", - "version": "49.3.0" + "version": "49.4.1" }, "test-fixtures/with-iframe": { "name": "@fixture/with-iframe", - "version": "49.3.0" + "version": "49.4.1" }, "test-fixtures/worker-thread": { "name": "@fixture/worker-thread", - "version": "49.4.0", + "version": "49.4.1", "license": "unlicensed", "dependencies": { - "@wixc3/engine-core": "^49.4.0", - "@wixc3/engine-runtime-node": "^49.4.0" + "@wixc3/engine-core": "^49.4.1", + "@wixc3/engine-runtime-node": "^49.4.1" } }, "test-fixtures/workspace": { "name": "@fixture/workspace", - "version": "49.3.0", + "version": "49.4.1", "workspaces": [ "packages/*" ] }, "test-fixtures/workspace/packages/a": { "name": "@fixture/a-in-workspace", - "version": "49.3.0" + "version": "49.4.1" }, "test-fixtures/workspace/packages/b": { "name": "@fixture/b-in-workspace", - "version": "49.3.0" + "version": "49.4.1" } } } diff --git a/packages/core/package.json b/packages/core/package.json index f3067d116..fdbdaa910 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@wixc3/engine-core", - "version": "49.4.0", + "version": "49.4.1", "type": "module", "main": "dist/index.js", "exports": { diff --git a/packages/engine-cli/package.json b/packages/engine-cli/package.json index 0baa4133e..e1f932774 100644 --- a/packages/engine-cli/package.json +++ b/packages/engine-cli/package.json @@ -1,6 +1,6 @@ { "name": "@wixc3/engine-cli", - "version": "49.4.0", + "version": "49.4.1", "type": "module", "bin": { "engine": "./bin/engine.mjs" @@ -19,8 +19,8 @@ "@file-services/resolve": "^9.4.1", "@file-services/types": "^9.4.1", "@wixc3/create-disposables": "^2.2.0", - "@wixc3/engine-core": "^49.4.0", - "@wixc3/engine-runtime-node": "^49.4.0", + "@wixc3/engine-core": "^49.4.1", + "@wixc3/engine-runtime-node": "^49.4.1", "@wixc3/patterns": "^18.0.0", "@wixc3/resolve-directory-context": "^4.0.0", "cleye": "^1.3.2", diff --git a/packages/runtime-node/package.json b/packages/runtime-node/package.json index 611bd3957..b65ba0762 100644 --- a/packages/runtime-node/package.json +++ b/packages/runtime-node/package.json @@ -1,6 +1,6 @@ { "name": "@wixc3/engine-runtime-node", - "version": "49.4.0", + "version": "49.4.1", "type": "module", "main": "dist/index.js", "exports": { @@ -14,7 +14,7 @@ "dependencies": { "@file-services/node": "^9.4.1", "@wixc3/common": "^18.0.0", - "@wixc3/engine-core": "^49.4.0", + "@wixc3/engine-core": "^49.4.1", "@wixc3/isomorphic-worker": "^2.0.0", "@wixc3/patterns": "^18.0.0", "cors": "^2.8.5", diff --git a/packages/test-kit/package.json b/packages/test-kit/package.json index 8bf560dc6..ea3a83536 100644 --- a/packages/test-kit/package.json +++ b/packages/test-kit/package.json @@ -1,6 +1,6 @@ { "name": "@wixc3/engine-test-kit", - "version": "49.4.0", + "version": "49.4.1", "type": "module", "main": "dist/index.js", "exports": { @@ -18,9 +18,9 @@ "dependencies": { "@file-services/node": "^9.4.1", "@wixc3/create-disposables": "^2.2.0", - "@wixc3/engine-cli": "^49.4.0", - "@wixc3/engine-core": "^49.4.0", - "@wixc3/engine-runtime-node": "^49.4.0", + "@wixc3/engine-cli": "^49.4.1", + "@wixc3/engine-core": "^49.4.1", + "@wixc3/engine-runtime-node": "^49.4.1", "@wixc3/patterns": "^18.0.0", "@wixc3/testing-node": "^18.0.0", "create-temp-directory": "^2.4.0", diff --git a/test-fixtures/3rd-party/package.json b/test-fixtures/3rd-party/package.json index 4b3727ea7..2d91fa284 100644 --- a/test-fixtures/3rd-party/package.json +++ b/test-fixtures/3rd-party/package.json @@ -1,6 +1,6 @@ { "name": "@fixture/3rd-party", - "version": "49.3.0", + "version": "49.4.1", "private": true, "type": "module" } diff --git a/test-fixtures/application-external/package.json b/test-fixtures/application-external/package.json index 379cdc162..f831a184d 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": "49.3.0", + "version": "49.4.1", "private": true, "type": "module" } diff --git a/test-fixtures/base-web-application/package.json b/test-fixtures/base-web-application/package.json index 1a722ab72..c9853faee 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": "49.3.0", + "version": "49.4.1", "private": true, "type": "module" } diff --git a/test-fixtures/contextual/package.json b/test-fixtures/contextual/package.json index ea5a63eef..d5ce3e331 100644 --- a/test-fixtures/contextual/package.json +++ b/test-fixtures/contextual/package.json @@ -1,6 +1,6 @@ { "name": "@fixture/contextual-feature", - "version": "49.3.0", + "version": "49.4.1", "private": true, "type": "module" } diff --git a/test-fixtures/default-args-echo/package.json b/test-fixtures/default-args-echo/package.json index 5df49cfbe..50e2ff4ca 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": "49.3.0", + "version": "49.4.1", "private": true, "type": "module" } diff --git a/test-fixtures/disconnecting-env/package.json b/test-fixtures/disconnecting-env/package.json index b339cc5cf..3bb39f115 100644 --- a/test-fixtures/disconnecting-env/package.json +++ b/test-fixtures/disconnecting-env/package.json @@ -1,6 +1,6 @@ { "name": "@fixture/disconnecting-env", - "version": "49.3.0", + "version": "49.4.1", "private": true, "type": "module" } diff --git a/test-fixtures/engine-config/package.json b/test-fixtures/engine-config/package.json index e05a4d3ff..aa7a0b280 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": "49.3.0", + "version": "49.4.1", "private": true, "type": "module" } diff --git a/test-fixtures/engine-env-dependency/package.json b/test-fixtures/engine-env-dependency/package.json index e609dfa97..a60e754d3 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": "49.3.0", + "version": "49.4.1", "private": true, "type": "module" } diff --git a/test-fixtures/engine-feature-roots/package.json b/test-fixtures/engine-feature-roots/package.json index 564aa8883..8fb1dcbda 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": "49.3.0", + "version": "49.4.1", "private": true, "type": "module" } diff --git a/test-fixtures/engine-multi-feature/package.json b/test-fixtures/engine-multi-feature/package.json index 44f2b0447..dbe3c7d84 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": "49.3.0", + "version": "49.4.1", "private": true, "type": "module" } diff --git a/test-fixtures/engine-run-options/package.json b/test-fixtures/engine-run-options/package.json index 685ac5319..b5ee09633 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": "49.3.0", + "version": "49.4.1", "private": true, "type": "module" } diff --git a/test-fixtures/engine-single-feature/package.json b/test-fixtures/engine-single-feature/package.json index f38bbb21f..4acc2ec18 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": "49.3.0", + "version": "49.4.1", "private": true, "type": "module" } diff --git a/test-fixtures/multi-node/package.json b/test-fixtures/multi-node/package.json index 1d62bc299..bb22d08b2 100644 --- a/test-fixtures/multi-node/package.json +++ b/test-fixtures/multi-node/package.json @@ -1,6 +1,6 @@ { "name": "@fixture/engine-multi-node", - "version": "49.3.0", + "version": "49.4.1", "private": true, "type": "module" } diff --git a/test-fixtures/multi-socket-node/package.json b/test-fixtures/multi-socket-node/package.json index 0aa7e3ced..b36955ecd 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": "49.3.0", + "version": "49.4.1", "private": true, "type": "module" } diff --git a/test-fixtures/node-env/package.json b/test-fixtures/node-env/package.json index ecd3efbc0..4cb229d1e 100644 --- a/test-fixtures/node-env/package.json +++ b/test-fixtures/node-env/package.json @@ -1,6 +1,6 @@ { "name": "@fixture/engine-node", - "version": "49.3.0", + "version": "49.4.1", "private": true, "type": "module" } diff --git a/test-fixtures/static-application-external/package.json b/test-fixtures/static-application-external/package.json index 1997451a3..30313489c 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": "49.3.0", + "version": "49.4.1", "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 bf89d4fd9..3334897e3 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": "49.3.0", + "version": "49.4.1", "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 09bc42bc4..6996094c5 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": "49.3.0", + "version": "49.4.1", "private": true, "type": "module" } diff --git a/test-fixtures/using-config/package.json b/test-fixtures/using-config/package.json index 10c1d63e4..b0c99c5fb 100644 --- a/test-fixtures/using-config/package.json +++ b/test-fixtures/using-config/package.json @@ -1,6 +1,6 @@ { "name": "@fixture/configs", - "version": "49.3.0", + "version": "49.4.1", "private": true, "type": "module" } diff --git a/test-fixtures/with-iframe/package.json b/test-fixtures/with-iframe/package.json index db3d59897..ef264b110 100644 --- a/test-fixtures/with-iframe/package.json +++ b/test-fixtures/with-iframe/package.json @@ -1,6 +1,6 @@ { "name": "@fixture/with-iframe", - "version": "49.3.0", + "version": "49.4.1", "private": true, "type": "module" } diff --git a/test-fixtures/worker-thread/package.json b/test-fixtures/worker-thread/package.json index 33a18832a..7773be9f2 100644 --- a/test-fixtures/worker-thread/package.json +++ b/test-fixtures/worker-thread/package.json @@ -1,11 +1,11 @@ { "name": "@fixture/worker-thread", - "version": "49.4.0", + "version": "49.4.1", "private": true, "type": "module", "dependencies": { - "@wixc3/engine-core": "^49.4.0", - "@wixc3/engine-runtime-node": "^49.4.0" + "@wixc3/engine-core": "^49.4.1", + "@wixc3/engine-runtime-node": "^49.4.1" }, "license": "unlicensed", "publishConfig": { diff --git a/test-fixtures/workspace/package.json b/test-fixtures/workspace/package.json index b94bfa6e1..8a623421d 100644 --- a/test-fixtures/workspace/package.json +++ b/test-fixtures/workspace/package.json @@ -1,6 +1,6 @@ { "name": "@fixture/workspace", - "version": "49.3.0", + "version": "49.4.1", "private": true, "type": "module", "workspaces": [ diff --git a/test-fixtures/workspace/packages/a/package.json b/test-fixtures/workspace/packages/a/package.json index 7c508594e..910426681 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": "49.3.0", + "version": "49.4.1", "private": true, "type": "module" } diff --git a/test-fixtures/workspace/packages/b/package.json b/test-fixtures/workspace/packages/b/package.json index d5479c033..9c86ba10d 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": "49.3.0", + "version": "49.4.1", "private": true, "type": "module" }