diff --git a/examples/authentication/auth-demo/package.json b/examples/authentication/auth-demo/package.json index 5cb59a2..adfd856 100644 --- a/examples/authentication/auth-demo/package.json +++ b/examples/authentication/auth-demo/package.json @@ -12,6 +12,6 @@ "dependencies": { "typescript": "^5.2.2", "vite": "^5.2.0", - "@qubit-rs/client": "link:../../../packages/client" + "@qubit-rs/client": "workspace:*" } } diff --git a/examples/chaos/package.json b/examples/chaos/package.json index 99ae4a4..1434a79 100644 --- a/examples/chaos/package.json +++ b/examples/chaos/package.json @@ -8,7 +8,7 @@ "check": "tsc" }, "dependencies": { - "@qubit-rs/client": "link:../../packages/client", + "@qubit-rs/client": "workspace:*", "@types/node": "^20.11.25", "typescript": "^5.2.2", "ts-node": "^10.9.2" diff --git a/examples/chat-room-react/package.json b/examples/chat-room-react/package.json index fea3997..cb2dd86 100644 --- a/examples/chat-room-react/package.json +++ b/examples/chat-room-react/package.json @@ -9,7 +9,7 @@ "check": "tsc" }, "dependencies": { - "@qubit-rs/client": "link:../../packages/client", + "@qubit-rs/client": "workspace:*", "@tanstack/react-query": "^5.40.0", "@types/react": "^18.2.66", "@types/react-dom": "^18.2.22", diff --git a/examples/counter/package.json b/examples/counter/package.json index cff1846..beecf5a 100644 --- a/examples/counter/package.json +++ b/examples/counter/package.json @@ -8,7 +8,7 @@ "check": "tsc" }, "dependencies": { - "@qubit-rs/client": "link:../../packages/client", + "@qubit-rs/client": "workspace:*", "ws": "^8.17.0", "@types/ws": "^8.5.10", "typescript": "^5.2.2", diff --git a/examples/hello-world/package.json b/examples/hello-world/package.json index 15574f8..862c52a 100644 --- a/examples/hello-world/package.json +++ b/examples/hello-world/package.json @@ -8,7 +8,7 @@ "check": "tsc" }, "dependencies": { - "@qubit-rs/client": "link:../../packages/client", + "@qubit-rs/client": "workspace:*", "typescript": "^5.2.2", "ts-node": "^10.9.2" } diff --git a/packages/svelte/package.json b/packages/svelte/package.json index 1a62ec4..78bb665 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -63,6 +63,6 @@ "types": "./dist/index.d.ts", "type": "module", "dependencies": { - "@qubit-rs/client": "0.4.4" + "@qubit-rs/client": "workspace:*" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fa69244..ead1498 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,7 +15,7 @@ importers: examples/authentication/auth-demo: dependencies: '@qubit-rs/client': - specifier: link:../../../packages/client + specifier: workspace:* version: link:../../../packages/client typescript: specifier: ^5.2.2 @@ -27,7 +27,7 @@ importers: examples/chaos: dependencies: '@qubit-rs/client': - specifier: link:../../packages/client + specifier: workspace:* version: link:../../packages/client '@types/node': specifier: ^20.11.25 @@ -42,7 +42,7 @@ importers: examples/chat-room-react: dependencies: '@qubit-rs/client': - specifier: link:../../packages/client + specifier: workspace:* version: link:../../packages/client '@tanstack/react-query': specifier: ^5.40.0 @@ -75,7 +75,7 @@ importers: examples/counter: dependencies: '@qubit-rs/client': - specifier: link:../../packages/client + specifier: workspace:* version: link:../../packages/client '@types/ws': specifier: ^8.5.10 @@ -93,7 +93,7 @@ importers: examples/hello-world: dependencies: '@qubit-rs/client': - specifier: link:../../packages/client + specifier: workspace:* version: link:../../packages/client ts-node: specifier: ^10.9.2 @@ -114,8 +114,8 @@ importers: packages/svelte: dependencies: '@qubit-rs/client': - specifier: 0.4.3 - version: 0.4.3 + specifier: workspace:* + version: link:../client devDependencies: '@sveltejs/adapter-auto': specifier: ^3.2.2 @@ -628,9 +628,6 @@ packages: '@polka/url@1.0.0-next.25': resolution: {integrity: sha512-j7P6Rgr3mmtdkeDGTe0E/aYyWEWVtc5yFXtHCRHs28/jptDEWfaVOc5T7cblqy1XKPPfCxJc/8DwQ5YgLOZOVQ==} - '@qubit-rs/client@0.4.3': - resolution: {integrity: sha512-YoqVJZwSORDRrY52BQr2+fX7Blainb67tA2oJFvvjCPrfcxH8UgEFAZvzIibHLh8HkXfSBhf5j/UkLHhukXMsg==} - '@rollup/rollup-android-arm-eabi@4.21.1': resolution: {integrity: sha512-2thheikVEuU7ZxFXubPDOtspKn1x0yqaYQwvALVtEcvFhMifPADBrgRPyHV0TF3b+9BgvgjgagVyvA/UqPZHmg==} cpu: [arm] @@ -2163,8 +2160,6 @@ snapshots: '@polka/url@1.0.0-next.25': {} - '@qubit-rs/client@0.4.3': {} - '@rollup/rollup-android-arm-eabi@4.21.1': optional: true