@or-sdk/library-types-v2 6.0.19-processenv-20231121130442 → 6.0.19

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 +1 -1
package/CHANGELOG.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # @or-sdk/library-types
2
2
 
3
- ## 6.0.19-processenv-20231121130442
3
+ ## 6.0.19
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 33e48801: fix process?.env exception
7
+ - 7ae9f230: fix process?.env exception
8
8
 
9
9
  ## 6.0.18
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@or-sdk/library-types-v2",
3
- "version": "6.0.19-processenv-20231121130442",
3
+ "version": "6.0.19",
4
4
  "description": "Request/response v2 types for the OR SDK",
5
5
  "files": [
6
6
  "./dist",