pgtyped-rescript-query
Advanced tools
Comparing version 2.3.0 to 2.4.0
@@ -5,3 +5,3 @@ /// <reference types="node" /> | ||
import * as tls from 'tls'; | ||
import type { InterpolatedQuery, QueryParameter } from '@pgtyped/runtime'; | ||
import type { InterpolatedQuery, QueryParameter } from 'pgtyped-rescript-runtime'; | ||
import { MappableType } from './type.js'; | ||
@@ -8,0 +8,0 @@ export declare const generateHash: (username: string, password: string, salt: Buffer) => string; |
@@ -1,2 +0,2 @@ | ||
import { InterpolatedQuery } from '@pgtyped/runtime'; | ||
import { InterpolatedQuery } from 'pgtyped-rescript-runtime'; | ||
import { IParseError, IQueryTypes } from './actions.js'; | ||
@@ -3,0 +3,0 @@ export { getTypes, startup, IParseError, IQueryTypes } from './actions.js'; |
{ | ||
"name": "pgtyped-rescript-query", | ||
"version": "2.3.0", | ||
"version": "2.4.0", | ||
"type": "module", | ||
@@ -35,3 +35,3 @@ "exports": { | ||
"dependencies": { | ||
"@pgtyped/runtime": "^2.1.0", | ||
"pgtyped-rescript-runtime": "^2.2.0", | ||
"@pgtyped/wire": "^2.2.0", | ||
@@ -38,0 +38,0 @@ "chalk": "^4.1.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
40715
+ Addedpgtyped-rescript-runtime@2.2.0(transitive)
- Removed@pgtyped/runtime@^2.1.0
- Removed@pgtyped/runtime@2.3.0(transitive)