-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @remusao/[email protected] - @remusao/[email protected] - @remusao/[email protected] - @remusao/[email protected] - @remusao/[email protected] - @remusao/[email protected] - @remusao/[email protected] - @remusao/[email protected]
- Loading branch information
Showing
8 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@remusao/counter", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A simple counter implementation", | ||
"author": "Rémi Berson <[email protected]>", | ||
"homepage": "https://github.com/remusao/mono#readme", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@remusao/smaz-benchmarks", | ||
"private": true, | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "Benchmark various small string compression libraries", | ||
"author": "Rémi Berson <[email protected]>", | ||
"homepage": "https://github.com/remusao/mono#readme", | ||
|
@@ -20,7 +20,7 @@ | |
"url": "https://github.com/remusao/mono/issues" | ||
}, | ||
"dependencies": { | ||
"@remusao/smaz": "^1.7.0", | ||
"@remusao/smaz": "^1.7.1", | ||
"benchmark": "^2.1.4", | ||
"chalk": "^3.0.0", | ||
"ts-node": "^8.6.2" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@remusao/smaz-compress", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "Compress strings using custom codebooks", | ||
"author": "Rémi Berson <[email protected]>", | ||
"homepage": "https://github.com/remusao/mono#readme", | ||
|
@@ -33,7 +33,7 @@ | |
"url": "https://github.com/remusao/mono/issues" | ||
}, | ||
"dependencies": { | ||
"@remusao/trie": "^1.2.0" | ||
"@remusao/trie": "^1.2.1" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.2.8", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@remusao/smaz-decompress", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "Decompress strings using custom codebooks", | ||
"author": "Rémi Berson <[email protected]>", | ||
"homepage": "https://github.com/remusao/mono#readme", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@remusao/smaz-generate", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "Generate optimized codebooks from data to use in smaz compression", | ||
"author": "Rémi Berson <[email protected]>", | ||
"homepage": "https://github.com/remusao/mono#readme", | ||
|
@@ -33,11 +33,11 @@ | |
"url": "https://github.com/remusao/mono/issues" | ||
}, | ||
"dependencies": { | ||
"@remusao/counter": "^1.1.0", | ||
"@remusao/smaz-compress": "^1.7.0" | ||
"@remusao/counter": "^1.1.1", | ||
"@remusao/smaz-compress": "^1.7.1" | ||
}, | ||
"devDependencies": { | ||
"@remusao/smaz": "^1.7.0", | ||
"@remusao/smaz": "^1.7.1", | ||
"@types/chai": "^4.2.8", | ||
"@types/mocha": "^7.0.1", | ||
"chai": "^4.2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@remusao/smaz", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "Compress strings using custom codebooks", | ||
"author": "Rémi Berson <[email protected]>", | ||
"homepage": "https://github.com/remusao/mono#readme", | ||
|
@@ -33,8 +33,8 @@ | |
"url": "https://github.com/remusao/mono/issues" | ||
}, | ||
"dependencies": { | ||
"@remusao/smaz-compress": "^1.7.0", | ||
"@remusao/smaz-decompress": "^1.7.0" | ||
"@remusao/smaz-compress": "^1.7.1", | ||
"@remusao/smaz-decompress": "^1.7.1" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.2.8", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@remusao/thunderbird-msg-filters", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Library to parse and generate thunderbird msg filters rules", | ||
"author": "Rémi Berson <[email protected]>", | ||
"homepage": "https://github.com/remusao/mono#readme", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@remusao/trie", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "A tiny trie implementation", | ||
"author": "Rémi Berson <[email protected]>", | ||
"homepage": "https://github.com/remusao/mono#readme", | ||
|