@osdk/generator-converters.ontologyir 2.4.0-rc.19 → 2.4.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @osdk/generator-converters.ontologyir
2
2
 
3
+ ## 2.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 9cceb0f: Update Platform SDK dependencies
8
+ - @osdk/client.unstable@2.4.1
9
+
10
+ ## 2.4.0
11
+
12
+ ### Patch Changes
13
+
14
+ - 150da1a: Simulated release
15
+ - 1c1c2c4: Properly handles one to many links
16
+ - Updated dependencies [322c5bc]
17
+ - Updated dependencies [a01b8d4]
18
+ - Updated dependencies [764e5f1]
19
+ - Updated dependencies [5c76e33]
20
+ - @osdk/client.unstable@2.4.0
21
+
3
22
  ## 2.4.0-rc.19
4
23
 
5
24
  ### Patch Changes
@@ -3245,6 +3245,7 @@ describe(OntologyIrToFullMetadataConverter, () => {
3245
3245
  },
3246
3246
  "queryTypes": {},
3247
3247
  "sharedPropertyTypes": {},
3248
+ "valueTypes": {},
3248
3249
  }
3249
3250
  `);
3250
3251
  });