Skip to content

Commit

Permalink
Updates to codegen files, improve types, fix various type issues (#61)
Browse files Browse the repository at this point in the history
* Updates to support new codegen

* Update test script

* kitchen-sink updates

* Pull in the latest codegen files

* Update version

* Remove error.log file

* Format fixing

* Remove test file (leftover)

* Remove test files (leftover)

* Fix typo
  • Loading branch information
liamgriffiths authored Apr 15, 2024
1 parent afead35 commit 8a4d7cc
Show file tree
Hide file tree
Showing 15 changed files with 4,730 additions and 1,731 deletions.
2 changes: 1 addition & 1 deletion bin/update-version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { execSync } from "node:child_process";

// NOTE: Merged with API version to produce the full SDK version string
// https://docs.substrate.run/versioning
const SDK_VERSION = "1.0.9";
const SDK_VERSION = "1.0.10";

const ok = (message: string) => console.log("\x1b[32m✓\x1b[0m", message);

Expand Down
40 changes: 0 additions & 40 deletions examples/images-sdxl-variants.ts

This file was deleted.

Loading

0 comments on commit 8a4d7cc

Please sign in to comment.