mirror of
https://github.com/viktoruj/obsidian-cloud-kms.git
synced 2026-07-22 06:56:21 +00:00
Merge branch 'main' of github.com:ViktorUJ/obsidian-cloud-kms
This commit is contained in:
commit
340dfd8264
3 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "cloud-kms-encryption",
|
||||
"name": "Cloud KMS Encryption",
|
||||
"version": "0.1.4",
|
||||
"version": "0.1.5",
|
||||
"minAppVersion": "1.7.2",
|
||||
"description": "Transparent encryption of secret blocks and binary files using AWS KMS. Zero plaintext on disk.",
|
||||
"author": "Viktar Mikalayeu",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "obsidian-cloud-kms-encryption",
|
||||
"version": "0.1.4",
|
||||
"version": "0.1.5",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "obsidian-cloud-kms-encryption",
|
||||
"version": "0.1.4",
|
||||
"version": "0.1.5",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-kms": "3.1045.0",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cloud-kms-encryption",
|
||||
"version": "0.1.4",
|
||||
"version": "0.1.5",
|
||||
"description": "Obsidian plugin for file-level envelope encryption using Cloud KMS services",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue