@daml/types 2.9.5 → 2.9.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
## Documentation
|
|
8
8
|
|
|
9
9
|
Comprehensive documentation for `@daml/types` can be found
|
|
10
|
-
[here](https://docs.daml.com/2.9.
|
|
10
|
+
[here](https://docs.daml.com/2.9.6/app-dev/bindings-ts/daml-types/index.html).
|
|
11
11
|
|
|
12
12
|
<!-- END_BACKLINK -->
|
|
13
13
|
|
package/index.d.ts
CHANGED
package/index.js
CHANGED
|
@@ -95,7 +95,7 @@ exports.assembleTemplate = assembleTemplate;
|
|
|
95
95
|
* @internal
|
|
96
96
|
*/
|
|
97
97
|
function assembleInterface(templateId, decoderSource, choices) {
|
|
98
|
-
return __assign({ templateId: templateId, sdkVersion: "2.9.
|
|
98
|
+
return __assign({ templateId: templateId, sdkVersion: "2.9.6",
|
|
99
99
|
// `Interface<I> &` is a phantom intersection
|
|
100
100
|
decoder: lazyMemo(function () { return decoderSource().decoder; }), keyDecoder: jtv.succeed(undefined) }, choices);
|
|
101
101
|
}
|