Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.mdns.eu/nextcloud/passwords-client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius David Wieschollek <passwords.public@mdns.eu>2021-06-18 15:45:27 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2021-06-18 15:45:27 +0300
commit248c1b4e36bbbd73b73ddc886dd9366dd6727124 (patch)
tree97fb13ff8ac488ea61f261ca9cef1c4a1bfdb8ed /package.json
parentecb2d1a2550b7ad73149fb225b2c97e50c01688f (diff)
parent1264cb8b09e58eefe3faa3392deed5165c8190a7 (diff)
Merge branch 'testing' into stable
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 462c948..71248f2 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "passwords-client",
- "version": "0.0.12",
- "description": "JS client library for the Nextcloud Passwords app",
+ "version": "0.0.13",
+ "description": "JS client library for the Passwords app for Nextcloud",
"main": "src/main.js",
"author": "Marius Wieschollek",
"license": "ISC",
@@ -17,7 +17,7 @@
},
"dependencies": {
"eventemitter3": "^3.1.2",
- "libsodium-wrappers": "^0.7.8",
- "url-parse": "^1.4.7"
+ "libsodium-wrappers": "^0.7.9",
+ "url-parse": "^1.5.1"
}
}