This commit is contained in:
Jamie Steiner 2024-11-19 01:07:58 +02:00
parent 686bf8aaec
commit b3811ffa05
4 changed files with 15 additions and 14 deletions

View file

@ -1,11 +1,11 @@
{
"id": "send-note",
"name": "Send Note",
"version": "0.8.29",
"minAppVersion": "0.15.0",
"description": "Instantly send a note, to other obsidian users so they can import them into their vault. It uses free pastebin API 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",
"authorUrl": "https://github.com/jvsteiner",
"fundingUrl": "https://www.buymeacoffee.com/jvsteiner",
"isDesktopOnly": false
}
"id": "send-note",
"name": "Send Note",
"version": "0.8.30",
"minAppVersion": "0.15.0",
"description": "Instantly send a note, to other obsidian users so they can import them into their vault. It uses free pastebin API 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",
"authorUrl": "https://github.com/jvsteiner",
"fundingUrl": "https://www.buymeacoffee.com/jvsteiner",
"isDesktopOnly": false
}

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "share-note",
"version": "0.8.29",
"version": "0.8.30",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "share-note",
"version": "0.8.29",
"version": "0.8.30",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-s3": "^3.693.0",

View file

@ -1,6 +1,6 @@
{
"name": "share-note",
"version": "0.8.29",
"version": "0.8.30",
"description": "Instantly share a note, with the full theme and content exactly like you see in Reading View. Data is shared encrypted by default, and only you and the person you send it to have the key.",
"main": "main.js",
"scripts": {

View file

@ -28,5 +28,6 @@
"0.8.26": "0.15.0",
"0.8.27": "0.15.0",
"0.8.28": "0.15.0",
"0.8.29": "0.15.0"
"0.8.29": "0.15.0",
"0.8.30": "0.15.0"
}