@osdk/client.unstable 2.32.0-main-e5533908222aa2ef650553f0a110d4d61ccebac3 → 2.32.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # @osdk/client.unstable
2
2
 
3
- ## 2.32.0-main-e5533908222aa2ef650553f0a110d4d61ccebac3
3
+ ## 2.32.0
4
4
 
5
- ### Patch Changes
5
+ ### Minor Changes
6
6
 
7
7
  - b5d0a61: transitive OAC imports
8
8
  - 833f47a: add support for interface action type constraint in ontology as code
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/client.unstable",
3
- "version": "2.32.0-main-e5533908222aa2ef650553f0a110d4d61ccebac3",
3
+ "version": "2.32.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -40,8 +40,8 @@
40
40
  },
41
41
  "devDependencies": {
42
42
  "typescript": "~5.5.4",
43
- "@osdk/monorepo.api-extractor": "~0.7.0",
44
43
  "@osdk/monorepo.tool.check-bundle": "~0.1.0",
44
+ "@osdk/monorepo.api-extractor": "~0.7.0",
45
45
  "@osdk/monorepo.tsconfig": "~0.7.0"
46
46
  },
47
47
  "publishConfig": {