Skip to content

Commit

Permalink
Bump independent versions [skip ci]
Browse files Browse the repository at this point in the history
 - @remusao/[email protected]
 - @remusao/[email protected]
 - @remusao/[email protected]
 - @remusao/[email protected]
 - @remusao/[email protected]
 - @remusao/[email protected]
 - @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
remusao committed Jul 11, 2024
1 parent 345b91a commit 275e1e6
Show file tree
Hide file tree
Showing 14 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion packages/auto-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remusao/auto-config",
"version": "1.1.2",
"version": "1.2.0",
"description": "Custom configuration for auto",
"author": "Rémi Berson <[email protected]>",
"homepage": "https://github.com/remusao/mono#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/badger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remusao/badger",
"version": "1.2.2",
"version": "1.3.0",
"description": "A high-level abstraction to manipulate browser action badge in extensions",
"author": "Rémi Berson <[email protected]>",
"homepage": "https://github.com/remusao/mono#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/bench/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remusao/bench",
"version": "1.1.1",
"version": "1.2.0",
"description": "Easily measure performance of a function against array of inputs",
"author": "Rémi Berson <[email protected]>",
"homepage": "https://github.com/remusao/mono#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/counter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remusao/counter",
"version": "1.3.1",
"version": "1.4.0",
"description": "A simple counter implementation",
"author": "Rémi Berson <[email protected]>",
"homepage": "https://github.com/remusao/mono#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/guess-url-type/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remusao/guess-url-type",
"version": "1.2.1",
"version": "1.3.0",
"description": "Guess type of resource based on its URL",
"author": "Rémi Berson <[email protected]>",
"homepage": "https://github.com/remusao/mono#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/small/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remusao/small",
"version": "1.2.1",
"version": "1.3.0",
"description": "Smalles files for different MIME types",
"author": "Rémi Berson <[email protected]>",
"homepage": "https://github.com/remusao/mono#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/smaz-benchmarks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@remusao/smaz-benchmarks",
"private": true,
"version": "1.11.1",
"version": "1.12.0",
"description": "Benchmark various small string compression libraries",
"author": "Rémi Berson <[email protected]>",
"homepage": "https://github.com/remusao/mono#readme",
Expand All @@ -20,7 +20,7 @@
"url": "https://github.com/remusao/mono/issues"
},
"dependencies": {
"@remusao/smaz": "^1.9.1",
"@remusao/smaz": "^1.10.0",
"benchmark": "^2.1.4",
"chalk": "^5.0.1",
"ts-node": "^10.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/smaz-compress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remusao/smaz-compress",
"version": "1.9.1",
"version": "1.10.0",
"description": "Compress strings using custom codebooks",
"author": "Rémi Berson <[email protected]>",
"homepage": "https://github.com/remusao/mono#readme",
Expand Down Expand Up @@ -34,7 +34,7 @@
"url": "https://github.com/remusao/mono/issues"
},
"dependencies": {
"@remusao/trie": "^1.4.1"
"@remusao/trie": "^1.5.0"
},
"devDependencies": {
"@types/chai": "^4.2.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/smaz-decompress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remusao/smaz-decompress",
"version": "1.9.1",
"version": "1.10.0",
"description": "Decompress strings using custom codebooks",
"author": "Rémi Berson <[email protected]>",
"homepage": "https://github.com/remusao/mono#readme",
Expand Down
8 changes: 4 additions & 4 deletions packages/smaz-generate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remusao/smaz-generate",
"version": "1.9.1",
"version": "1.10.0",
"description": "Generate optimized codebooks from data to use in smaz compression",
"author": "Rémi Berson <[email protected]>",
"homepage": "https://github.com/remusao/mono#readme",
Expand Down Expand Up @@ -34,11 +34,11 @@
"url": "https://github.com/remusao/mono/issues"
},
"dependencies": {
"@remusao/counter": "^1.3.1",
"@remusao/smaz-compress": "^1.9.1"
"@remusao/counter": "^1.4.0",
"@remusao/smaz-compress": "^1.10.0"
},
"devDependencies": {
"@remusao/smaz": "^1.9.1",
"@remusao/smaz": "^1.10.0",
"@types/chai": "^4.2.8",
"@types/mocha": "^10.0.7",
"chai": "^4.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/smaz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remusao/smaz",
"version": "1.9.1",
"version": "1.10.0",
"description": "Compress strings using custom codebooks",
"author": "Rémi Berson <[email protected]>",
"homepage": "https://github.com/remusao/mono#readme",
Expand Down Expand Up @@ -34,8 +34,8 @@
"url": "https://github.com/remusao/mono/issues"
},
"dependencies": {
"@remusao/smaz-compress": "^1.9.1",
"@remusao/smaz-decompress": "^1.9.1"
"@remusao/smaz-compress": "^1.10.0",
"@remusao/smaz-decompress": "^1.10.0"
},
"devDependencies": {
"@types/chai": "^4.2.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/thunderbird-msg-filters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remusao/thunderbird-msg-filters",
"version": "1.6.1",
"version": "1.7.0",
"description": "Library to parse and generate thunderbird msg filters rules",
"author": "Rémi Berson <[email protected]>",
"homepage": "https://github.com/remusao/mono#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/trie/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remusao/trie",
"version": "1.4.1",
"version": "1.5.0",
"description": "A tiny trie implementation",
"author": "Rémi Berson <[email protected]>",
"homepage": "https://github.com/remusao/mono#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/url-match-patterns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remusao/url-match-patterns",
"version": "1.1.1",
"version": "1.2.0",
"description": "Test URLs against match patterns",
"author": "Rémi Berson <[email protected]>",
"homepage": "https://github.com/remusao/mono#readme",
Expand Down Expand Up @@ -34,7 +34,7 @@
"url": "https://github.com/remusao/mono/issues"
},
"devDependencies": {
"@remusao/bench": "^1.1.1",
"@remusao/bench": "^1.2.0",
"@types/chai": "^4.2.8",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.10",
Expand Down

0 comments on commit 275e1e6

Please sign in to comment.