mirror of
https://github.com/jvsteiner/send-note.git
synced 2026-07-22 11:20:26 +00:00
0.8.34
This commit is contained in:
parent
e78f3fd036
commit
ae87e3d880
4 changed files with 6 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "send-note",
|
||||
"name": "Send Note",
|
||||
"version": "0.8.33",
|
||||
"version": "0.8.34",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Instantly send a note, to other obsidian users so they can import them into their vault. It uses AWS S3 as a storage backend. Data is shared encrypted by default, and only you and the person you send it to have the key.",
|
||||
"author": "Jamie Steiner",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "share-note",
|
||||
"version": "0.8.33",
|
||||
"version": "0.8.34",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "share-note",
|
||||
"version": "0.8.33",
|
||||
"version": "0.8.34",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-s3": "^3.693.0",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "send-note",
|
||||
"version": "0.8.33",
|
||||
"version": "0.8.34",
|
||||
"description": "Instantly send a note, to other obsidian users so they can import them into their vault. It uses AWS S3 as a storage backend. Data is shared encrypted by default, and only you and the person you send it to have the key.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -32,5 +32,6 @@
|
|||
"0.8.30": "0.15.0",
|
||||
"0.8.31": "0.15.0",
|
||||
"0.8.32": "0.15.0",
|
||||
"0.8.33": "0.15.0"
|
||||
"0.8.33": "0.15.0",
|
||||
"0.8.34": "0.15.0"
|
||||
}
|
||||
Loading…
Reference in a new issue