@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 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.4/app-dev/bindings-ts/daml-types/index.html).
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
@@ -27,7 +27,7 @@ export interface ContractTypeCompanion<T extends object, K, I extends string> {
27
27
  /**
28
28
  * @internal
29
29
  */
30
- sdkVersion: "3.4.4";
30
+ sdkVersion: "3.4.8";
31
31
  /**
32
32
  * @internal
33
33
  */
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.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
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@daml/types",
4
- "version": "3.4.4",
4
+ "version": "3.4.8",
5
5
  "description": "Primitive types of the Daml language and their serialization.",
6
6
  "keywords": [
7
7
  "daml",