@daml/types 3.4.4 → 3.4.8
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/3.4.
|
|
10
|
+
[here](https://docs.daml.com/3.4.8/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
|
@@ -112,7 +112,7 @@ function assembleTemplate(template) {
|
|
|
112
112
|
* @internal
|
|
113
113
|
*/
|
|
114
114
|
function assembleInterface(templateId, decoderSource, choices) {
|
|
115
|
-
return __assign({ templateId: templateId, sdkVersion: "3.4.
|
|
115
|
+
return __assign({ templateId: templateId, sdkVersion: "3.4.8",
|
|
116
116
|
// `Interface<I> &` is a phantom intersection
|
|
117
117
|
decoder: lazyMemo(function () { return decoderSource().decoder; }), keyDecoder: jtv.succeed(undefined) }, choices);
|
|
118
118
|
}
|