@osdk/typescript-sdk-docs 0.5.0-beta.5 → 0.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 +34 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @osdk/typescript-sdk-docs
|
|
2
2
|
|
|
3
|
+
## 0.5.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 776ae8a: Simulated release
|
|
8
|
+
- a035fdc: Add draft of media upload docs
|
|
9
|
+
- dd8c385: Update upload media ontology edits docs
|
|
10
|
+
- 823c756: Update object parameter format in TypeScript SDK documentation to directly provide the primary key as a string
|
|
11
|
+
- 0e863aa: Tweak media upload snippet
|
|
12
|
+
- 7cac2f8: Upgrade to latest spec and fix attachment template"
|
|
13
|
+
- af4f3bf: Remove the following features for RC:
|
|
14
|
+
- Property formatting
|
|
15
|
+
- Branching
|
|
16
|
+
- Constant RDPs
|
|
17
|
+
|
|
18
|
+
## 0.5.0-rc.6
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- af4f3bf: Remove the following features for RC:
|
|
23
|
+
- Property formatting
|
|
24
|
+
- Branching
|
|
25
|
+
- Constant RDPs
|
|
26
|
+
|
|
3
27
|
## 0.5.0-beta.5
|
|
4
28
|
|
|
5
29
|
### Minor Changes
|
|
@@ -31,6 +55,16 @@
|
|
|
31
55
|
|
|
32
56
|
- 81af4c8: A set of compiled examples based on the documentation YAML
|
|
33
57
|
|
|
58
|
+
## 0.4.0
|
|
59
|
+
|
|
60
|
+
### Patch Changes
|
|
61
|
+
|
|
62
|
+
- 776ae8a: Simulated release
|
|
63
|
+
- e9239a1: Add pivot docs.
|
|
64
|
+
- f38abb0: Nearest neighbor docs
|
|
65
|
+
- 2bb698d: Fix knn doc snippet
|
|
66
|
+
- 1796b98: Update load all objects snippet
|
|
67
|
+
|
|
34
68
|
## 0.4.0-beta.5
|
|
35
69
|
|
|
36
70
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/typescript-sdk-docs",
|
|
3
|
-
"version": "0.5.0
|
|
3
|
+
"version": "0.5.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.5.0
|
|
38
|
-
"@osdk/monorepo.tsconfig": "~0.5.0
|
|
37
|
+
"@osdk/monorepo.api-extractor": "~0.5.0",
|
|
38
|
+
"@osdk/monorepo.tsconfig": "~0.5.0"
|
|
39
39
|
},
|
|
40
40
|
"publishConfig": {
|
|
41
41
|
"access": "public"
|