@osdk/client.unstable 2.3.0-rc.11 → 2.3.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 +31 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @osdk/client.unstable
|
|
2
2
|
|
|
3
|
+
## 2.3.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 322c5bc: Simulated release
|
|
8
|
+
- 43554b4: OMS Api bump
|
|
9
|
+
- cc2ce5f: add module-group api
|
|
10
|
+
- 9839eab: Reverts #1617
|
|
11
|
+
- 7d232fb: Added searchable field to interface definitions
|
|
12
|
+
- 474f4ca: Group permissions for OAC actions
|
|
13
|
+
- a6c01ff: Add object-sentinel API
|
|
14
|
+
- 0cc9cad: oms api bump
|
|
15
|
+
- f8db93d: improve media upload (beta)
|
|
16
|
+
- 3408ea9: Update object set service API
|
|
17
|
+
|
|
3
18
|
## 2.3.0-rc.11
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
|
@@ -54,6 +69,22 @@
|
|
|
54
69
|
|
|
55
70
|
## 2.3.0-beta.2
|
|
56
71
|
|
|
72
|
+
## 2.2.0
|
|
73
|
+
|
|
74
|
+
### Patch Changes
|
|
75
|
+
|
|
76
|
+
- 322c5bc: Simulated release
|
|
77
|
+
- 6eeb423: Simple create and modify actions for interfaces
|
|
78
|
+
- a08bdfb: Support stream datasources in OAC
|
|
79
|
+
- 10da391: Links as Code
|
|
80
|
+
- 6ac8f0b: api bump
|
|
81
|
+
- 5e8e839: Bump OMS API to include links in ontology IR
|
|
82
|
+
- 889e84b: Release
|
|
83
|
+
- ed69666: Update conjure-lite to 0.7.1
|
|
84
|
+
- 395ae07: Actions as code
|
|
85
|
+
- 37f8e60: api bump for concrete actions
|
|
86
|
+
- 317b555: Release
|
|
87
|
+
|
|
57
88
|
## 2.2.0-beta.23
|
|
58
89
|
|
|
59
90
|
## 2.2.0-beta.22
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/client.unstable",
|
|
3
|
-
"version": "2.3.0
|
|
3
|
+
"version": "2.3.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"typescript": "~5.5.4",
|
|
34
|
-
"@osdk/monorepo.api-extractor": "~0.2.0
|
|
35
|
-
"@osdk/monorepo.tsconfig": "~0.2.0
|
|
34
|
+
"@osdk/monorepo.api-extractor": "~0.2.0",
|
|
35
|
+
"@osdk/monorepo.tsconfig": "~0.2.0"
|
|
36
36
|
},
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public"
|