@osdk/generator-converters.ontologyir 2.5.0-rc.15 → 2.5.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @osdk/generator-converters.ontologyir
2
2
 
3
+ ## 2.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @osdk/client.unstable@2.5.1
8
+
9
+ ## 2.5.0
10
+
11
+ ### Patch Changes
12
+
13
+ - 150da1a: Simulated release
14
+ - a6f49e9: Fix Maker Rid Generation
15
+ - 7cdab1d: Update platform sdk dependencies
16
+ - a00d2ed: Update Platform SDK dependencies
17
+ - 7bdac45: Update Platform SDK dependency
18
+ - a96d89e: Update Platform SDK dependencies
19
+ - 7bdac45: Support value type enum generation for strings and booleans
20
+ - cbcf2ad: Add branching support
21
+ - Updated dependencies [322c5bc]
22
+ - Updated dependencies [a6f49e9]
23
+ - Updated dependencies [a6f49e9]
24
+ - Updated dependencies [04fe946]
25
+ - @osdk/client.unstable@2.5.0
26
+
3
27
  ## 2.5.0-rc.15
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/generator-converters.ontologyir",
3
- "version": "2.5.0-rc.15",
3
+ "version": "2.5.1",
4
4
  "description": "",
5
5
  "access": "public",
6
6
  "license": "Apache-2.0",
@@ -31,15 +31,15 @@
31
31
  "dependencies": {
32
32
  "@osdk/foundry.ontologies": "2.30.0",
33
33
  "tiny-invariant": "^1.3.3",
34
- "@osdk/client.unstable": "~2.5.0-rc.15"
34
+ "@osdk/client.unstable": "~2.5.1"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/node": "^24.3.1",
38
38
  "ts-expect": "^1.3.0",
39
39
  "typescript": "~5.5.4",
40
40
  "vitest": "^3.2.4",
41
- "@osdk/monorepo.tsconfig": "~0.4.0-beta.1",
42
- "@osdk/monorepo.api-extractor": "~0.4.0-beta.1"
41
+ "@osdk/monorepo.tsconfig": "~0.4.0",
42
+ "@osdk/monorepo.api-extractor": "~0.4.0"
43
43
  },
44
44
  "publishConfig": {
45
45
  "access": "public"