diff --git a/.changeset/big-kiwis-accept.md b/.changeset/big-kiwis-accept.md deleted file mode 100644 index 00b75de..0000000 --- a/.changeset/big-kiwis-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'powersync': patch ---- - -Fix crash when trying to transform Sync Rules containing `::` casts to Sync Streams. diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index ff35359..7b87110 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # powersync +## 0.9.4 + +### Patch Changes + +- 1a4fa81: Fix crash when trying to transform Sync Rules containing `::` casts to Sync Streams. + - @powersync/cli-core@0.9.4 + - @powersync/cli-schemas@0.9.4 + - @powersync/cli-plugin-docker@0.9.4 + - @powersync/cli-plugin-config-edit@0.9.4 + ## 0.9.3 ### Patch Changes diff --git a/cli/README.md b/cli/README.md index 5903bf1..335c5c8 100644 --- a/cli/README.md +++ b/cli/README.md @@ -239,7 +239,7 @@ $ npm install -g powersync $ powersync COMMAND running command... $ powersync (--version) -powersync/0.9.3 linux-x64 node-v24.14.0 +powersync/0.9.4 linux-x64 node-v24.14.0 $ powersync --help [COMMAND] USAGE $ powersync COMMAND @@ -388,7 +388,7 @@ EXAMPLES $ powersync configure ide ``` -_See code: [src/commands/configure/ide.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.3/src/commands/configure/ide.ts)_ +_See code: [src/commands/configure/ide.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.4/src/commands/configure/ide.ts)_ ## `powersync deploy` @@ -434,7 +434,7 @@ EXAMPLES $ powersync deploy --instance-id= --project-id= ``` -_See code: [src/commands/deploy/index.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.3/src/commands/deploy/index.ts)_ +_See code: [src/commands/deploy/index.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.4/src/commands/deploy/index.ts)_ ## `powersync deploy service-config` @@ -475,7 +475,7 @@ EXAMPLES $ powersync deploy service-config --instance-id= --project-id= ``` -_See code: [src/commands/deploy/service-config.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.3/src/commands/deploy/service-config.ts)_ +_See code: [src/commands/deploy/service-config.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.4/src/commands/deploy/service-config.ts)_ ## `powersync deploy sync-config` @@ -516,7 +516,7 @@ EXAMPLES $ powersync deploy sync-config --instance-id= --project-id= ``` -_See code: [src/commands/deploy/sync-config.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.3/src/commands/deploy/sync-config.ts)_ +_See code: [src/commands/deploy/sync-config.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.4/src/commands/deploy/sync-config.ts)_ ## `powersync destroy` @@ -553,7 +553,7 @@ EXAMPLES $ powersync destroy --confirm=yes ``` -_See code: [src/commands/destroy.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.3/src/commands/destroy.ts)_ +_See code: [src/commands/destroy.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.4/src/commands/destroy.ts)_ ## `powersync docker configure` @@ -591,7 +591,7 @@ EXAMPLES $ powersync docker configure --database=postgres --storage=postgres ``` -_See code: [@powersync/cli-plugin-docker](https://github.com/powersync-ja/powersync-cli/blob/v0.9.3/src/commands/docker/configure.ts)_ +_See code: [@powersync/cli-plugin-docker](https://github.com/powersync-ja/powersync-cli/blob/v0.9.4/src/commands/docker/configure.ts)_ ## `powersync docker reset` @@ -620,7 +620,7 @@ EXAMPLES $ powersync docker reset ``` -_See code: [@powersync/cli-plugin-docker](https://github.com/powersync-ja/powersync-cli/blob/v0.9.3/src/commands/docker/reset.ts)_ +_See code: [@powersync/cli-plugin-docker](https://github.com/powersync-ja/powersync-cli/blob/v0.9.4/src/commands/docker/reset.ts)_ ## `powersync docker start` @@ -648,7 +648,7 @@ EXAMPLES $ powersync docker start ``` -_See code: [@powersync/cli-plugin-docker](https://github.com/powersync-ja/powersync-cli/blob/v0.9.3/src/commands/docker/start.ts)_ +_See code: [@powersync/cli-plugin-docker](https://github.com/powersync-ja/powersync-cli/blob/v0.9.4/src/commands/docker/start.ts)_ ## `powersync docker stop` @@ -690,7 +690,7 @@ EXAMPLES $ powersync docker stop --project-name=powersync_myapp --remove ``` -_See code: [@powersync/cli-plugin-docker](https://github.com/powersync-ja/powersync-cli/blob/v0.9.3/src/commands/docker/stop.ts)_ +_See code: [@powersync/cli-plugin-docker](https://github.com/powersync-ja/powersync-cli/blob/v0.9.4/src/commands/docker/stop.ts)_ ## `powersync edit config` @@ -732,7 +732,7 @@ EXAMPLES $ powersync edit config --directory ./powersync ``` -_See code: [@powersync/cli-plugin-config-edit](https://github.com/powersync-ja/powersync-cli/blob/v0.9.3/src/commands/edit/config.ts)_ +_See code: [@powersync/cli-plugin-config-edit](https://github.com/powersync-ja/powersync-cli/blob/v0.9.4/src/commands/edit/config.ts)_ ## `powersync fetch config` @@ -769,7 +769,7 @@ EXAMPLES $ powersync fetch config --output=json ``` -_See code: [src/commands/fetch/config.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.3/src/commands/fetch/config.ts)_ +_See code: [src/commands/fetch/config.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.4/src/commands/fetch/config.ts)_ ## `powersync fetch instances` @@ -797,7 +797,7 @@ EXAMPLES $ powersync fetch instances --project-id= --output=json ``` -_See code: [src/commands/fetch/instances.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.3/src/commands/fetch/instances.ts)_ +_See code: [src/commands/fetch/instances.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.4/src/commands/fetch/instances.ts)_ ## `powersync fetch status` @@ -842,7 +842,7 @@ EXAMPLES $ powersync fetch status --instance-id= --project-id= ``` -_See code: [src/commands/fetch/status.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.3/src/commands/fetch/status.ts)_ +_See code: [src/commands/fetch/status.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.4/src/commands/fetch/status.ts)_ ## `powersync generate schema` @@ -890,7 +890,7 @@ EXAMPLES $ powersync generate schema --output=dart --output-path=lib/schema.dart --instance-id= --project-id= ``` -_See code: [src/commands/generate/schema.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.3/src/commands/generate/schema.ts)_ +_See code: [src/commands/generate/schema.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.4/src/commands/generate/schema.ts)_ ## `powersync generate token` @@ -936,7 +936,7 @@ EXAMPLES $ powersync generate token --subject=user-123 --expires-in-seconds=3600 ``` -_See code: [src/commands/generate/token.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.3/src/commands/generate/token.ts)_ +_See code: [src/commands/generate/token.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.4/src/commands/generate/token.ts)_ ## `powersync help [COMMAND]` @@ -982,7 +982,7 @@ EXAMPLES $ powersync init cloud --directory=powersync ``` -_See code: [src/commands/init/cloud.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.3/src/commands/init/cloud.ts)_ +_See code: [src/commands/init/cloud.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.4/src/commands/init/cloud.ts)_ ## `powersync init self-hosted` @@ -1009,7 +1009,7 @@ EXAMPLES $ powersync init self-hosted --directory=powersync ``` -_See code: [src/commands/init/self-hosted.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.3/src/commands/init/self-hosted.ts)_ +_See code: [src/commands/init/self-hosted.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.4/src/commands/init/self-hosted.ts)_ ## `powersync link cloud` @@ -1048,7 +1048,7 @@ EXAMPLES $ powersync link cloud --instance-id= --project-id= --org-id= ``` -_See code: [src/commands/link/cloud.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.3/src/commands/link/cloud.ts)_ +_See code: [src/commands/link/cloud.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.4/src/commands/link/cloud.ts)_ ## `powersync link self-hosted` @@ -1076,7 +1076,7 @@ EXAMPLES $ powersync link self-hosted --api-url=https://powersync.example.com ``` -_See code: [src/commands/link/self-hosted.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.3/src/commands/link/self-hosted.ts)_ +_See code: [src/commands/link/self-hosted.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.4/src/commands/link/self-hosted.ts)_ ## `powersync login` @@ -1097,7 +1097,7 @@ EXAMPLES $ powersync login ``` -_See code: [src/commands/login.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.3/src/commands/login.ts)_ +_See code: [src/commands/login.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.4/src/commands/login.ts)_ ## `powersync logout` @@ -1117,7 +1117,7 @@ EXAMPLES $ powersync logout ``` -_See code: [src/commands/logout.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.3/src/commands/logout.ts)_ +_See code: [src/commands/logout.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.4/src/commands/logout.ts)_ ## `powersync migrate sync-rules` @@ -1154,7 +1154,7 @@ DESCRIPTION Migrates Sync Rules to Sync Streams ``` -_See code: [src/commands/migrate/sync-rules.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.3/src/commands/migrate/sync-rules.ts)_ +_See code: [src/commands/migrate/sync-rules.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.4/src/commands/migrate/sync-rules.ts)_ ## `powersync plugins` @@ -1486,7 +1486,7 @@ EXAMPLES $ powersync pull instance --instance-id= --project-id= --org-id= ``` -_See code: [src/commands/pull/instance.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.3/src/commands/pull/instance.ts)_ +_See code: [src/commands/pull/instance.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.4/src/commands/pull/instance.ts)_ ## `powersync status` @@ -1531,7 +1531,7 @@ EXAMPLES $ powersync status --instance-id= --project-id= ``` -_See code: [src/commands/status.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.3/src/commands/status.ts)_ +_See code: [src/commands/status.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.4/src/commands/status.ts)_ ## `powersync stop` @@ -1568,7 +1568,7 @@ EXAMPLES $ powersync stop --confirm=yes ``` -_See code: [src/commands/stop.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.3/src/commands/stop.ts)_ +_See code: [src/commands/stop.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.4/src/commands/stop.ts)_ ## `powersync validate` @@ -1620,6 +1620,6 @@ EXAMPLES $ powersync validate --api-url=https://powersync.example.com ``` -_See code: [src/commands/validate.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.3/src/commands/validate.ts)_ +_See code: [src/commands/validate.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.4/src/commands/validate.ts)_ diff --git a/cli/package.json b/cli/package.json index 11c039d..5a5a213 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,7 +1,7 @@ { "name": "powersync", "description": "A CLI for managing PowerSync instances", - "version": "0.9.3", + "version": "0.9.4", "author": "POWERSYNC", "bin": { "powersync": "./bin/run.js" diff --git a/packages/cli-core/CHANGELOG.md b/packages/cli-core/CHANGELOG.md index 8121a31..224338e 100644 --- a/packages/cli-core/CHANGELOG.md +++ b/packages/cli-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @powersync/cli-core +## 0.9.4 + +### Patch Changes + +- @powersync/cli-schemas@0.9.4 + ## 0.9.3 ### Patch Changes diff --git a/packages/cli-core/package.json b/packages/cli-core/package.json index d78a941..c6ca708 100644 --- a/packages/cli-core/package.json +++ b/packages/cli-core/package.json @@ -1,7 +1,7 @@ { "name": "@powersync/cli-core", "description": "Core types and base commands for PowerSync CLI and plugins (shared by CLI and plugin-docker).", - "version": "0.9.3", + "version": "0.9.4", "license": "FSL-1.1-ALv2", "author": "POWERSYNC", "type": "module", diff --git a/packages/schemas/CHANGELOG.md b/packages/schemas/CHANGELOG.md index 70a0939..3b123d6 100644 --- a/packages/schemas/CHANGELOG.md +++ b/packages/schemas/CHANGELOG.md @@ -1,5 +1,7 @@ # @powersync/cli-schemas +## 0.9.4 + ## 0.9.3 ## 0.9.2 diff --git a/packages/schemas/package.json b/packages/schemas/package.json index eab5f00..6b0c07a 100644 --- a/packages/schemas/package.json +++ b/packages/schemas/package.json @@ -1,7 +1,7 @@ { "name": "@powersync/cli-schemas", "description": "PowerSync CLI schema definitions and JSON Schema generation", - "version": "0.9.3", + "version": "0.9.4", "author": "POWERSYNC", "license": "FSL-1.1-ALv2", "type": "module", diff --git a/plugins/config-edit/CHANGELOG.md b/plugins/config-edit/CHANGELOG.md index 6b2ce51..ccfb2e7 100644 --- a/plugins/config-edit/CHANGELOG.md +++ b/plugins/config-edit/CHANGELOG.md @@ -1,5 +1,11 @@ # @powersync/cli-plugin-config-edit +## 0.9.4 + +### Patch Changes + +- @powersync/cli-core@0.9.4 + ## 0.9.3 ### Patch Changes diff --git a/plugins/config-edit/package.json b/plugins/config-edit/package.json index caef401..3385163 100644 --- a/plugins/config-edit/package.json +++ b/plugins/config-edit/package.json @@ -1,7 +1,7 @@ { "name": "@powersync/cli-plugin-config-edit", "description": "PowerSync CLI plugin to launch the configuration editor", - "version": "0.9.3", + "version": "0.9.4", "license": "FSL-1.1-ALv2", "author": "POWERSYNC", "type": "module", diff --git a/plugins/docker/CHANGELOG.md b/plugins/docker/CHANGELOG.md index 896cd82..c66820b 100644 --- a/plugins/docker/CHANGELOG.md +++ b/plugins/docker/CHANGELOG.md @@ -1,5 +1,12 @@ # @powersync/cli-plugin-docker +## 0.9.4 + +### Patch Changes + +- @powersync/cli-core@0.9.4 +- @powersync/cli-schemas@0.9.4 + ## 0.9.3 ### Patch Changes diff --git a/plugins/docker/package.json b/plugins/docker/package.json index 87903d2..29566f5 100644 --- a/plugins/docker/package.json +++ b/plugins/docker/package.json @@ -1,7 +1,7 @@ { "name": "@powersync/cli-plugin-docker", "description": "PowerSync CLI plugin: reset, start, and stop self-hosted instances using Docker Compose", - "version": "0.9.3", + "version": "0.9.4", "author": "POWERSYNC", "license": "FSL-1.1-ALv2", "type": "module",