@daml/types 2.9.2 → 2.9.3

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/2.9.2/app-dev/bindings-ts/daml-types/index.html).
10
+ [here](https://docs.daml.com/2.9.3/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: "2.9.2";
30
+ sdkVersion: "2.9.3";
31
31
  /**
32
32
  * @internal
33
33
  */
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.2",
98
+ return __assign({ templateId: templateId, sdkVersion: "2.9.3",
99
99
  // `Interface<I> &` is a phantom intersection
100
100
  decoder: lazyMemo(function () { return decoderSource().decoder; }), keyDecoder: jtv.succeed(undefined) }, choices);
101
101
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@daml/types",
4
- "version": "2.9.2",
4
+ "version": "2.9.3",
5
5
  "description": "Primitive types of the Daml language and their serialization.",
6
6
  "keywords": [
7
7
  "daml",