@osdk/generator 1.10.0-main-20240422145309 → 1.10.0-main-20240422150908

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 +3 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @osdk/generator
2
2
 
3
- ## 1.10.0-main-20240422145309
3
+ ## 1.10.0-main-20240422150908
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -12,8 +12,8 @@
12
12
  - 9906a41e: Extract package generation
13
13
  - 9906a41e: Compatible version checks now use versions that are both embedded in the code and updated automatically as part of the release process.
14
14
  - f7287ae8: For 2.0, fixes codegen version matching in snapshot builds
15
- - @osdk/api@1.6.2-main-20240422145309
16
- - @osdk/generator-converters@0.4.1-main-20240422145309
15
+ - @osdk/api@1.6.2-main-20240422150908
16
+ - @osdk/generator-converters@0.4.1-main-20240422150908
17
17
 
18
18
  ## 1.1.1
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/generator",
3
- "version": "1.10.0-main-20240422145309",
3
+ "version": "1.10.0-main-20240422150908",
4
4
  "description": "",
5
5
  "access": "public",
6
6
  "license": "Apache-2.0",
@@ -25,9 +25,9 @@
25
25
  "prettier": "^3.0.3",
26
26
  "prettier-plugin-organize-imports": "^3.2.3",
27
27
  "tiny-invariant": "^1.3.1",
28
- "@osdk/api": "1.6.2-main-20240422145309",
28
+ "@osdk/api": "1.6.2-main-20240422150908",
29
29
  "@osdk/gateway": "2.2.0",
30
- "@osdk/generator-converters": "0.4.1-main-20240422145309"
30
+ "@osdk/generator-converters": "0.4.1-main-20240422150908"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "^18.0.0",