@app-config/encryption
Advanced tools
Comparing version 2.8.6 to 2.8.7
@@ -5,3 +5,3 @@ /// <reference types="node" /> | ||
import { EncryptedSymmetricKey } from '@app-config/meta'; | ||
export declare type Key = pgp.key.Key & { | ||
export type Key = pgp.key.Key & { | ||
keyName?: string; | ||
@@ -8,0 +8,0 @@ }; |
@@ -5,3 +5,3 @@ /// <reference types="node" /> | ||
import { EncryptedSymmetricKey } from '@app-config/meta'; | ||
export declare type Key = pgp.key.Key & { | ||
export type Key = pgp.key.Key & { | ||
keyName?: string; | ||
@@ -8,0 +8,0 @@ }; |
@@ -16,4 +16,4 @@ import { Json } from '@app-config/utils'; | ||
}, import("@lcdev/ws-rpc").EventVariants<never, any>>; | ||
export declare type Server = typeof common.Connection; | ||
export declare type Client = typeof common.Connection; | ||
export type Server = typeof common.Connection; | ||
export type Client = typeof common.Connection; | ||
export declare function startAgent(socketOrPortOverride?: number | string, privateKeyOverride?: Key): Promise<Server>; | ||
@@ -20,0 +20,0 @@ export declare function connectAgent(closeTimeoutMs?: number, socketOrPortOverride?: number | string, loadEncryptedKey?: typeof loadSymmetricKey): Promise<{ |
@@ -16,4 +16,4 @@ import { Json } from '@app-config/utils'; | ||
}, import("@lcdev/ws-rpc").EventVariants<never, any>>; | ||
export declare type Server = typeof common.Connection; | ||
export declare type Client = typeof common.Connection; | ||
export type Server = typeof common.Connection; | ||
export type Client = typeof common.Connection; | ||
export declare function startAgent(socketOrPortOverride?: number | string, privateKeyOverride?: Key): Promise<Server>; | ||
@@ -20,0 +20,0 @@ export declare function connectAgent(closeTimeoutMs?: number, socketOrPortOverride?: number | string, loadEncryptedKey?: typeof loadSymmetricKey): Promise<{ |
{ | ||
"name": "@app-config/encryption", | ||
"description": "Secret value encryption for @app-config", | ||
"version": "2.8.6", | ||
"version": "2.8.7", | ||
"license": "MPL-2.0", | ||
@@ -33,9 +33,9 @@ "author": { | ||
"dependencies": { | ||
"@app-config/core": "^2.8.6", | ||
"@app-config/extension-utils": "^2.8.6", | ||
"@app-config/logging": "^2.8.6", | ||
"@app-config/meta": "^2.8.6", | ||
"@app-config/node": "^2.8.6", | ||
"@app-config/settings": "^2.8.6", | ||
"@app-config/utils": "^2.8.6", | ||
"@app-config/core": "^2.8.7", | ||
"@app-config/extension-utils": "^2.8.7", | ||
"@app-config/logging": "^2.8.7", | ||
"@app-config/meta": "^2.8.7", | ||
"@app-config/node": "^2.8.7", | ||
"@app-config/settings": "^2.8.7", | ||
"@app-config/utils": "^2.8.7", | ||
"@lcdev/ws-rpc": "0.4", | ||
@@ -46,3 +46,3 @@ "@types/openpgp": "4", | ||
"openpgp": "^4.3.0", | ||
"selfsigned": "1", | ||
"selfsigned": "2", | ||
"text-encoding-utf-8": "1", | ||
@@ -52,3 +52,3 @@ "ws": "^7.4.6" | ||
"devDependencies": { | ||
"@app-config/test-utils": "^2.8.6", | ||
"@app-config/test-utils": "^2.8.7", | ||
"get-port": "5" | ||
@@ -55,0 +55,0 @@ }, |
131314
- Removed@app-config/encryption@2.8.7(transitive)
- Removednode-forge@0.10.0(transitive)
- Removedselfsigned@1.10.14(transitive)
Updated@app-config/core@^2.8.7
Updated@app-config/logging@^2.8.7
Updated@app-config/meta@^2.8.7
Updated@app-config/node@^2.8.7
Updated@app-config/settings@^2.8.7
Updated@app-config/utils@^2.8.7
Updatedselfsigned@2