@or-sdk/library-types-v2 6.0.18 → 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.
- 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/dist/esm/index.js
CHANGED
|
@@ -11092,7 +11092,7 @@ var CreatedBy = import_library_prisma3.prismaZodGenerated._CreatedByModel.pick({
|
|
|
11092
11092
|
var {
|
|
11093
11093
|
LIBRARY_CONTENT_URL = "wrong_env_variable",
|
|
11094
11094
|
UPLOAD_PACKAGE_FOLDER_NAME = "wrong_env_variable"
|
|
11095
|
-
} = process
|
|
11095
|
+
} = process.env || {};
|
|
11096
11096
|
var PackageSchemaServingType = /* @__PURE__ */ ((PackageSchemaServingType2) => {
|
|
11097
11097
|
PackageSchemaServingType2["JSON"] = "JSON";
|
|
11098
11098
|
PackageSchemaServingType2["STATIC"] = "STATIC";
|