@planetscale/database
Advanced tools
Comparing version 1.18.0 to 1.19.0
@@ -20,3 +20,3 @@ "use strict"; | ||
const digits = Array.from(uint8).map((i) => i.toString(16).padStart(2, '0')); | ||
return `0x${digits.join('')}`; | ||
return `x'${digits.join('')}'`; | ||
} | ||
@@ -23,0 +23,0 @@ exports.uint8ArrayToHex = uint8ArrayToHex; |
@@ -1,1 +0,1 @@ | ||
export declare const Version = "1.18.0"; | ||
export declare const Version = "1.19.0"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Version = void 0; | ||
exports.Version = '1.18.0'; | ||
exports.Version = '1.19.0'; |
@@ -14,3 +14,3 @@ const decoder = new TextDecoder('utf-8'); | ||
const digits = Array.from(uint8).map((i) => i.toString(16).padStart(2, '0')); | ||
return `0x${digits.join('')}`; | ||
return `x'${digits.join('')}'`; | ||
} | ||
@@ -17,0 +17,0 @@ function bytes(text) { |
@@ -1,1 +0,1 @@ | ||
export declare const Version = "1.18.0"; | ||
export declare const Version = "1.19.0"; |
@@ -1,1 +0,1 @@ | ||
export const Version = '1.18.0'; | ||
export const Version = '1.19.0'; |
{ | ||
"name": "@planetscale/database", | ||
"version": "1.18.0", | ||
"version": "1.19.0", | ||
"description": "A Fetch API-compatible PlanetScale database driver", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
49903