@daml/types 2.3.0 → 2.3.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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/index.d.ts +1 -1
  3. 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.3.0/app-dev/bindings-ts/daml-types/index.html).
10
+ [here](https://docs.daml.com/2.3.3/app-dev/bindings-ts/daml-types/index.html).
11
11
 
12
12
  <!-- END_BACKLINK -->
13
13
 
package/index.d.ts CHANGED
@@ -29,7 +29,7 @@ export interface Template<T extends object, K = unknown, I extends string = stri
29
29
  /**
30
30
  * @internal
31
31
  */
32
- sdkVersion: "2.3.0";
32
+ sdkVersion: "2.3.3";
33
33
  /**
34
34
  * @internal
35
35
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@daml/types",
4
- "version": "2.3.0",
4
+ "version": "2.3.3",
5
5
  "description": "Primitive types of the Daml language and their serialization.",
6
6
  "keywords": [
7
7
  "daml",