@osdk/generator-converters.ontologyir 2.26.0 → 2.27.0

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 +10 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @osdk/generator-converters.ontologyir
2
2
 
3
+ ## 2.27.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 5ff7aa5: Bump `@osdk/foundry.*` and `@osdk/internal.foundry.*` catalog entries from `2.61.0` to `2.63.0`. The OntologyScenarios endpoints now expose a `preview` query-param slot, so `createScenario` and the `EXPERIMENTAL_ScenarioClient` read methods pass `{ preview: true }` directly instead of relying on a fetch-level URL rewrite.
8
+
9
+ ### Patch Changes
10
+
11
+ - @osdk/client.unstable@2.27.0
12
+
3
13
  ## 2.26.0
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/generator-converters.ontologyir",
3
- "version": "2.26.0",
3
+ "version": "2.27.0",
4
4
  "description": "",
5
5
  "access": "public",
6
6
  "license": "Apache-2.0",
@@ -29,10 +29,10 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@osdk/foundry.ontologies": "2.61.0",
32
+ "@osdk/foundry.ontologies": "2.63.0",
33
33
  "consola": "^3.4.2",
34
34
  "tiny-invariant": "^1.3.3",
35
- "@osdk/client.unstable": "~2.26.0"
35
+ "@osdk/client.unstable": "~2.27.0"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/node": "^24.3.1",