From e107144998a2ca83ae87f905ff8a6eb5a50ff504 Mon Sep 17 00:00:00 2001 From: Zeke Foppa <196249+bfops@users.noreply.github.com> Date: Wed, 30 Jul 2025 12:16:16 -0700 Subject: [PATCH] Bump versions to 1.3.0 (#3005) # Description of Changes Bumped all versions to 1.3.0 in preparation for an upcoming minor release. # API and ABI breaking changes No breaking changes. # Expected complexity level and risk 1 # Testing None --------- Co-authored-by: Zeke Foppa --- Cargo.lock | 78 +++++++++---------- Cargo.toml | 64 +++++++-------- LICENSE.txt | 4 +- .../BSATN.Codegen/BSATN.Codegen.csproj | 2 +- .../BSATN.Runtime/BSATN.Runtime.csproj | 2 +- crates/bindings-csharp/Codegen/Codegen.csproj | 2 +- crates/bindings-csharp/Runtime/Runtime.csproj | 2 +- .../project/csharp/StdbModule._csproj | 2 +- .../src/subcommands/project/rust/Cargo._toml | 2 +- sdks/csharp/SpacetimeDB.ClientSDK.csproj | 6 +- .../quickstart-chat/server/StdbModule.csproj | 2 +- .../regression-tests/server/StdbModule.csproj | 2 +- sdks/csharp/package.json | 2 +- .../identity_connected_reducer.ts | 2 +- .../identity_disconnected_reducer.ts | 2 +- .../src/module_bindings/index.ts | 4 +- .../src/module_bindings/message_table.ts | 2 +- .../src/module_bindings/message_type.ts | 2 +- .../module_bindings/send_message_reducer.ts | 2 +- .../src/module_bindings/set_name_reducer.ts | 2 +- .../src/module_bindings/user_table.ts | 2 +- .../src/module_bindings/user_type.ts | 2 +- sdks/typescript/packages/sdk/package.json | 2 +- 23 files changed, 96 insertions(+), 96 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dbb6b6230..3df9e0217 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -950,7 +950,7 @@ dependencies = [ [[package]] name = "connect_disconnect_client" -version = "1.2.0" +version = "1.3.0" dependencies = [ "anyhow", "spacetimedb-sdk", @@ -5260,7 +5260,7 @@ dependencies = [ [[package]] name = "spacetimedb" -version = "1.2.0" +version = "1.3.0" dependencies = [ "bytemuck", "derive_more", @@ -5278,7 +5278,7 @@ dependencies = [ [[package]] name = "spacetimedb-auth" -version = "1.2.0" +version = "1.3.0" dependencies = [ "anyhow", "serde", @@ -5290,7 +5290,7 @@ dependencies = [ [[package]] name = "spacetimedb-bench" -version = "1.2.0" +version = "1.3.0" dependencies = [ "anyhow", "anymap", @@ -5337,7 +5337,7 @@ dependencies = [ [[package]] name = "spacetimedb-bindings-macro" -version = "1.2.0" +version = "1.3.0" dependencies = [ "heck 0.4.1", "humantime", @@ -5349,14 +5349,14 @@ dependencies = [ [[package]] name = "spacetimedb-bindings-sys" -version = "1.2.0" +version = "1.3.0" dependencies = [ "spacetimedb-primitives", ] [[package]] name = "spacetimedb-cli" -version = "1.2.0" +version = "1.3.0" dependencies = [ "anyhow", "base64 0.21.7", @@ -5417,7 +5417,7 @@ dependencies = [ [[package]] name = "spacetimedb-client-api" -version = "1.2.0" +version = "1.3.0" dependencies = [ "anyhow", "async-stream", @@ -5470,7 +5470,7 @@ dependencies = [ [[package]] name = "spacetimedb-client-api-messages" -version = "1.2.0" +version = "1.3.0" dependencies = [ "brotli", "bytes", @@ -5495,7 +5495,7 @@ dependencies = [ [[package]] name = "spacetimedb-codegen" -version = "1.2.0" +version = "1.3.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -5512,7 +5512,7 @@ dependencies = [ [[package]] name = "spacetimedb-commitlog" -version = "1.2.0" +version = "1.3.0" dependencies = [ "async-stream", "bitflags 2.9.0", @@ -5544,7 +5544,7 @@ dependencies = [ [[package]] name = "spacetimedb-core" -version = "1.2.0" +version = "1.3.0" dependencies = [ "anyhow", "arrayvec", @@ -5663,7 +5663,7 @@ dependencies = [ [[package]] name = "spacetimedb-data-structures" -version = "1.2.0" +version = "1.3.0" dependencies = [ "ahash 0.8.12", "crossbeam-queue", @@ -5677,7 +5677,7 @@ dependencies = [ [[package]] name = "spacetimedb-datastore" -version = "1.2.0" +version = "1.3.0" dependencies = [ "anyhow", "bytes", @@ -5712,7 +5712,7 @@ dependencies = [ [[package]] name = "spacetimedb-durability" -version = "1.2.0" +version = "1.3.0" dependencies = [ "anyhow", "itertools 0.12.1", @@ -5726,7 +5726,7 @@ dependencies = [ [[package]] name = "spacetimedb-execution" -version = "1.2.0" +version = "1.3.0" dependencies = [ "anyhow", "itertools 0.12.1", @@ -5741,7 +5741,7 @@ dependencies = [ [[package]] name = "spacetimedb-expr" -version = "1.2.0" +version = "1.3.0" dependencies = [ "anyhow", "bigdecimal", @@ -5759,7 +5759,7 @@ dependencies = [ [[package]] name = "spacetimedb-fs-utils" -version = "1.2.0" +version = "1.3.0" dependencies = [ "anyhow", "hex", @@ -5801,7 +5801,7 @@ dependencies = [ [[package]] name = "spacetimedb-lib" -version = "1.2.0" +version = "1.3.0" dependencies = [ "anyhow", "bitflags 2.9.0", @@ -5829,7 +5829,7 @@ dependencies = [ [[package]] name = "spacetimedb-memory-usage" -version = "1.2.0" +version = "1.3.0" dependencies = [ "decorum", "ethnum", @@ -5839,7 +5839,7 @@ dependencies = [ [[package]] name = "spacetimedb-metrics" -version = "1.2.0" +version = "1.3.0" dependencies = [ "arrayvec", "itertools 0.12.1", @@ -5849,7 +5849,7 @@ dependencies = [ [[package]] name = "spacetimedb-paths" -version = "1.2.0" +version = "1.3.0" dependencies = [ "anyhow", "chrono", @@ -5865,7 +5865,7 @@ dependencies = [ [[package]] name = "spacetimedb-physical-plan" -version = "1.2.0" +version = "1.3.0" dependencies = [ "anyhow", "derive_more", @@ -5881,7 +5881,7 @@ dependencies = [ [[package]] name = "spacetimedb-primitives" -version = "1.2.0" +version = "1.3.0" dependencies = [ "bitflags 2.9.0", "either", @@ -5893,7 +5893,7 @@ dependencies = [ [[package]] name = "spacetimedb-query" -version = "1.2.0" +version = "1.3.0" dependencies = [ "anyhow", "itertools 0.12.1", @@ -5910,7 +5910,7 @@ dependencies = [ [[package]] name = "spacetimedb-sats" -version = "1.2.0" +version = "1.3.0" dependencies = [ "ahash 0.8.12", "anyhow", @@ -5943,7 +5943,7 @@ dependencies = [ [[package]] name = "spacetimedb-schema" -version = "1.2.0" +version = "1.3.0" dependencies = [ "anyhow", "derive_more", @@ -5971,7 +5971,7 @@ dependencies = [ [[package]] name = "spacetimedb-sdk" -version = "1.2.0" +version = "1.3.0" dependencies = [ "anymap", "base64 0.21.7", @@ -6000,7 +6000,7 @@ dependencies = [ [[package]] name = "spacetimedb-snapshot" -version = "1.2.0" +version = "1.3.0" dependencies = [ "anyhow", "blake3", @@ -6033,7 +6033,7 @@ dependencies = [ [[package]] name = "spacetimedb-sql-parser" -version = "1.2.0" +version = "1.3.0" dependencies = [ "derive_more", "spacetimedb-lib", @@ -6043,7 +6043,7 @@ dependencies = [ [[package]] name = "spacetimedb-standalone" -version = "1.2.0" +version = "1.3.0" dependencies = [ "anyhow", "async-trait", @@ -6082,7 +6082,7 @@ dependencies = [ [[package]] name = "spacetimedb-subscription" -version = "1.2.0" +version = "1.3.0" dependencies = [ "anyhow", "spacetimedb-execution", @@ -6095,7 +6095,7 @@ dependencies = [ [[package]] name = "spacetimedb-table" -version = "1.2.0" +version = "1.3.0" dependencies = [ "ahash 0.8.12", "blake3", @@ -6121,7 +6121,7 @@ dependencies = [ [[package]] name = "spacetimedb-testing" -version = "1.2.0" +version = "1.3.0" dependencies = [ "anyhow", "clap 4.5.37", @@ -6148,7 +6148,7 @@ dependencies = [ [[package]] name = "spacetimedb-update" -version = "1.2.0" +version = "1.3.0" dependencies = [ "anyhow", "bytes", @@ -6173,7 +6173,7 @@ dependencies = [ [[package]] name = "spacetimedb-vm" -version = "1.2.0" +version = "1.3.0" dependencies = [ "anyhow", "arrayvec", @@ -6264,7 +6264,7 @@ dependencies = [ [[package]] name = "sqltest" -version = "1.2.0" +version = "1.3.0" dependencies = [ "anyhow", "async-trait", @@ -6602,7 +6602,7 @@ dependencies = [ [[package]] name = "test-client" -version = "1.2.0" +version = "1.3.0" dependencies = [ "anyhow", "env_logger 0.10.2", @@ -6614,7 +6614,7 @@ dependencies = [ [[package]] name = "test-counter" -version = "1.2.0" +version = "1.3.0" dependencies = [ "anyhow", "spacetimedb-data-structures", diff --git a/Cargo.toml b/Cargo.toml index 3a9cac4f8..c7dbcff1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,43 +88,43 @@ inherits = "release" debug = true [workspace.package] -version = "1.2.0" +version = "1.3.0" edition = "2021" # update rust-toolchain.toml too! rust-version = "1.88.0" [workspace.dependencies] -spacetimedb = { path = "crates/bindings", version = "1.2.0" } -spacetimedb-auth = { path = "crates/auth", version = "1.2.0" } -spacetimedb-bindings-macro = { path = "crates/bindings-macro", version = "1.2.0" } -spacetimedb-bindings-sys = { path = "crates/bindings-sys", version = "1.2.0" } -spacetimedb-cli = { path = "crates/cli", version = "1.2.0" } -spacetimedb-client-api = { path = "crates/client-api", version = "1.2.0" } -spacetimedb-client-api-messages = { path = "crates/client-api-messages", version = "1.2.0" } -spacetimedb-codegen = { path = "crates/codegen", version = "1.2.0" } -spacetimedb-commitlog = { path = "crates/commitlog", version = "1.2.0" } -spacetimedb-core = { path = "crates/core", version = "1.2.0" } -spacetimedb-data-structures = { path = "crates/data-structures", version = "1.2.0" } -spacetimedb-datastore = { path = "crates/datastore", version = "1.2.0" } -spacetimedb-durability = { path = "crates/durability", version = "1.2.0" } -spacetimedb-execution = { path = "crates/execution", version = "1.2.0" } -spacetimedb-expr = { path = "crates/expr", version = "1.2.0" } -spacetimedb-lib = { path = "crates/lib", default-features = false, version = "1.2.0" } -spacetimedb-memory-usage = { path = "crates/memory-usage", version = "1.2.0", default-features = false } -spacetimedb-metrics = { path = "crates/metrics", version = "1.2.0" } -spacetimedb-paths = { path = "crates/paths", version = "1.2.0" } -spacetimedb-physical-plan = { path = "crates/physical-plan", version = "1.2.0" } -spacetimedb-primitives = { path = "crates/primitives", version = "1.2.0" } -spacetimedb-query = { path = "crates/query", version = "1.2.0" } -spacetimedb-sats = { path = "crates/sats", version = "1.2.0" } -spacetimedb-schema = { path = "crates/schema", version = "1.2.0" } -spacetimedb-standalone = { path = "crates/standalone", version = "1.2.0" } -spacetimedb-sql-parser = { path = "crates/sql-parser", version = "1.2.0" } -spacetimedb-table = { path = "crates/table", version = "1.2.0" } -spacetimedb-vm = { path = "crates/vm", version = "1.2.0" } -spacetimedb-fs-utils = { path = "crates/fs-utils", version = "1.2.0" } -spacetimedb-snapshot = { path = "crates/snapshot", version = "1.2.0" } -spacetimedb-subscription = { path = "crates/subscription", version = "1.2.0" } +spacetimedb = { path = "crates/bindings", version = "1.3.0" } +spacetimedb-auth = { path = "crates/auth", version = "1.3.0" } +spacetimedb-bindings-macro = { path = "crates/bindings-macro", version = "1.3.0" } +spacetimedb-bindings-sys = { path = "crates/bindings-sys", version = "1.3.0" } +spacetimedb-cli = { path = "crates/cli", version = "1.3.0" } +spacetimedb-client-api = { path = "crates/client-api", version = "1.3.0" } +spacetimedb-client-api-messages = { path = "crates/client-api-messages", version = "1.3.0" } +spacetimedb-codegen = { path = "crates/codegen", version = "1.3.0" } +spacetimedb-commitlog = { path = "crates/commitlog", version = "1.3.0" } +spacetimedb-core = { path = "crates/core", version = "1.3.0" } +spacetimedb-data-structures = { path = "crates/data-structures", version = "1.3.0" } +spacetimedb-datastore = { path = "crates/datastore", version = "1.3.0" } +spacetimedb-durability = { path = "crates/durability", version = "1.3.0" } +spacetimedb-execution = { path = "crates/execution", version = "1.3.0" } +spacetimedb-expr = { path = "crates/expr", version = "1.3.0" } +spacetimedb-lib = { path = "crates/lib", default-features = false, version = "1.3.0" } +spacetimedb-memory-usage = { path = "crates/memory-usage", version = "1.3.0", default-features = false } +spacetimedb-metrics = { path = "crates/metrics", version = "1.3.0" } +spacetimedb-paths = { path = "crates/paths", version = "1.3.0" } +spacetimedb-physical-plan = { path = "crates/physical-plan", version = "1.3.0" } +spacetimedb-primitives = { path = "crates/primitives", version = "1.3.0" } +spacetimedb-query = { path = "crates/query", version = "1.3.0" } +spacetimedb-sats = { path = "crates/sats", version = "1.3.0" } +spacetimedb-schema = { path = "crates/schema", version = "1.3.0" } +spacetimedb-standalone = { path = "crates/standalone", version = "1.3.0" } +spacetimedb-sql-parser = { path = "crates/sql-parser", version = "1.3.0" } +spacetimedb-table = { path = "crates/table", version = "1.3.0" } +spacetimedb-vm = { path = "crates/vm", version = "1.3.0" } +spacetimedb-fs-utils = { path = "crates/fs-utils", version = "1.3.0" } +spacetimedb-snapshot = { path = "crates/snapshot", version = "1.3.0" } +spacetimedb-subscription = { path = "crates/subscription", version = "1.3.0" } # Prevent `ahash` from pulling in `getrandom` by disabling default features. # Modules use `getrandom02` and we need to prevent an incompatible version diff --git a/LICENSE.txt b/LICENSE.txt index ca1f88fef..f0e3c6fb6 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -5,7 +5,7 @@ Business Source License 1.1 Parameters Licensor: Clockwork Laboratories, Inc. -Licensed Work: SpacetimeDB 1.2.0 +Licensed Work: SpacetimeDB 1.3.0 The Licensed Work is (c) 2023 Clockwork Laboratories, Inc. @@ -21,7 +21,7 @@ Additional Use Grant: You may make use of the Licensed Work provided your Licensed Work by creating tables whose schemas are controlled by such third parties. -Change Date: 2030-06-04 +Change Date: 2030-07-30 Change License: GNU Affero General Public License v3.0 with a linking exception diff --git a/crates/bindings-csharp/BSATN.Codegen/BSATN.Codegen.csproj b/crates/bindings-csharp/BSATN.Codegen/BSATN.Codegen.csproj index 7a6bcb2f1..e579895b0 100644 --- a/crates/bindings-csharp/BSATN.Codegen/BSATN.Codegen.csproj +++ b/crates/bindings-csharp/BSATN.Codegen/BSATN.Codegen.csproj @@ -2,7 +2,7 @@ SpacetimeDB.BSATN.Codegen - 1.2.1 + 1.3.0 SpacetimeDB BSATN Codegen The SpacetimeDB BSATN Codegen implements the Roslyn incremental generators for BSATN serialization/deserialization in C#. diff --git a/crates/bindings-csharp/BSATN.Runtime/BSATN.Runtime.csproj b/crates/bindings-csharp/BSATN.Runtime/BSATN.Runtime.csproj index 78de43183..3f7c4b9c1 100644 --- a/crates/bindings-csharp/BSATN.Runtime/BSATN.Runtime.csproj +++ b/crates/bindings-csharp/BSATN.Runtime/BSATN.Runtime.csproj @@ -2,7 +2,7 @@ SpacetimeDB.BSATN.Runtime - 1.2.1 + 1.3.0 SpacetimeDB BSATN Runtime The SpacetimeDB BSATN Runtime implements APIs for BSATN serialization/deserialization in C#. true diff --git a/crates/bindings-csharp/Codegen/Codegen.csproj b/crates/bindings-csharp/Codegen/Codegen.csproj index 651535184..3d0b4b340 100644 --- a/crates/bindings-csharp/Codegen/Codegen.csproj +++ b/crates/bindings-csharp/Codegen/Codegen.csproj @@ -2,7 +2,7 @@ SpacetimeDB.Codegen - 1.2.1 + 1.3.0 SpacetimeDB Module Codegen The SpacetimeDB Codegen implements the Roslyn incremental generators for writing SpacetimeDB modules in C#. diff --git a/crates/bindings-csharp/Runtime/Runtime.csproj b/crates/bindings-csharp/Runtime/Runtime.csproj index 8b3c3be5a..1dcf8032e 100644 --- a/crates/bindings-csharp/Runtime/Runtime.csproj +++ b/crates/bindings-csharp/Runtime/Runtime.csproj @@ -2,7 +2,7 @@ SpacetimeDB.Runtime - 1.2.1 + 1.3.0 SpacetimeDB Module Runtime The SpacetimeDB Runtime implements the database runtime bindings for writing SpacetimeDB modules in C#. diff --git a/crates/cli/src/subcommands/project/csharp/StdbModule._csproj b/crates/cli/src/subcommands/project/csharp/StdbModule._csproj index c6b1cba1f..2f1d901dd 100644 --- a/crates/cli/src/subcommands/project/csharp/StdbModule._csproj +++ b/crates/cli/src/subcommands/project/csharp/StdbModule._csproj @@ -8,7 +8,7 @@ - + diff --git a/crates/cli/src/subcommands/project/rust/Cargo._toml b/crates/cli/src/subcommands/project/rust/Cargo._toml index caf49df7b..0e4f66730 100644 --- a/crates/cli/src/subcommands/project/rust/Cargo._toml +++ b/crates/cli/src/subcommands/project/rust/Cargo._toml @@ -9,5 +9,5 @@ edition = "2021" crate-type = ["cdylib"] [dependencies] -spacetimedb = "1.2.0" +spacetimedb = "1.3.0" log = "0.4" diff --git a/sdks/csharp/SpacetimeDB.ClientSDK.csproj b/sdks/csharp/SpacetimeDB.ClientSDK.csproj index 436ab21fe..4ce8f3d61 100644 --- a/sdks/csharp/SpacetimeDB.ClientSDK.csproj +++ b/sdks/csharp/SpacetimeDB.ClientSDK.csproj @@ -16,8 +16,8 @@ logo.png README.md https://github.com/clockworklabs/com.clockworklabs.spacetimedbsdk - 1.2.2 - 1.2.2 + 1.3.0 + 1.3.0 $(DefaultItemExcludes);*~/** packages @@ -25,7 +25,7 @@ - + diff --git a/sdks/csharp/examples~/quickstart-chat/server/StdbModule.csproj b/sdks/csharp/examples~/quickstart-chat/server/StdbModule.csproj index 0513a8121..8faffc632 100644 --- a/sdks/csharp/examples~/quickstart-chat/server/StdbModule.csproj +++ b/sdks/csharp/examples~/quickstart-chat/server/StdbModule.csproj @@ -14,7 +14,7 @@ - + diff --git a/sdks/csharp/examples~/regression-tests/server/StdbModule.csproj b/sdks/csharp/examples~/regression-tests/server/StdbModule.csproj index c6b1cba1f..2f1d901dd 100644 --- a/sdks/csharp/examples~/regression-tests/server/StdbModule.csproj +++ b/sdks/csharp/examples~/regression-tests/server/StdbModule.csproj @@ -8,7 +8,7 @@ - + diff --git a/sdks/csharp/package.json b/sdks/csharp/package.json index 8f2d14fa2..e272cf3fc 100644 --- a/sdks/csharp/package.json +++ b/sdks/csharp/package.json @@ -1,7 +1,7 @@ { "name": "com.clockworklabs.spacetimedbsdk", "displayName": "SpacetimeDB SDK", - "version": "1.2.2", + "version": "1.3.0", "description": "The SpacetimeDB Client SDK is a software development kit (SDK) designed to interact with and manipulate SpacetimeDB modules..", "keywords": [], "author": { diff --git a/sdks/typescript/examples/quickstart-chat/src/module_bindings/identity_connected_reducer.ts b/sdks/typescript/examples/quickstart-chat/src/module_bindings/identity_connected_reducer.ts index fedf44c4e..f48a557e6 100644 --- a/sdks/typescript/examples/quickstart-chat/src/module_bindings/identity_connected_reducer.ts +++ b/sdks/typescript/examples/quickstart-chat/src/module_bindings/identity_connected_reducer.ts @@ -1,7 +1,7 @@ // THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE // WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD. -// This was generated using spacetimedb cli version 1.2.0 (commit fb41e50eb73573b70eea532aeb6158eaac06fae0). +// This was generated using spacetimedb cli version 1.3.0 (commit e18b2dc4dd1debb07349a53a515ca2ef07fbcb2b). /* eslint-disable */ /* tslint:disable */ diff --git a/sdks/typescript/examples/quickstart-chat/src/module_bindings/identity_disconnected_reducer.ts b/sdks/typescript/examples/quickstart-chat/src/module_bindings/identity_disconnected_reducer.ts index b958d1f82..54c9432e6 100644 --- a/sdks/typescript/examples/quickstart-chat/src/module_bindings/identity_disconnected_reducer.ts +++ b/sdks/typescript/examples/quickstart-chat/src/module_bindings/identity_disconnected_reducer.ts @@ -1,7 +1,7 @@ // THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE // WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD. -// This was generated using spacetimedb cli version 1.2.0 (commit fb41e50eb73573b70eea532aeb6158eaac06fae0). +// This was generated using spacetimedb cli version 1.3.0 (commit e18b2dc4dd1debb07349a53a515ca2ef07fbcb2b). /* eslint-disable */ /* tslint:disable */ diff --git a/sdks/typescript/examples/quickstart-chat/src/module_bindings/index.ts b/sdks/typescript/examples/quickstart-chat/src/module_bindings/index.ts index 8e267b617..0d6bf6db0 100644 --- a/sdks/typescript/examples/quickstart-chat/src/module_bindings/index.ts +++ b/sdks/typescript/examples/quickstart-chat/src/module_bindings/index.ts @@ -1,7 +1,7 @@ // THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE // WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD. -// This was generated using spacetimedb cli version 1.2.0 (commit fb41e50eb73573b70eea532aeb6158eaac06fae0). +// This was generated using spacetimedb cli version 1.3.0 (commit e18b2dc4dd1debb07349a53a515ca2ef07fbcb2b). /* eslint-disable */ /* tslint:disable */ @@ -91,7 +91,7 @@ const REMOTE_MODULE = { }, }, versionInfo: { - cliVersion: '1.2.0', + cliVersion: '1.3.0', }, // Constructors which are used by the DbConnectionImpl to // extract type information from the generated RemoteModule. diff --git a/sdks/typescript/examples/quickstart-chat/src/module_bindings/message_table.ts b/sdks/typescript/examples/quickstart-chat/src/module_bindings/message_table.ts index bd410af51..f7e66b91f 100644 --- a/sdks/typescript/examples/quickstart-chat/src/module_bindings/message_table.ts +++ b/sdks/typescript/examples/quickstart-chat/src/module_bindings/message_table.ts @@ -1,7 +1,7 @@ // THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE // WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD. -// This was generated using spacetimedb cli version 1.2.0 (commit fb41e50eb73573b70eea532aeb6158eaac06fae0). +// This was generated using spacetimedb cli version 1.3.0 (commit e18b2dc4dd1debb07349a53a515ca2ef07fbcb2b). /* eslint-disable */ /* tslint:disable */ diff --git a/sdks/typescript/examples/quickstart-chat/src/module_bindings/message_type.ts b/sdks/typescript/examples/quickstart-chat/src/module_bindings/message_type.ts index c8c0cc873..c600a5343 100644 --- a/sdks/typescript/examples/quickstart-chat/src/module_bindings/message_type.ts +++ b/sdks/typescript/examples/quickstart-chat/src/module_bindings/message_type.ts @@ -1,7 +1,7 @@ // THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE // WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD. -// This was generated using spacetimedb cli version 1.2.0 (commit fb41e50eb73573b70eea532aeb6158eaac06fae0). +// This was generated using spacetimedb cli version 1.3.0 (commit e18b2dc4dd1debb07349a53a515ca2ef07fbcb2b). /* eslint-disable */ /* tslint:disable */ diff --git a/sdks/typescript/examples/quickstart-chat/src/module_bindings/send_message_reducer.ts b/sdks/typescript/examples/quickstart-chat/src/module_bindings/send_message_reducer.ts index 988206739..46f3272dd 100644 --- a/sdks/typescript/examples/quickstart-chat/src/module_bindings/send_message_reducer.ts +++ b/sdks/typescript/examples/quickstart-chat/src/module_bindings/send_message_reducer.ts @@ -1,7 +1,7 @@ // THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE // WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD. -// This was generated using spacetimedb cli version 1.2.0 (commit fb41e50eb73573b70eea532aeb6158eaac06fae0). +// This was generated using spacetimedb cli version 1.3.0 (commit e18b2dc4dd1debb07349a53a515ca2ef07fbcb2b). /* eslint-disable */ /* tslint:disable */ diff --git a/sdks/typescript/examples/quickstart-chat/src/module_bindings/set_name_reducer.ts b/sdks/typescript/examples/quickstart-chat/src/module_bindings/set_name_reducer.ts index e1a587cd7..65013ae06 100644 --- a/sdks/typescript/examples/quickstart-chat/src/module_bindings/set_name_reducer.ts +++ b/sdks/typescript/examples/quickstart-chat/src/module_bindings/set_name_reducer.ts @@ -1,7 +1,7 @@ // THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE // WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD. -// This was generated using spacetimedb cli version 1.2.0 (commit fb41e50eb73573b70eea532aeb6158eaac06fae0). +// This was generated using spacetimedb cli version 1.3.0 (commit e18b2dc4dd1debb07349a53a515ca2ef07fbcb2b). /* eslint-disable */ /* tslint:disable */ diff --git a/sdks/typescript/examples/quickstart-chat/src/module_bindings/user_table.ts b/sdks/typescript/examples/quickstart-chat/src/module_bindings/user_table.ts index 605a14bc3..9b68d845c 100644 --- a/sdks/typescript/examples/quickstart-chat/src/module_bindings/user_table.ts +++ b/sdks/typescript/examples/quickstart-chat/src/module_bindings/user_table.ts @@ -1,7 +1,7 @@ // THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE // WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD. -// This was generated using spacetimedb cli version 1.2.0 (commit fb41e50eb73573b70eea532aeb6158eaac06fae0). +// This was generated using spacetimedb cli version 1.3.0 (commit e18b2dc4dd1debb07349a53a515ca2ef07fbcb2b). /* eslint-disable */ /* tslint:disable */ diff --git a/sdks/typescript/examples/quickstart-chat/src/module_bindings/user_type.ts b/sdks/typescript/examples/quickstart-chat/src/module_bindings/user_type.ts index 6f11bff36..23da72cc1 100644 --- a/sdks/typescript/examples/quickstart-chat/src/module_bindings/user_type.ts +++ b/sdks/typescript/examples/quickstart-chat/src/module_bindings/user_type.ts @@ -1,7 +1,7 @@ // THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE // WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD. -// This was generated using spacetimedb cli version 1.2.0 (commit fb41e50eb73573b70eea532aeb6158eaac06fae0). +// This was generated using spacetimedb cli version 1.3.0 (commit e18b2dc4dd1debb07349a53a515ca2ef07fbcb2b). /* eslint-disable */ /* tslint:disable */ diff --git a/sdks/typescript/packages/sdk/package.json b/sdks/typescript/packages/sdk/package.json index 7df82307c..4be3b559f 100644 --- a/sdks/typescript/packages/sdk/package.json +++ b/sdks/typescript/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@clockworklabs/spacetimedb-sdk", - "version": "1.2.3", + "version": "1.3.0", "description": "SDK for SpacetimeDB", "author": { "name": "Clockwork Labs",