@osdk/faux 0.34.1-main-cbf692ba4eae9967f0269a2a009b4df4ac0c0f86 → 0.35.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 +7 -4
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,13 +1,16 @@
1
1
  # @osdk/shared.test
2
2
 
3
- ## 0.34.1-main-cbf692ba4eae9967f0269a2a009b4df4ac0c0f86
3
+ ## 0.35.0
4
4
 
5
- ### Patch Changes
5
+ ### Minor Changes
6
6
 
7
7
  - db2bfa2: Add ability to pass null for struct action parameters.
8
+
9
+ ### Patch Changes
10
+
8
11
  - Updated dependencies [db2bfa2]
9
- - @osdk/api@2.44.1-main-cbf692ba4eae9967f0269a2a009b4df4ac0c0f86
10
- - @osdk/generator-converters@2.44.1-main-cbf692ba4eae9967f0269a2a009b4df4ac0c0f86
12
+ - @osdk/api@2.45.0
13
+ - @osdk/generator-converters@2.45.0
11
14
 
12
15
  ## 0.34.0
13
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/faux",
3
- "version": "0.34.1-main-cbf692ba4eae9967f0269a2a009b4df4ac0c0f86",
3
+ "version": "0.35.0",
4
4
  "description": "",
5
5
  "access": "private",
6
6
  "license": "Apache-2.0",
@@ -44,8 +44,8 @@
44
44
  "semver": "^7.7.2",
45
45
  "tiny-invariant": "^1.3.3",
46
46
  "type-fest": "^4.41.0",
47
- "@osdk/api": "~2.44.1-main-cbf692ba4eae9967f0269a2a009b4df4ac0c0f86",
48
- "@osdk/generator-converters": "~2.44.1-main-cbf692ba4eae9967f0269a2a009b4df4ac0c0f86"
47
+ "@osdk/api": "~2.45.0",
48
+ "@osdk/generator-converters": "~2.45.0"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@types/json-stable-stringify": "^1.2.0",