@contember/client
Advanced tools
Comparing version 1.1.0-rc.3 to 1.1.0-rc.4
@@ -44,3 +44,3 @@ import * as CrudQueryBuilderTmp from './crudQueryBuilder'; | ||
export * from './tenant'; | ||
export type { Input, Value, Result } from '@contember/schema'; | ||
export type { Input, Value, Result, Writable } from '@contember/schema'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@contember/client", | ||
"license": "Apache-2.0", | ||
"version": "1.1.0-rc.3", | ||
"version": "1.1.0-rc.4", | ||
"main": "./dist/production/index.js", | ||
@@ -10,3 +10,4 @@ "exports": { | ||
"development": "./dist/development/index.js", | ||
"production": "./dist/production/index.js" | ||
"production": "./dist/production/index.js", | ||
"default": "./dist/production/index.js" | ||
} | ||
@@ -23,3 +24,3 @@ } | ||
"dependencies": { | ||
"@contember/schema": "^0.11.5", | ||
"@contember/schema": "^1.2.0", | ||
"p-limit": "^4.0.0" | ||
@@ -26,0 +27,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
import type { Input } from '@contember/schema' | ||
import type { Input, Writable } from '@contember/schema' | ||
import { GraphQlLiteral } from '../../graphQlBuilder' | ||
@@ -7,3 +7,3 @@ | ||
): Input.Where<Input.Condition<Input.ColumnValue<GraphQlLiteral>>> => { | ||
const where: Input.Where<Input.Condition<Input.ColumnValue<GraphQlLiteral>>> = {} | ||
const where: Writable<Input.Where<Input.Condition<Input.ColumnValue<GraphQlLiteral>>>> = {} | ||
for (const key in by) { | ||
@@ -10,0 +10,0 @@ const value = by[key] |
@@ -49,2 +49,2 @@ import * as CrudQueryBuilderTmp from './crudQueryBuilder' | ||
export type { Input, Value, Result } from '@contember/schema' | ||
export type { Input, Value, Result, Writable } from '@contember/schema' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
424816
+ Added@contember/schema@1.4.6(transitive)
- Removed@contember/schema@0.11.5(transitive)
Updated@contember/schema@^1.2.0