@or-sdk/library-types-v1 7.0.1 → 7.0.2

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
+ ## 7.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 1b348561: remove v8-compile-cache-0
8
+
3
9
  ## 7.0.1
4
10
 
5
11
  ### Patch Changes
@@ -1278,10 +1278,6 @@ In case this error is unexpected for you, please report it in https://pris.ly/pr
1278
1278
  error: "error",
1279
1279
  pid: "pid"
1280
1280
  };
1281
- exports.Prisma.RelationLoadStrategy = {
1282
- query: "query",
1283
- join: "join"
1284
- };
1285
1281
  exports.Prisma.CreatedByScalarFieldEnum = {
1286
1282
  id: "id",
1287
1283
  accountId: "accountId",