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

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @or-sdk/library-types
2
2
 
3
+ ## 6.0.19-processenv-20231121130442
4
+
5
+ ### Patch Changes
6
+
7
+ - 33e48801: fix process?.env exception
8
+
3
9
  ## 6.0.18
4
10
 
5
11
  ### Patch Changes
package/dist/cjs/index.js CHANGED
@@ -11136,7 +11136,7 @@ var CreatedBy = import_library_prisma3.prismaZodGenerated._CreatedByModel.pick({
11136
11136
  var {
11137
11137
  LIBRARY_CONTENT_URL = "wrong_env_variable",
11138
11138
  UPLOAD_PACKAGE_FOLDER_NAME = "wrong_env_variable"
11139
- } = process?.env || {};
11139
+ } = process.env || {};
11140
11140
  var PackageSchemaServingType = /* @__PURE__ */ ((PackageSchemaServingType2) => {
11141
11141
  PackageSchemaServingType2["JSON"] = "JSON";
11142
11142
  PackageSchemaServingType2["STATIC"] = "STATIC";