@@ -163,9 +163,5 @@ /// <reference types="./query-executor-base.d.ts" /> | ||
| async #transformResult(result, queryId, options) { | ||
| const args = freeze({ | ||
| queryId, | ||
| result, | ||
| signal: options?.signal, | ||
| }); | ||
| const { signal } = options || {}; | ||
| for (const plugin of this.#plugins) { | ||
| result = await plugin.transformResult(args); | ||
| result = await plugin.transformResult(freeze({ queryId, result, signal })); | ||
| } | ||
@@ -172,0 +168,0 @@ return result; |
+8
-8
| { | ||
| "name": "kysely", | ||
| "version": "0.29.0", | ||
| "version": "0.29.1", | ||
| "description": "Type safe SQL query builder", | ||
@@ -71,3 +71,3 @@ "repository": { | ||
| "@types/mocha": "10.0.10", | ||
| "@types/node": "25.6.1", | ||
| "@types/node": "25.8.0", | ||
| "@types/pg": "8.20.0", | ||
@@ -78,3 +78,3 @@ "@types/pg-cursor": "2.7.2", | ||
| "@types/sinon": "21.0.1", | ||
| "better-sqlite3": "12.9.0", | ||
| "better-sqlite3": "12.10.0", | ||
| "chai": "6.2.2", | ||
@@ -84,3 +84,2 @@ "chai-as-promised": "8.0.2", | ||
| "jsr": "0.14.3", | ||
| "lodash": "4.18.1", | ||
| "mocha": "11.7.5", | ||
@@ -91,6 +90,7 @@ "mysql2": "3.22.3", | ||
| "pg-cursor": "2.19.0", | ||
| "playwright": "1.59.1", | ||
| "playwright": "1.60.0", | ||
| "prettier": "3.8.3", | ||
| "prototype-pollution-vulnerable-lodash.merge-dont-upgrade": "npm:lodash.merge@4.6.1", | ||
| "semver": "7.7.4", | ||
| "remeda": "2.34.1", | ||
| "semver": "7.8.0", | ||
| "sinon": "22.0.0", | ||
@@ -101,3 +101,3 @@ "std-env": "4.1.0", | ||
| "tsd": "0.33.0", | ||
| "tsx": "4.21.0", | ||
| "tsx": "4.22.0", | ||
| "typescript": "6.0.3" | ||
@@ -129,3 +129,3 @@ }, | ||
| "script:align-versions": "node --experimental-strip-types scripts/align-versions.mts", | ||
| "script:generate-site-examples": "node scripts/generate-site-examples.cjs", | ||
| "script:generate-site-examples": "node scripts/generate-site-examples.mts", | ||
| "script:override-tsconfig-target": "node --experimental-strip-types scripts/override-tsconfig-target.mts", | ||
@@ -132,0 +132,0 @@ "script:remove-global-augmentations": "node --experimental-strip-types scripts/remove-global-augmentations.mts", |
+1
-1
| [](https://stand-with-ukraine.pp.ua) | ||
| [](https://github.com/kysely-org/kysely/releases/latest) | ||
| [](https://socket.dev/npm/package/kysely/overview/0.29.0-rc.0) | ||
| [](https://socket.dev/npm/package/kysely/overview/0.29.1) | ||
| [](https://github.com/kysely-org/kysely) | ||
@@ -6,0 +6,0 @@ [](https://github.com/kysely-org/kysely/blob/master/LICENSE) |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
1723760
047694
-0.01%