diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-15 01:07:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-15 01:07:03 +0200 |
commit | 6080fe945363077599e71512129cb926b291119d (patch) | |
tree | 2a2c15c670cf13ad1a5867eeb525697a7e75ac5c /src-tauri/bindings/ThunderstoreMod.ts | |
parent | 02edf720d36a0648d13ff821d2e225143434f355 (diff) | |
download | FlightCore-6080fe945363077599e71512129cb926b291119d.tar.gz FlightCore-6080fe945363077599e71512129cb926b291119d.zip |
chore: bump ts-rs from 8.1.0 to 9.0.1 in /src-tauri (#1007)
* chore: bump ts-rs from 8.1.0 to 9.0.1 in /src-tauri
Bumps [ts-rs](https://github.com/Aleph-Alpha/ts-rs) from 8.1.0 to 9.0.1.
- [Release notes](https://github.com/Aleph-Alpha/ts-rs/releases)
- [Changelog](https://github.com/Aleph-Alpha/ts-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Aleph-Alpha/ts-rs/compare/v8.1.0...v9.0.1)
---
updated-dependencies:
- dependency-name: ts-rs
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore: Add trailing newlines to TypeScript bindings
as newer version of ts-rs now adds trailing newlines
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: GeckoEidechse <gecko.eidechse+git@pm.me>
Diffstat (limited to 'src-tauri/bindings/ThunderstoreMod.ts')
-rw-r--r-- | src-tauri/bindings/ThunderstoreMod.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/bindings/ThunderstoreMod.ts b/src-tauri/bindings/ThunderstoreMod.ts index a421334b..88eafa4c 100644 --- a/src-tauri/bindings/ThunderstoreMod.ts +++ b/src-tauri/bindings/ThunderstoreMod.ts @@ -1,4 +1,4 @@ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. import type { ThunderstoreModVersion } from "./ThunderstoreModVersion"; -export type ThunderstoreMod = { name: string, full_name: string, owner: string, package_url: string, date_created: string, date_updated: string, uuid4: string, rating_score: number, is_pinned: boolean, is_deprecated: boolean, has_nsfw_content: boolean, categories: Array<string>, versions: Array<ThunderstoreModVersion>, };
\ No newline at end of file +export type ThunderstoreMod = { name: string, full_name: string, owner: string, package_url: string, date_created: string, date_updated: string, uuid4: string, rating_score: number, is_pinned: boolean, is_deprecated: boolean, has_nsfw_content: boolean, categories: Array<string>, versions: Array<ThunderstoreModVersion>, }; |