mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-12 18:57:51 -04:00
bump versions to 1.0.0 (#126)
Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
|
||||
### Overview
|
||||
|
||||
> NOTE: This SDK is currently in Release Candidate stage and tied to SpacetimeDB `v1.0.0-rc1`. Expect breaking changes in the future.
|
||||
|
||||
This repository contains the TypeScript SDK for SpacetimeDB. The SDK allows to interact with the database server and is prepared to work with code generated from a SpacetimeDB backend code.
|
||||
|
||||
### Installation
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@clockworklabs/spacetimedb-sdk",
|
||||
"version": "1.0.0-rc1.0",
|
||||
"version": "1.0.0",
|
||||
"description": "SDK for SpacetimeDB",
|
||||
"author": {
|
||||
"name": "Clockwork Labs",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@clockworklabs/test-app",
|
||||
"private": true,
|
||||
"version": "0.0.3-rc1.0",
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"files": [
|
||||
"src"
|
||||
|
||||
Reference in New Issue
Block a user