@app-config/encryption
Advanced tools
Comparing version 2.8.4 to 2.8.5
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
{ | ||
"name": "@app-config/encryption", | ||
"description": "Secret value encryption for @app-config", | ||
"version": "2.8.4", | ||
"version": "2.8.5", | ||
"license": "MPL-2.0", | ||
@@ -33,9 +33,9 @@ "author": { | ||
"dependencies": { | ||
"@app-config/core": "^2.8.4", | ||
"@app-config/extension-utils": "^2.8.4", | ||
"@app-config/logging": "^2.8.4", | ||
"@app-config/meta": "^2.8.4", | ||
"@app-config/node": "^2.8.4", | ||
"@app-config/settings": "^2.8.4", | ||
"@app-config/utils": "^2.8.4", | ||
"@app-config/core": "^2.8.5", | ||
"@app-config/extension-utils": "^2.8.5", | ||
"@app-config/logging": "^2.8.5", | ||
"@app-config/meta": "^2.8.5", | ||
"@app-config/node": "^2.8.5", | ||
"@app-config/settings": "^2.8.5", | ||
"@app-config/utils": "^2.8.5", | ||
"@lcdev/ws-rpc": "0.4", | ||
@@ -51,3 +51,3 @@ "@types/openpgp": "4", | ||
"devDependencies": { | ||
"@app-config/test-utils": "^2.8.4", | ||
"@app-config/test-utils": "^2.8.5", | ||
"get-port": "5" | ||
@@ -54,0 +54,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
131362
1782
Updated@app-config/core@^2.8.5
Updated@app-config/logging@^2.8.5
Updated@app-config/meta@^2.8.5
Updated@app-config/node@^2.8.5
Updated@app-config/settings@^2.8.5
Updated@app-config/utils@^2.8.5