builder-util-runtime
Advanced tools
Comparing version 9.2.10 to 9.3.0-alpha.0
@@ -142,2 +142,7 @@ import { OutgoingHttpHeaders } from "http"; | ||
/** | ||
* Keygen host for self-hosted instances | ||
* @default "api.keygen.sh" | ||
*/ | ||
readonly host?: string; | ||
/** | ||
* Keygen account's UUID | ||
@@ -296,2 +301,7 @@ */ | ||
readonly accelerate?: boolean; | ||
/** | ||
* When true, force a path-style endpoint to be used where the bucket name is part of the path. | ||
* [Path-style Access](https://docs.aws.amazon.com/AmazonS3/latest/userguide/VirtualHosting.html#path-style-access) | ||
*/ | ||
readonly forcePathStyle?: boolean; | ||
} | ||
@@ -298,0 +308,0 @@ /** |
@@ -5,3 +5,3 @@ export declare class UUID { | ||
private readonly version; | ||
static readonly OID: Buffer; | ||
static readonly OID: Buffer<ArrayBuffer>; | ||
constructor(uuid: Buffer | string); | ||
@@ -20,4 +20,4 @@ static v5(name: string | Buffer, namespace: Buffer): any; | ||
}; | ||
static parse(input: string): Buffer; | ||
static parse(input: string): Buffer<ArrayBuffer>; | ||
} | ||
export declare const nil: UUID; |
{ | ||
"name": "builder-util-runtime", | ||
"version": "9.2.10", | ||
"version": "9.3.0-alpha.0", | ||
"main": "out/index.js", | ||
@@ -5,0 +5,0 @@ "author": "Vladimir Krivosheev", |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
159119
1750
1