@osdk/generator-converters.ontologyir 2.5.0-rc.15 → 2.5.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.
- package/CHANGELOG.md +18 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @osdk/generator-converters.ontologyir
|
|
2
2
|
|
|
3
|
+
## 2.5.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 150da1a: Simulated release
|
|
8
|
+
- a6f49e9: Fix Maker Rid Generation
|
|
9
|
+
- 7cdab1d: Update platform sdk dependencies
|
|
10
|
+
- a00d2ed: Update Platform SDK dependencies
|
|
11
|
+
- 7bdac45: Update Platform SDK dependency
|
|
12
|
+
- a96d89e: Update Platform SDK dependencies
|
|
13
|
+
- 7bdac45: Support value type enum generation for strings and booleans
|
|
14
|
+
- cbcf2ad: Add branching support
|
|
15
|
+
- Updated dependencies [322c5bc]
|
|
16
|
+
- Updated dependencies [a6f49e9]
|
|
17
|
+
- Updated dependencies [a6f49e9]
|
|
18
|
+
- Updated dependencies [04fe946]
|
|
19
|
+
- @osdk/client.unstable@2.5.0
|
|
20
|
+
|
|
3
21
|
## 2.5.0-rc.15
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/generator-converters.ontologyir",
|
|
3
|
-
"version": "2.5.0
|
|
3
|
+
"version": "2.5.0",
|
|
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
|
|
34
|
+
"@osdk/client.unstable": "~2.5.0"
|
|
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.
|
|
42
|
-
"@osdk/monorepo.
|
|
41
|
+
"@osdk/monorepo.api-extractor": "~0.4.0",
|
|
42
|
+
"@osdk/monorepo.tsconfig": "~0.4.0"
|
|
43
43
|
},
|
|
44
44
|
"publishConfig": {
|
|
45
45
|
"access": "public"
|