diff --git a/packages/cli/package.json b/packages/cli/package.json index 80da3802e929..6ef325b612c5 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -68,9 +68,9 @@ "devDependencies": { "@prisma/client": "workspace:*", "@prisma/debug": "workspace:*", - "@prisma/fetch-engine": "3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74", + "@prisma/fetch-engine": "3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a", "@prisma/generator-helper": "workspace:*", - "@prisma/get-platform": "3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74", + "@prisma/get-platform": "3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a", "@prisma/migrate": "workspace:*", "@prisma/sdk": "workspace:*", "@prisma/studio": "0.458.0", @@ -119,7 +119,7 @@ "preinstall": "node scripts/preinstall-entry.js" }, "dependencies": { - "@prisma/engines": "3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74" + "@prisma/engines": "3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a" }, "sideEffects": false } diff --git a/packages/client/package.json b/packages/client/package.json index d201ae9fcdda..056b11a9b64e 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -63,10 +63,10 @@ "@opentelemetry/api": "1.0.3", "@prisma/debug": "workspace:*", "@prisma/engine-core": "workspace:*", - "@prisma/engines": "3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74", - "@prisma/fetch-engine": "3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74", + "@prisma/engines": "3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a", + "@prisma/fetch-engine": "3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a", "@prisma/generator-helper": "workspace:*", - "@prisma/get-platform": "3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74", + "@prisma/get-platform": "3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a", "@prisma/migrate": "workspace:*", "@prisma/sdk": "workspace:*", "@timsuchanek/copy": "1.4.5", @@ -122,7 +122,7 @@ } }, "dependencies": { - "@prisma/engines-version": "3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74" + "@prisma/engines-version": "3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a" }, "sideEffects": false } diff --git a/packages/client/src/__tests__/integration/happy/exhaustive-schema-mongo/__snapshots__/test.ts.snap b/packages/client/src/__tests__/integration/happy/exhaustive-schema-mongo/__snapshots__/test.ts.snap index 8593f4ac9bde..472e8b99b5e8 100644 --- a/packages/client/src/__tests__/integration/happy/exhaustive-schema-mongo/__snapshots__/test.ts.snap +++ b/packages/client/src/__tests__/integration/happy/exhaustive-schema-mongo/__snapshots__/test.ts.snap @@ -225,9 +225,7 @@ exports.Prisma.AScalarFieldEnum = makeEnum({ exports.Prisma.BScalarFieldEnum = makeEnum({ id: 'id', float: 'float', - dFloat: 'dFloat', - decFloat: 'decFloat', - numFloat: 'numFloat' + dFloat: 'dFloat' }); exports.Prisma.CScalarFieldEnum = makeEnum({ @@ -541,8 +539,6 @@ export type B = { id: string float: number dFloat: number - decFloat: Prisma.Decimal - numFloat: Prisma.Decimal } /** @@ -12005,39 +12001,29 @@ export namespace Prisma { export type BAvgAggregateOutputType = { float: number | null dFloat: number | null - decFloat: Decimal | null - numFloat: Decimal | null } export type BSumAggregateOutputType = { float: number | null dFloat: number | null - decFloat: Decimal | null - numFloat: Decimal | null } export type BMinAggregateOutputType = { id: string | null float: number | null dFloat: number | null - decFloat: Decimal | null - numFloat: Decimal | null } export type BMaxAggregateOutputType = { id: string | null float: number | null dFloat: number | null - decFloat: Decimal | null - numFloat: Decimal | null } export type BCountAggregateOutputType = { id: number float: number dFloat: number - decFloat: number - numFloat: number _all: number } @@ -12045,39 +12031,29 @@ export namespace Prisma { export type BAvgAggregateInputType = { float?: true dFloat?: true - decFloat?: true - numFloat?: true } export type BSumAggregateInputType = { float?: true dFloat?: true - decFloat?: true - numFloat?: true } export type BMinAggregateInputType = { id?: true float?: true dFloat?: true - decFloat?: true - numFloat?: true } export type BMaxAggregateInputType = { id?: true float?: true dFloat?: true - decFloat?: true - numFloat?: true } export type BCountAggregateInputType = { id?: true float?: true dFloat?: true - decFloat?: true - numFloat?: true _all?: true } @@ -12177,8 +12153,6 @@ export namespace Prisma { id: string float: number dFloat: number - decFloat: Decimal - numFloat: Decimal _count: BCountAggregateOutputType | null _avg: BAvgAggregateOutputType | null _sum: BSumAggregateOutputType | null @@ -12204,8 +12178,6 @@ export namespace Prisma { id?: boolean float?: boolean dFloat?: boolean - decFloat?: boolean - numFloat?: boolean } export type BGetPayload< @@ -15726,9 +15698,7 @@ export namespace Prisma { export const BScalarFieldEnum: { id: 'id', float: 'float', - dFloat: 'dFloat', - decFloat: 'decFloat', - numFloat: 'numFloat' + dFloat: 'dFloat' }; export type BScalarFieldEnum = (typeof BScalarFieldEnum)[keyof typeof BScalarFieldEnum] @@ -16546,16 +16516,12 @@ export namespace Prisma { id?: StringFilter | string float?: FloatFilter | number dFloat?: FloatFilter | number - decFloat?: DecimalFilter | Decimal | number | string - numFloat?: DecimalFilter | Decimal | number | string } export type BOrderByWithRelationInput = { id?: SortOrder float?: SortOrder dFloat?: SortOrder - decFloat?: SortOrder - numFloat?: SortOrder } export type BWhereUniqueInput = { @@ -16566,8 +16532,6 @@ export namespace Prisma { id?: SortOrder float?: SortOrder dFloat?: SortOrder - decFloat?: SortOrder - numFloat?: SortOrder _count?: BCountOrderByAggregateInput _avg?: BAvgOrderByAggregateInput _max?: BMaxOrderByAggregateInput @@ -16582,8 +16546,6 @@ export namespace Prisma { id?: StringWithAggregatesFilter | string float?: FloatWithAggregatesFilter | number dFloat?: FloatWithAggregatesFilter | number - decFloat?: DecimalWithAggregatesFilter | Decimal | number | string - numFloat?: DecimalWithAggregatesFilter | Decimal | number | string } export type CWhereInput = { @@ -17735,52 +17697,38 @@ export namespace Prisma { id?: string float: number dFloat: number - decFloat: Decimal | number | string - numFloat: Decimal | number | string } export type BUncheckedCreateInput = { id?: string float: number dFloat: number - decFloat: Decimal | number | string - numFloat: Decimal | number | string } export type BUpdateInput = { float?: FloatFieldUpdateOperationsInput | number dFloat?: FloatFieldUpdateOperationsInput | number - decFloat?: DecimalFieldUpdateOperationsInput | Decimal | number | string - numFloat?: DecimalFieldUpdateOperationsInput | Decimal | number | string } export type BUncheckedUpdateInput = { float?: FloatFieldUpdateOperationsInput | number dFloat?: FloatFieldUpdateOperationsInput | number - decFloat?: DecimalFieldUpdateOperationsInput | Decimal | number | string - numFloat?: DecimalFieldUpdateOperationsInput | Decimal | number | string } export type BCreateManyInput = { id?: string float: number dFloat: number - decFloat: Decimal | number | string - numFloat: Decimal | number | string } export type BUpdateManyMutationInput = { float?: FloatFieldUpdateOperationsInput | number dFloat?: FloatFieldUpdateOperationsInput | number - decFloat?: DecimalFieldUpdateOperationsInput | Decimal | number | string - numFloat?: DecimalFieldUpdateOperationsInput | Decimal | number | string } export type BUncheckedUpdateManyInput = { float?: FloatFieldUpdateOperationsInput | number dFloat?: FloatFieldUpdateOperationsInput | number - decFloat?: DecimalFieldUpdateOperationsInput | Decimal | number | string - numFloat?: DecimalFieldUpdateOperationsInput | Decimal | number | string } export type CCreateInput = { @@ -18945,69 +18893,32 @@ export namespace Prisma { _max?: NestedBigIntFilter } - export type DecimalFilter = { - equals?: Decimal | number | string - in?: Enumerable | Enumerable | Enumerable - notIn?: Enumerable | Enumerable | Enumerable - lt?: Decimal | number | string - lte?: Decimal | number | string - gt?: Decimal | number | string - gte?: Decimal | number | string - not?: NestedDecimalFilter | Decimal | number | string - } - export type BCountOrderByAggregateInput = { id?: SortOrder float?: SortOrder dFloat?: SortOrder - decFloat?: SortOrder - numFloat?: SortOrder } export type BAvgOrderByAggregateInput = { float?: SortOrder dFloat?: SortOrder - decFloat?: SortOrder - numFloat?: SortOrder } export type BMaxOrderByAggregateInput = { id?: SortOrder float?: SortOrder dFloat?: SortOrder - decFloat?: SortOrder - numFloat?: SortOrder } export type BMinOrderByAggregateInput = { id?: SortOrder float?: SortOrder dFloat?: SortOrder - decFloat?: SortOrder - numFloat?: SortOrder } export type BSumOrderByAggregateInput = { float?: SortOrder dFloat?: SortOrder - decFloat?: SortOrder - numFloat?: SortOrder - } - - export type DecimalWithAggregatesFilter = { - equals?: Decimal | number | string - in?: Enumerable | Enumerable | Enumerable - notIn?: Enumerable | Enumerable | Enumerable - lt?: Decimal | number | string - lte?: Decimal | number | string - gt?: Decimal | number | string - gte?: Decimal | number | string - not?: NestedDecimalWithAggregatesFilter | Decimal | number | string - _count?: NestedIntFilter - _avg?: NestedDecimalFilter - _sum?: NestedDecimalFilter - _min?: NestedDecimalFilter - _max?: NestedDecimalFilter } export type CCountOrderByAggregateInput = { @@ -19524,14 +19435,6 @@ export namespace Prisma { divide?: bigint | number } - export type DecimalFieldUpdateOperationsInput = { - set?: Decimal | number | string - increment?: Decimal | number | string - decrement?: Decimal | number | string - multiply?: Decimal | number | string - divide?: Decimal | number | string - } - export type BytesFieldUpdateOperationsInput = { set?: Buffer } @@ -19876,33 +19779,6 @@ export namespace Prisma { _max?: NestedBigIntFilter } - export type NestedDecimalFilter = { - equals?: Decimal | number | string - in?: Enumerable | Enumerable | Enumerable - notIn?: Enumerable | Enumerable | Enumerable - lt?: Decimal | number | string - lte?: Decimal | number | string - gt?: Decimal | number | string - gte?: Decimal | number | string - not?: NestedDecimalFilter | Decimal | number | string - } - - export type NestedDecimalWithAggregatesFilter = { - equals?: Decimal | number | string - in?: Enumerable | Enumerable | Enumerable - notIn?: Enumerable | Enumerable | Enumerable - lt?: Decimal | number | string - lte?: Decimal | number | string - gt?: Decimal | number | string - gte?: Decimal | number | string - not?: NestedDecimalWithAggregatesFilter | Decimal | number | string - _count?: NestedIntFilter - _avg?: NestedDecimalFilter - _sum?: NestedDecimalFilter - _min?: NestedDecimalFilter - _max?: NestedDecimalFilter - } - export type NestedBytesFilter = { equals?: Buffer in?: Enumerable diff --git a/packages/client/src/__tests__/integration/happy/exhaustive-schema-mongo/schema.prisma b/packages/client/src/__tests__/integration/happy/exhaustive-schema-mongo/schema.prisma index 198c7591bb77..c7b696519a87 100644 --- a/packages/client/src/__tests__/integration/happy/exhaustive-schema-mongo/schema.prisma +++ b/packages/client/src/__tests__/integration/happy/exhaustive-schema-mongo/schema.prisma @@ -195,8 +195,6 @@ model B { id String @id @default(auto()) @map("_id") @db.ObjectId float Float // @db.Real dFloat Float // @db.DoublePrecision - decFloat Decimal // @db.Decimal(2, 1) - numFloat Decimal // @db.Decimal(10, 6) } model C { diff --git a/packages/engine-core/package.json b/packages/engine-core/package.json index 8c4334b50e6f..bce97083ca76 100644 --- a/packages/engine-core/package.json +++ b/packages/engine-core/package.json @@ -36,9 +36,9 @@ }, "dependencies": { "@prisma/debug": "workspace:*", - "@prisma/engines": "3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74", + "@prisma/engines": "3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a", "@prisma/generator-helper": "workspace:*", - "@prisma/get-platform": "3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74", + "@prisma/get-platform": "3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a", "chalk": "4.1.2", "execa": "5.1.1", "get-stream": "6.0.1", diff --git a/packages/migrate/package.json b/packages/migrate/package.json index 9cccd0b8603b..b34c78274c41 100644 --- a/packages/migrate/package.json +++ b/packages/migrate/package.json @@ -20,7 +20,7 @@ "version": "latest" }, "devDependencies": { - "@prisma/engines-version": "3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74", + "@prisma/engines-version": "3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a", "@prisma/generator-helper": "workspace:*", "@prisma/sdk": "workspace:*", "@swc/core": "1.2.141", @@ -45,7 +45,7 @@ }, "dependencies": { "@prisma/debug": "workspace:*", - "@prisma/get-platform": "3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74", + "@prisma/get-platform": "3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a", "@sindresorhus/slugify": "1.1.2", "chalk": "4.1.2", "execa": "5.1.1", diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 4217eebd1780..605720739c88 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -46,10 +46,10 @@ "dependencies": { "@prisma/debug": "workspace:*", "@prisma/engine-core": "workspace:*", - "@prisma/engines": "3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74", - "@prisma/fetch-engine": "3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74", + "@prisma/engines": "3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a", + "@prisma/fetch-engine": "3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a", "@prisma/generator-helper": "workspace:*", - "@prisma/get-platform": "3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74", + "@prisma/get-platform": "3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a", "@timsuchanek/copy": "1.4.5", "archiver": "5.3.0", "arg": "5.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 92b82857a85e..ea2823788746 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -116,10 +116,10 @@ importers: specifiers: '@prisma/client': workspace:* '@prisma/debug': workspace:* - '@prisma/engines': 3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74 - '@prisma/fetch-engine': 3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74 + '@prisma/engines': 3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a + '@prisma/fetch-engine': 3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a '@prisma/generator-helper': workspace:* - '@prisma/get-platform': 3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74 + '@prisma/get-platform': 3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a '@prisma/migrate': workspace:* '@prisma/sdk': workspace:* '@prisma/studio': 0.458.0 @@ -158,13 +158,13 @@ importers: tempy: 1.0.1 typescript: 4.5.4 dependencies: - '@prisma/engines': 3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74 + '@prisma/engines': 3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a devDependencies: '@prisma/client': link:../client '@prisma/debug': link:../debug - '@prisma/fetch-engine': 3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74 + '@prisma/fetch-engine': 3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a '@prisma/generator-helper': link:../generator-helper - '@prisma/get-platform': 3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74 + '@prisma/get-platform': 3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a '@prisma/migrate': link:../migrate '@prisma/sdk': link:../sdk '@prisma/studio': 0.458.0 @@ -209,11 +209,11 @@ importers: '@opentelemetry/api': 1.0.3 '@prisma/debug': workspace:* '@prisma/engine-core': workspace:* - '@prisma/engines': 3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74 - '@prisma/engines-version': 3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74 - '@prisma/fetch-engine': 3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74 + '@prisma/engines': 3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a + '@prisma/engines-version': 3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a + '@prisma/fetch-engine': 3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a '@prisma/generator-helper': workspace:* - '@prisma/get-platform': 3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74 + '@prisma/get-platform': 3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a '@prisma/migrate': workspace:* '@prisma/sdk': workspace:* '@timsuchanek/copy': 1.4.5 @@ -260,16 +260,16 @@ importers: tsd: 0.19.1 typescript: 4.5.4 dependencies: - '@prisma/engines-version': 3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74 + '@prisma/engines-version': 3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a devDependencies: '@microsoft/api-extractor': 7.19.3 '@opentelemetry/api': 1.0.3 '@prisma/debug': link:../debug '@prisma/engine-core': link:../engine-core - '@prisma/engines': 3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74 - '@prisma/fetch-engine': 3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74 + '@prisma/engines': 3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a + '@prisma/fetch-engine': 3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a '@prisma/generator-helper': link:../generator-helper - '@prisma/get-platform': 3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74 + '@prisma/get-platform': 3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a '@prisma/migrate': link:../migrate '@prisma/sdk': link:../sdk '@timsuchanek/copy': 1.4.5 @@ -344,9 +344,9 @@ importers: packages/engine-core: specifiers: '@prisma/debug': workspace:* - '@prisma/engines': 3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74 + '@prisma/engines': 3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a '@prisma/generator-helper': workspace:* - '@prisma/get-platform': 3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74 + '@prisma/get-platform': 3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a '@swc/core': 1.2.141 '@swc/jest': 0.2.17 '@types/jest': 27.4.1 @@ -366,9 +366,9 @@ importers: undici: 5.0.0 dependencies: '@prisma/debug': link:../debug - '@prisma/engines': 3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74 + '@prisma/engines': 3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a '@prisma/generator-helper': link:../generator-helper - '@prisma/get-platform': 3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74 + '@prisma/get-platform': 3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a chalk: 4.1.2 execa: 5.1.1 get-stream: 6.0.1 @@ -478,9 +478,9 @@ importers: packages/migrate: specifiers: '@prisma/debug': workspace:* - '@prisma/engines-version': 3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74 + '@prisma/engines-version': 3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a '@prisma/generator-helper': workspace:* - '@prisma/get-platform': 3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74 + '@prisma/get-platform': 3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a '@prisma/sdk': workspace:* '@sindresorhus/slugify': 1.1.2 '@swc/core': 1.2.141 @@ -515,7 +515,7 @@ importers: typescript: 4.5.4 dependencies: '@prisma/debug': link:../debug - '@prisma/get-platform': 3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74 + '@prisma/get-platform': 3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a '@sindresorhus/slugify': 1.1.2 chalk: 4.1.2 execa: 5.1.1 @@ -533,7 +533,7 @@ importers: strip-ansi: 6.0.1 strip-indent: 3.0.0 devDependencies: - '@prisma/engines-version': 3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74 + '@prisma/engines-version': 3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a '@prisma/generator-helper': link:../generator-helper '@prisma/sdk': link:../sdk '@swc/core': 1.2.141 @@ -578,10 +578,10 @@ importers: specifiers: '@prisma/debug': workspace:* '@prisma/engine-core': workspace:* - '@prisma/engines': 3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74 - '@prisma/fetch-engine': 3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74 + '@prisma/engines': 3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a + '@prisma/fetch-engine': 3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a '@prisma/generator-helper': workspace:* - '@prisma/get-platform': 3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74 + '@prisma/get-platform': 3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a '@swc/core': 1.2.141 '@swc/jest': 0.2.17 '@timsuchanek/copy': 1.4.5 @@ -629,10 +629,10 @@ importers: dependencies: '@prisma/debug': link:../debug '@prisma/engine-core': link:../engine-core - '@prisma/engines': 3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74 - '@prisma/fetch-engine': 3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74 + '@prisma/engines': 3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a + '@prisma/fetch-engine': 3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a '@prisma/generator-helper': link:../generator-helper - '@prisma/get-platform': 3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74 + '@prisma/get-platform': 3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a '@timsuchanek/copy': 1.4.5 archiver: 5.3.0 arg: 5.0.1 @@ -1502,18 +1502,18 @@ packages: ms: 2.1.3 strip-ansi: 6.0.1 - /@prisma/engines-version/3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74: - resolution: {integrity: sha512-uqNJMJJYZ/nwHzxCiSfW+nHn0sOoqGI5ceQzUvfVF8r+25mxWP9m0E6bwg68agWJ0RhgyzBqeurQ89aKH0makQ==} + /@prisma/engines-version/3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a: + resolution: {integrity: sha512-26RSyc5DATEGU9BNPQFRNPSB20lyfN8RPTy3asoDEyyKLnqcEky5B7GeTDr047jYcQSDATyIRjW++zAGXwKreg==} - /@prisma/engines/3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74: - resolution: {integrity: sha512-9oCOWKKlo0EVxRwWg2Z4qLWq4woIz3p9Zoiafl5ZMh08NuX7lxV5VmfdyrnxuIZ3BvC5HliBdHVI1XseKlnMmw==} + /@prisma/engines/3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a: + resolution: {integrity: sha512-7F1xjxegd9IclhA4VHLkppzDWrGPpIT59jbsJXnD6i0X5xlnCG9dDJlZIayb0MTmDYoxaHQZs58CgG4oLB4Rpw==} requiresBuild: true - /@prisma/fetch-engine/3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74: - resolution: {integrity: sha512-sjnImvTHE6o1M7CYH9hTEme+xHRscbHd5aoHNxlStM6CbIBtawN5I6fyYLqxB5k9oDCUVbenrTiroltDDS6gTQ==} + /@prisma/fetch-engine/3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a: + resolution: {integrity: sha512-VxT21lt2J/krANFASnQxV3g9s0F4ItBsQiczVGuaTXiiMg1HGa5qDMc9UBDknc00mDr0fz5Rks/1lhRjamXYrg==} dependencies: '@prisma/debug': 3.11.1 - '@prisma/get-platform': 3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74 + '@prisma/get-platform': 3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a chalk: 4.1.2 execa: 5.1.1 find-cache-dir: 3.3.2 @@ -1533,8 +1533,8 @@ packages: - encoding - supports-color - /@prisma/get-platform/3.12.0-26.40a74eee66fa927f02030e863dbf5496ec5a1a74: - resolution: {integrity: sha512-4C02ztP4RHvXIvP99c8ggRds+7ujUf9z5GI+xmsqDtV2WR82bu9XM3r41h4IQ0xE9zYyyoX+Sp0kBnXvn5m5eA==} + /@prisma/get-platform/3.12.0-29.1454e6868fe1b57b8ac6259fc76dc90f6800bf3a: + resolution: {integrity: sha512-ZaTn8957sFgg0KmUuaMfbhm9iNXTcO9Prr0byIeLlNNe5eXHBAOYa9Ss+ZnrH2yyV+tIUe+xJgWULBwT4zN/5w==} dependencies: '@prisma/debug': 3.11.1