@prisma-next/sql-runtime
Advanced tools
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
+1
-1
@@ -1,2 +0,2 @@ | ||
| import { a as createExecutionContext, c as lints, d as extractCodecIds, f as validateCodecRegistryCompleteness, g as createAstCodecRegistry, h as encodeParamsWithMetadata, l as budgets, m as deriveParamMetadata, n as withTransaction, o as createSqlExecutionStack, p as validateContractCodecMappings, s as PreparedStatementImpl, t as SqlRuntimeBase, u as lowerSqlPlan } from "./exports-Cm5jehIz.mjs"; | ||
| import { a as createExecutionContext, c as lints, d as extractCodecIds, f as validateCodecRegistryCompleteness, g as createAstCodecRegistry, h as encodeParamsWithMetadata, l as budgets, m as deriveParamMetadata, n as withTransaction, o as createSqlExecutionStack, p as validateContractCodecMappings, s as PreparedStatementImpl, t as SqlRuntimeBase, u as lowerSqlPlan } from "./exports-CJ9csSx4.mjs"; | ||
| export { PreparedStatementImpl, SqlRuntimeBase, budgets, createAstCodecRegistry, createExecutionContext, createSqlExecutionStack, deriveParamMetadata, encodeParamsWithMetadata, extractCodecIds, lints, lowerSqlPlan, validateCodecRegistryCompleteness, validateContractCodecMappings, withTransaction }; |
@@ -1,2 +0,2 @@ | ||
| import { a as createExecutionContext, i as decodeRow, o as createSqlExecutionStack, r as buildDecodeContext, t as SqlRuntimeBase } from "../exports-Cm5jehIz.mjs"; | ||
| import { a as createExecutionContext, i as decodeRow, o as createSqlExecutionStack, r as buildDecodeContext, t as SqlRuntimeBase } from "../exports-CJ9csSx4.mjs"; | ||
| import { canonicalizeJson } from "@prisma-next/framework-components/utils"; | ||
@@ -817,3 +817,3 @@ import { runtimeError } from "@prisma-next/framework-components/runtime"; | ||
| const { execution, ...rest } = contract; | ||
| const storageHashValue = coreHash(rest["storageHash"] ?? "sha256:testcore"); | ||
| const storageHashValue = coreHash(rest["storageHash"] ?? "testcore"); | ||
| return { | ||
@@ -842,3 +842,3 @@ target: rest["target"] ?? "postgres", | ||
| ...execution ? { execution } : {}, | ||
| profileHash: profileHash(rest["profileHash"] ?? "sha256:testprofile") | ||
| profileHash: profileHash(rest["profileHash"] ?? "testprofile") | ||
| }; | ||
@@ -845,0 +845,0 @@ } |
+12
-12
| { | ||
| "name": "@prisma-next/sql-runtime", | ||
| "version": "0.16.0-dev.14", | ||
| "version": "0.16.0-dev.15", | ||
| "license": "Apache-2.0", | ||
@@ -9,18 +9,18 @@ "type": "module", | ||
| "dependencies": { | ||
| "@prisma-next/contract": "0.16.0-dev.14", | ||
| "@prisma-next/utils": "0.16.0-dev.14", | ||
| "@prisma-next/framework-components": "0.16.0-dev.14", | ||
| "@prisma-next/ids": "0.16.0-dev.14", | ||
| "@prisma-next/operations": "0.16.0-dev.14", | ||
| "@prisma-next/sql-contract": "0.16.0-dev.14", | ||
| "@prisma-next/sql-operations": "0.16.0-dev.14", | ||
| "@prisma-next/sql-relational-core": "0.16.0-dev.14", | ||
| "@prisma-next/contract": "0.16.0-dev.15", | ||
| "@prisma-next/utils": "0.16.0-dev.15", | ||
| "@prisma-next/framework-components": "0.16.0-dev.15", | ||
| "@prisma-next/ids": "0.16.0-dev.15", | ||
| "@prisma-next/operations": "0.16.0-dev.15", | ||
| "@prisma-next/sql-contract": "0.16.0-dev.15", | ||
| "@prisma-next/sql-operations": "0.16.0-dev.15", | ||
| "@prisma-next/sql-relational-core": "0.16.0-dev.15", | ||
| "arktype": "^2.2.2" | ||
| }, | ||
| "devDependencies": { | ||
| "@prisma-next/test-utils": "0.16.0-dev.14", | ||
| "@prisma-next/tsconfig": "0.16.0-dev.14", | ||
| "@prisma-next/test-utils": "0.16.0-dev.15", | ||
| "@prisma-next/tsconfig": "0.16.0-dev.15", | ||
| "@types/pg": "8.20.0", | ||
| "pg": "8.22.0", | ||
| "@prisma-next/tsdown": "0.16.0-dev.14", | ||
| "@prisma-next/tsdown": "0.16.0-dev.15", | ||
| "tsdown": "0.22.8", | ||
@@ -27,0 +27,0 @@ "typescript": "5.9.3", |
@@ -20,4 +20,3 @@ import { createHash } from 'node:crypto'; | ||
| const hash = createHash('sha256').update(normalized).digest('hex'); | ||
| return `sha256:${hash}`; | ||
| return createHash('sha256').update(normalized).digest('hex'); | ||
| } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
547236
-0.02%5629
-0.02%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed