@slonik/driver
Advanced tools
Comparing version 46.0.0 to 46.0.1
@@ -1,4 +0,1 @@ | ||
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
import { type Field } from '@slonik/types'; | ||
@@ -5,0 +2,0 @@ import EventEmitter from 'node:events'; |
@@ -19,4 +19,4 @@ { | ||
"dependencies": { | ||
"@slonik/types": "^46.0.0", | ||
"@slonik/utilities": "^46.0.0", | ||
"@slonik/types": "^46.0.1", | ||
"@slonik/utilities": "^46.0.1", | ||
"roarr": "^7.21.1", | ||
@@ -77,2 +77,4 @@ "serialize-error": "^8.0.0", | ||
}, | ||
"types": "./dist/index.d.ts", | ||
"version": "46.0.1", | ||
"scripts": { | ||
@@ -85,5 +87,3 @@ "build": "rm -fr ./dist && tsc --project ./tsconfig.json", | ||
"test": "nyc ava --verbose --serial" | ||
}, | ||
"types": "./dist/index.d.ts", | ||
"version": "46.0.0" | ||
} | ||
} | ||
} |
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
44126
23
727
Updated@slonik/types@^46.0.1
Updated@slonik/utilities@^46.0.1