@osdk/client.unstable 2.22.0 → 2.23.0-main-9fb5afb7955ddffd2b9a89d03d6c2ca3528e371c
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 +2 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/client.unstable",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.23.0-main-9fb5afb7955ddffd2b9a89d03d6c2ca3528e371c",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"typescript": "~5.5.4",
|
|
43
43
|
"@osdk/monorepo.api-extractor": "~0.7.0",
|
|
44
|
-
"@osdk/monorepo.
|
|
45
|
-
"@osdk/monorepo.
|
|
44
|
+
"@osdk/monorepo.tool.check-bundle": "~0.1.0",
|
|
45
|
+
"@osdk/monorepo.tsconfig": "~0.7.0"
|
|
46
46
|
},
|
|
47
47
|
"publishConfig": {
|
|
48
48
|
"access": "public"
|