Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
154c01d
Messing around with ts module api
cloutiertyler Jul 23, 2025
ba163a8
Fixed schedule_at
cloutiertyler Jul 25, 2025
b2be35f
Splitting out into multiple libs from the sdk
cloutiertyler Aug 18, 2025
859c9ca
Now using the code generated AlgebraicType and related types
cloutiertyler Aug 19, 2025
7e8d7c2
Cleaned up some comments
cloutiertyler Aug 19, 2025
f05ab41
Removed errant files
cloutiertyler Aug 19, 2025
7a3b830
codegen formatting
cloutiertyler Aug 19, 2025
e0482e0
Prettier formatting for the bindings repo
cloutiertyler Aug 20, 2025
61d9998
Prettier formatting for the sdk
cloutiertyler Aug 20, 2025
9c465fc
Fixed broken import
cloutiertyler Aug 20, 2025
b143a3a
Updated snap files
cloutiertyler Aug 20, 2025
8d74fc4
Testing fixes
cloutiertyler Aug 20, 2025
d9d83ec
Formatting
cloutiertyler Aug 20, 2025
3007ce2
Fixed tests hopefully
cloutiertyler Aug 20, 2025
1f71f55
Ran formatter
cloutiertyler Aug 20, 2025
202aebc
Fixed snapshots
cloutiertyler Aug 20, 2025
d63ecf0
Put the generation of all typescript bindings into pnpm scripts
cloutiertyler Aug 20, 2025
64e06e3
[tyler/ts-module-test]: empty commit to bump CI
bfops Aug 20, 2025
163cb7c
Fixed schedule_at
cloutiertyler Aug 21, 2025
fa8ab56
Added missing tsconfig.json
cloutiertyler Aug 21, 2025
1c3aff7
Fix license
cloutiertyler Aug 21, 2025
1386718
Modified .prettierignore to ignore all .github folders in the project
cloutiertyler Aug 25, 2025
c44e457
Modified typescript codegen to not use namespace and to prefer ES6 mo…
cloutiertyler Sep 2, 2025
89fc09e
Updated versions in typescript files
cloutiertyler Sep 2, 2025
85774a0
Fixed clippy
cloutiertyler Sep 2, 2025
8e735a4
Updated the snap files
cloutiertyler Sep 2, 2025
015d389
Update pnpm-lock.yaml
cloutiertyler Sep 2, 2025
79309e1
Regenerated with new code generation
cloutiertyler Sep 2, 2025
2e66b10
Fixed issue with generation
cloutiertyler Sep 2, 2025
b2c6602
Fixed variant bindings generation
cloutiertyler Sep 2, 2025
20d2d81
Removed errant files
cloutiertyler Sep 2, 2025
0f2cc06
Cargo fmt
cloutiertyler Sep 2, 2025
3db4510
Updated snap
cloutiertyler Sep 2, 2025
c62a2c7
Fixed __SetReducerFlags
cloutiertyler Sep 3, 2025
b2e3a06
Bumped the minimum CLI version number to 1.4.0
cloutiertyler Sep 3, 2025
c927635
Bumped the version number to 1.4.0 because this PR introduces a break…
cloutiertyler Sep 3, 2025
fba33d9
Re ran all the code gen with the new version
cloutiertyler Sep 3, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdks/typescript/.prettierignore → .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ node_modules
pnpm-lock.yaml
dist
target
/.github
.github
File renamed without changes.
Loading
Loading