@osdk/typescript-sdk-docs 0.6.0-rc.6 → 0.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 +11 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @osdk/typescript-sdk-docs
|
|
2
2
|
|
|
3
|
+
## 0.6.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 776ae8a: Simulated release
|
|
8
|
+
- 03db734: Move platform SDK deps to pnpm catalog
|
|
9
|
+
- 579e518: Move new Media upload docs from 2.6 to 2.1
|
|
10
|
+
- 31cd835: Revert beta changes
|
|
11
|
+
- 7572644: Bump @osdk/docs-spec-core to 0.6.0
|
|
12
|
+
- 3bfde5a: Add rendering support for objectSet action parameters
|
|
13
|
+
|
|
3
14
|
## 0.6.0-rc.6
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/typescript-sdk-docs",
|
|
3
|
-
"version": "0.6.0
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"typescript": "~5.5.4",
|
|
36
36
|
"yaml": "^2.8.1",
|
|
37
|
-
"@osdk/monorepo.api-extractor": "~0.6.0
|
|
38
|
-
"@osdk/monorepo.tsconfig": "~0.6.0
|
|
37
|
+
"@osdk/monorepo.api-extractor": "~0.6.0",
|
|
38
|
+
"@osdk/monorepo.tsconfig": "~0.6.0"
|
|
39
39
|
},
|
|
40
40
|
"publishConfig": {
|
|
41
41
|
"access": "public"
|