scrt-link-core
Advanced tools
Comparing version 0.2.6 to 0.2.7
@@ -8,2 +8,8 @@ # Change Log | ||
## [0.2.7] - 2022-02-10 | ||
### Changed | ||
- Adapt new link structure | ||
## [0.2.6] - 2022-02-08 | ||
@@ -10,0 +16,0 @@ |
@@ -32,3 +32,3 @@ "use strict"; | ||
encryptionKey, | ||
secretLink: `${baseUrl}/l/${alias}#${encryptionKey}`, | ||
secretLink: `${baseUrl}/l#${alias}/${encryptionKey}`, | ||
})); | ||
@@ -35,0 +35,0 @@ }); |
{ | ||
"name": "scrt-link-core", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"description": "Core for scrt.link - a tool to securely share sensitive information online.", | ||
@@ -5,0 +5,0 @@ "author": "Chris Chiller <kingchiller@protonmail.com>", |
@@ -59,3 +59,3 @@ import { reject, is, isNil } from 'ramda' | ||
encryptionKey, | ||
secretLink: `${baseUrl}/l/${alias}#${encryptionKey}`, | ||
secretLink: `${baseUrl}/l#${alias}/${encryptionKey}`, | ||
})) | ||
@@ -62,0 +62,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1864563