@osdk/generator-converters.ontologyir 2.4.0 → 2.4.2

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,18 @@
1
1
  # @osdk/generator-converters.ontologyir
2
2
 
3
+ ## 2.4.2
4
+
5
+ ### Patch Changes
6
+
7
+ - @osdk/client.unstable@2.4.2
8
+
9
+ ## 2.4.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 9cceb0f: Update Platform SDK dependencies
14
+ - @osdk/client.unstable@2.4.1
15
+
3
16
  ## 2.4.0
4
17
 
5
18
  ### Patch Changes
@@ -3245,6 +3245,7 @@ describe(OntologyIrToFullMetadataConverter, () => {
3245
3245
  },
3246
3246
  "queryTypes": {},
3247
3247
  "sharedPropertyTypes": {},
3248
+ "valueTypes": {},
3248
3249
  }
3249
3250
  `);
3250
3251
  });