k9crypt 1.0.9 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -3,8 +3,8 @@
3
3
  This is a special encryption algorithm created for K9Crypt.
4
4
 
5
5
  ## Updates
6
- **v1.0.9**
7
- - Added new compression algorithm and increased compression ratio.
6
+ **v1.1.0**
7
+ - Modules have been updated to the latest version.
8
8
 
9
9
  ## Installation
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "k9crypt",
3
- "version": "1.0.9",
3
+ "version": "1.1.0",
4
4
  "description": "A special encryption algorithm created for K9Crypt.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -18,12 +18,12 @@
18
18
  "author": "K9Crypt Team",
19
19
  "license": "MIT",
20
20
  "dependencies": {
21
- "bcrypt": "^5.1.1",
22
- "crypto-js": "^4.2.0",
23
- "lz4": "^0.6.5",
24
- "lzma-native": "^8.0.6",
25
- "node-forge": "^1.3.1",
26
- "xxhash": "^0.3.0"
21
+ "bcrypt": "5.1.1",
22
+ "crypto-js": "4.2.0",
23
+ "lz4": "0.6.5",
24
+ "lzma-native": "8.0.6",
25
+ "node-forge": "1.3.1",
26
+ "xxhash": "0.3.0"
27
27
  },
28
28
  "repository": {
29
29
  "type": "git",