@osdk/api 2.0.8-rc.4 → 2.0.9

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @osdk/api
2
2
 
3
+ ## 2.0.9
4
+
5
+ ## 2.0.8
6
+
7
+ ### Patch Changes
8
+
9
+ - 078ed56: Remove experimental non null for now.
10
+ - 078ed56: Modify return type for fetch single on links.
11
+ - 1da5942: Change experimental code style to prevent future breaks
12
+
3
13
  ## 2.0.8-rc.4
4
14
 
5
15
  ## 2.0.8-rc.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/api",
3
- "version": "2.0.8-rc.4",
3
+ "version": "2.0.9",
4
4
  "description": "",
5
5
  "access": "public",
6
6
  "license": "Apache-2.0",
@@ -29,9 +29,9 @@
29
29
  "@microsoft/api-extractor": "^7.47.0",
30
30
  "ts-expect": "^1.3.0",
31
31
  "typescript": "~5.5.4",
32
+ "@osdk/monorepo.tsconfig": "~0.0.0",
32
33
  "@osdk/monorepo.api-extractor": "~0.0.0",
33
- "@osdk/monorepo.tsup": "~0.0.0",
34
- "@osdk/monorepo.tsconfig": "~0.0.0"
34
+ "@osdk/monorepo.tsup": "~0.0.0"
35
35
  },
36
36
  "publishConfig": {
37
37
  "access": "public"