prisma-sql 1.3.0 → 1.4.0

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/dist/index.d.mts CHANGED
@@ -11,7 +11,6 @@ interface SQLDirective {
11
11
  staticParams: any[];
12
12
  dynamicKeys: string[];
13
13
  paramMappings: readonly ParamMap[];
14
- cache: DirectiveProps['cache'];
15
14
  originalDirective: DirectiveProps;
16
15
  }
17
16
 
package/dist/index.d.ts CHANGED
@@ -11,7 +11,6 @@ interface SQLDirective {
11
11
  staticParams: any[];
12
12
  dynamicKeys: string[];
13
13
  paramMappings: readonly ParamMap[];
14
- cache: DirectiveProps['cache'];
15
14
  originalDirective: DirectiveProps;
16
15
  }
17
16
 
package/dist/index.js CHANGED
@@ -4227,7 +4227,6 @@ function finalizeDirective(args) {
4227
4227
  staticParams,
4228
4228
  dynamicKeys,
4229
4229
  paramMappings: normalizedMappings,
4230
- cache: directive.cache,
4231
4230
  originalDirective: directive
4232
4231
  };
4233
4232
  }