Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
10 changes: 6 additions & 4 deletions config/x2mdx/typescript-bindings/source-artifacts.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@
"page_description": "TypeScript and JavaScript language bindings for Canton.",
"output_file": "docs-main/reference/typescript.mdx",
"entry_point": "index.d.ts",
"publish_version": "3.4.11",
"publish_version": "3.5.2",
"versions": [
"3.4.8",
"3.4.9",
"3.4.10",
"3.4.11"
"3.4.11",
"3.5.2"
]
},
{
Expand Down Expand Up @@ -44,9 +45,10 @@
"typedoc_args": [
"--skipErrorChecking"
],
"publish_version": "1.1.0",
"publish_version": "1.3.0",
"versions": [
"1.1.0"
"1.1.0",
"1.3.0"
]
}
]
Expand Down
1 change: 1 addition & 0 deletions docs-main/reference/typescript.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Generated from published `@daml/types` TypeDoc snapshots.
| `3.4.9` | - | `3` | - |
| `3.4.10` | - | - | - |
| `3.4.11` | - | - | - |
| `3.5.2` | - | - | - |

## Reference

Expand Down
Loading