Skip to content

Commit 56abdd8

Browse files
committed
xata-cli: bump pgstream to v1.2.0 (#2729)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Synced from monorepo@1a2ce396fa0afec847786397e12a0b68ebf30d5a
1 parent 3db0f4e commit 56abdd8

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.sync-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d8fb936b62f5ee235998d03880d99725256a6a89
1+
1a2ce396fa0afec847786397e12a0b68ebf30d5a

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@
3737
"zod": "4.4.3",
3838
"zod-config": "1.4.0",
3939
"@xata.io/ai": "0.1.0",
40-
"@xata.io/api": "0.1.1",
4140
"@xata.io/config": "0.0.1",
41+
"@xata.io/api": "0.1.1",
4242
"@xata.io/lang": "0.0.1",
4343
"@xata.io/pgroll": "0.9.0",
4444
"@xata.io/pgstream": "0.2.0",
45+
"@xata.io/sql": "0.1.4",
4546
"@xata.io/test-utils": "0.0.1",
4647
"@xata.io/tsconfig": "0.0.1",
47-
"@xata.io/utils": "0.1.0",
48-
"@xata.io/sql": "0.1.4"
48+
"@xata.io/utils": "0.1.0"
4949
},
5050
"scripts": {
5151
"dev": "bun src/bin/cli.ts",

src/lib/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ export const DEFAULT_CLONE_LOCAL_CONFIG_PATH = `.${CLI_NAME}/config.ts`;
1717
* the "Complete Migration" action via workflow_dispatch.
1818
*/
1919
export const PINNED_PGROLL_BINARY_VERSION = '0.16.1';
20-
export const PINNED_PGSTREAM_BINARY_VERSION = '1.1.1';
20+
export const PINNED_PGSTREAM_BINARY_VERSION = '1.2.0';

0 commit comments

Comments
 (0)