@osdk/client.unstable 2.7.0-rc.15 → 2.7.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.
- package/CHANGELOG.md +12 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @osdk/client.unstable
|
|
2
2
|
|
|
3
|
+
## 2.7.1
|
|
4
|
+
|
|
5
|
+
## 2.7.0
|
|
6
|
+
|
|
7
|
+
### Patch Changes
|
|
8
|
+
|
|
9
|
+
- 322c5bc: Simulated release
|
|
10
|
+
- 8381ac2: Alias and render hint overrides for oac
|
|
11
|
+
- e462938: Support PSGs in OAC
|
|
12
|
+
- 31cd835: Revert beta changes
|
|
13
|
+
- c95f3bc: Support IDPs in OAC
|
|
14
|
+
|
|
3
15
|
## 2.7.0-rc.15
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/client.unstable",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.1",
|
|
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.
|
|
35
|
-
"@osdk/monorepo.
|
|
34
|
+
"@osdk/monorepo.api-extractor": "~0.6.0",
|
|
35
|
+
"@osdk/monorepo.tsconfig": "~0.6.0"
|
|
36
36
|
},
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public"
|