@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 +6 -0
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +2 -2
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
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
|
|
11139
|
+
} = process.env || {};
|
|
11140
11140
|
var PackageSchemaServingType = /* @__PURE__ */ ((PackageSchemaServingType2) => {
|
|
11141
11141
|
PackageSchemaServingType2["JSON"] = "JSON";
|
|
11142
11142
|
PackageSchemaServingType2["STATIC"] = "STATIC";
|