@xata.io/kysely
Advanced tools
Comparing version 0.0.0-alpha.v2de3f3bb19584f313584b32522f041b71fd9b4a3 to 0.0.0-alpha.v2de78f281488c71da693cdbec8dc8af7032a332c
# @xata.io/kysely | ||
## 0.0.0-alpha.v2de3f3bb19584f313584b32522f041b71fd9b4a3 | ||
## 0.0.0-alpha.v2de78f281488c71da693cdbec8dc8af7032a332c | ||
### Major Changes | ||
- [#1533](https://github.com/xataio/client-ts/pull/1533) [`9d6fe62`](https://github.com/xataio/client-ts/commit/9d6fe626700d7112517bb72c9c51541976eb086f) Thanks [@eemmiillyy](https://github.com/eemmiillyy)! - Version 1.0 | ||
### Minor Changes | ||
- [#1535](https://github.com/xataio/client-ts/pull/1535) [`40f97d5`](https://github.com/xataio/client-ts/commit/40f97d53091af3d268fe40b4e027245270d42a26) Thanks [@SferaDev](https://github.com/SferaDev)! - Improve types | ||
### Patch Changes | ||
- Updated dependencies [[`0cf3306`](https://github.com/xataio/client-ts/commit/0cf3306111ca43e19a3d15d5800489238240cff2)]: | ||
- @xata.io/client@0.0.0-alpha.v2de3f3bb19584f313584b32522f041b71fd9b4a3 | ||
- Force canary build | ||
## 0.1.22 | ||
### Patch Changes | ||
- [#1491](https://github.com/xataio/client-ts/pull/1491) [`f4a5ee7`](https://github.com/xataio/client-ts/commit/f4a5ee707dd04280f59919c97ff9cc0b1e9b01e6) Thanks [@SferaDev](https://github.com/SferaDev)! - [Kysely] Add consistency to client initialization | ||
## 0.1.21 | ||
### Patch Changes | ||
- Updated dependencies [[`6b754d2`](https://github.com/xataio/client-ts/commit/6b754d2f6a1f7b9378a96fe27502ff6c29ff5ed8)]: | ||
- @xata.io/client@0.29.5 | ||
## 0.1.20 | ||
### Patch Changes | ||
- Updated dependencies [[`2140a24`](https://github.com/xataio/client-ts/commit/2140a24f32a94f36bab8c8268033c7dcf235dddc), [`d8032f2`](https://github.com/xataio/client-ts/commit/d8032f2e07bdcc653db1606796d27f08d397cdbe)]: | ||
- @xata.io/client@0.29.4 | ||
## 0.1.19 | ||
### Patch Changes | ||
- Updated dependencies [[`02053fb`](https://github.com/xataio/client-ts/commit/02053fbb10479b8e9453691f957d3235762555aa), [`e27cb74`](https://github.com/xataio/client-ts/commit/e27cb74143aa9b6c654713878e5d3776858e5290)]: | ||
- @xata.io/client@0.29.3 | ||
## 0.1.18 | ||
### Patch Changes | ||
- Updated dependencies [[`e8db1cd`](https://github.com/xataio/client-ts/commit/e8db1cd394ccbed32403548bf9d09a5c3973d850)]: | ||
- @xata.io/client@0.29.2 | ||
## 0.1.17 | ||
### Patch Changes | ||
- Updated dependencies [[`d0f5d12`](https://github.com/xataio/client-ts/commit/d0f5d125e6c2f4c82f8a0a6b4a30d255c58e8326), [`212b53d`](https://github.com/xataio/client-ts/commit/212b53d07498def0d2ed8942691eff982e448969), [`9fd8c42`](https://github.com/xataio/client-ts/commit/9fd8c428d71b476f1951123c6cba5e803b983e54), [`368d4aa`](https://github.com/xataio/client-ts/commit/368d4aa16cd1cc1da93a142406c5d41bbc15b082)]: | ||
- @xata.io/client@0.29.1 | ||
## 0.1.16 | ||
### Patch Changes | ||
- Updated dependencies [[`0ec026a`](https://github.com/xataio/client-ts/commit/0ec026a92bdb1a405cb9d90cb1d506ff159f98e8), [`6414bd3`](https://github.com/xataio/client-ts/commit/6414bd3d8bdb84961e68968df4b0b025503f0d72), [`27773df`](https://github.com/xataio/client-ts/commit/27773df5addf0013d1a7238ac490904e7aad2334)]: | ||
- @xata.io/client@0.29.0 | ||
## 0.1.15 | ||
### Patch Changes | ||
- Updated dependencies [[`adc961b`](https://github.com/xataio/client-ts/commit/adc961b886b789010e6512c17cb2377eceab665a), [`6031a9d`](https://github.com/xataio/client-ts/commit/6031a9de63c264b7db5b031bb1795258c2bf8150)]: | ||
- @xata.io/client@0.28.4 | ||
## 0.1.14 | ||
### Patch Changes | ||
- Updated dependencies [[`b7f3ec9`](https://github.com/xataio/client-ts/commit/b7f3ec9eabe3642929131e244bd774f4d3134482)]: | ||
- @xata.io/client@0.28.3 | ||
## 0.1.13 | ||
### Patch Changes | ||
- Updated dependencies [[`c9178e1`](https://github.com/xataio/client-ts/commit/c9178e1e3f2268513e78dcfce396a99a8fca5dfb)]: | ||
- @xata.io/client@0.28.2 | ||
## 0.1.12 | ||
@@ -11,0 +87,0 @@ |
@@ -1,2 +0,1 @@ | ||
import { SQLPluginResult, XataRecord, XataPlugin, XataPluginOptions, EditableData } from '@xata.io/client'; | ||
import { Dialect, PostgresAdapter, Driver, QueryCompiler, Kysely, DatabaseIntrospector, DatabaseConnection, CompiledQuery, QueryResult } from 'kysely'; | ||
@@ -6,4 +5,9 @@ | ||
xata: { | ||
sql: SQLPluginResult; | ||
sql: any; | ||
}; | ||
/** | ||
* The consistency level to use when reading data. | ||
* @default 'strong' | ||
*/ | ||
consistency?: 'strong' | 'eventual'; | ||
}; | ||
@@ -36,10 +40,6 @@ declare class XataDialect implements Dialect { | ||
type KyselyPluginResult<Schemas extends Record<string, XataRecord>> = Kysely<Model<Schemas>>; | ||
declare class KyselyPlugin<Schemas extends Record<string, XataRecord>> extends XataPlugin { | ||
build(pluginOptions: XataPluginOptions): KyselyPluginResult<Schemas>; | ||
} | ||
type Model<Schemas extends Record<string, XataRecord>> = { | ||
[Model in keyof Schemas]: EditableData<Schemas[Model]>; | ||
type Model<Schemas extends Record<string, any>> = { | ||
[Model in keyof Schemas]: Schemas[Model]; | ||
}; | ||
export { KyselyPlugin, type KyselyPluginResult, type Model, XataConnection, XataDialect, type XataDialectConfig, XataDriver }; | ||
export { type Model, XataConnection, XataDialect, type XataDialectConfig, XataDriver }; |
{ | ||
"name": "@xata.io/kysely", | ||
"version": "0.0.0-alpha.v2de3f3bb19584f313584b32522f041b71fd9b4a3", | ||
"version": "0.0.0-alpha.v2de78f281488c71da693cdbec8dc8af7032a332c", | ||
"description": "", | ||
@@ -20,10 +20,8 @@ "main": "./dist/index.cjs", | ||
}, | ||
"dependencies": { | ||
"@xata.io/client": "0.0.0-alpha.v2de3f3bb19584f313584b32522f041b71fd9b4a3" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"kysely": "^0.26.3" | ||
"kysely": "^0.27.4" | ||
}, | ||
"peerDependencies": { | ||
"kysely": "^0.26.1" | ||
"kysely": "*" | ||
}, | ||
@@ -30,0 +28,0 @@ "scripts": { |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42508
1
11
314
+ Addedkysely@0.27.5(transitive)
- Removed@xata.io/client@0.0.0-alpha.v2de3f3bb19584f313584b32522f041b71fd9b4a3
- Removed@xata.io/client@0.0.0-alpha.v2de3f3bb19584f313584b32522f041b71fd9b4a3(transitive)
- Removedkysely@0.26.3(transitive)
- Removedtypescript@5.7.3(transitive)