@osdk/generator-converters.ontologyir 2.6.0-rc.18 → 2.6.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.6.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 150da1a: Simulated release
|
|
8
|
+
- b313525: bump osdk
|
|
9
|
+
- 3fbb596: Pipe through transactionId to endpoints that load data via object sets
|
|
10
|
+
- a1ffb20: Use new ephemeral media upload endpoint.
|
|
11
|
+
- af4f3bf: Remove the following features for RC:
|
|
12
|
+
- Property formatting
|
|
13
|
+
- Branching
|
|
14
|
+
- Constant RDPs
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [322c5bc]
|
|
17
|
+
- Updated dependencies [7fd788b]
|
|
18
|
+
- Updated dependencies [af4f3bf]
|
|
19
|
+
- @osdk/client.unstable@2.6.0
|
|
20
|
+
|
|
3
21
|
## 2.6.0-rc.18
|
|
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.6.0
|
|
3
|
+
"version": "2.6.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.42.0",
|
|
33
33
|
"tiny-invariant": "^1.3.3",
|
|
34
|
-
"@osdk/client.unstable": "~2.6.0
|
|
34
|
+
"@osdk/client.unstable": "~2.6.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.5.0",
|
|
42
|
+
"@osdk/monorepo.tsconfig": "~0.5.0"
|
|
43
43
|
},
|
|
44
44
|
"publishConfig": {
|
|
45
45
|
"access": "public"
|