Skip to content

Commit

Permalink
2.0.0 version bump + forgotten compatibility notice
Browse files Browse the repository at this point in the history
  • Loading branch information
horvbalint committed Oct 7, 2024
1 parent 7e22708 commit 6298165
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "surreal-ts"
version = "1.5.3"
version = "2.0.0"
edition = "2021"
license = "GPL-3.0-only"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ Surreal-ts is a simple to use typescript type definition generator for SurrealDB
- nested objects
- complex types (eg.: **option\<array\<record\<table\>\>\>**).

## Compatibility
I try to keep this package up-to-date, because I am using it myself, but I can't always keep-up with the braking changes. If you find that surreal-ts is not working for you, please open an issue.

Latest SurrealDB version tested: `2.0.3`


## Installation
Surreal-ts is a CLI tool written in Rust, but it is also published on npm, so it can be easily installed/started with: ```npx surreal-ts```.
Expand Down
12 changes: 6 additions & 6 deletions npm/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "surreal-ts",
"version": "1.5.3",
"version": "2.0.0",
"author": "horvbalint (https://github.com/horvbalint)",
"description": "A simple to use typescript interface genearator for SurrealDB databases.",
"keywords": [
Expand All @@ -24,10 +24,10 @@
"dev": "node src/index.js"
},
"optionalDependencies": {
"surreal-ts-linux-x64": "1.5.3",
"surreal-ts-linux-arm64": "1.5.3",
"surreal-ts-darwin-x64": "1.5.3",
"surreal-ts-darwin-arm64": "1.5.3",
"surreal-ts-windows-x64": "1.5.3"
"surreal-ts-linux-x64": "2.0.0",
"surreal-ts-linux-arm64": "2.0.0",
"surreal-ts-darwin-x64": "2.0.0",
"surreal-ts-darwin-arm64": "2.0.0",
"surreal-ts-windows-x64": "2.0.0"
}
}

0 comments on commit 6298165

Please sign in to comment.