Skip to content

Commit

Permalink
v0.6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Frando committed Jul 6, 2022
1 parent 10ef261 commit 56457e8
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "0.6.10",
"version": "0.6.11",
"npmClient": "yarn"
}
4 changes: 2 additions & 2 deletions packages/bots/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@arsonar/bots",
"version": "0.6.10",
"version": "0.6.11",
"main": "index.js",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/arso-project/sonar.git"
},
"dependencies": {
"@arsonar/client": "^0.6.10",
"@arsonar/client": "^0.6.11",
"js-yaml": "^3.14.0",
"little-process-box": "^0.2.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arsonar/cli",
"version": "0.6.10",
"version": "0.6.11",
"description": "",
"main": "cli.js",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"url": "git+https://github.com/arso-project/sonar.git"
},
"dependencies": {
"@arsonar/client": "^0.6.10",
"@arsonar/client": "^0.6.11",
"ansi-styles": "^4.2.1",
"chalk": "^4.0.0",
"date-fns": "^2.11.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arsonar/client",
"version": "0.6.10",
"version": "0.6.11",
"description": "Client for sonar",
"main": "dist/cjs",
"module": "dist/esm",
Expand Down Expand Up @@ -36,7 +36,7 @@
"streamx": "^2.11.0"
},
"devDependencies": {
"@arsonar/server": "^0.6.10",
"@arsonar/server": "^0.6.11",
"@hyperswarm/dht": "^3.6.5",
"find-free-ports": "^2.0.3",
"nanobench-utils": "^0.1.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arsonar/core",
"version": "0.6.10",
"version": "0.6.11",
"description": "",
"main": "index.js",
"repository": {
Expand All @@ -18,8 +18,8 @@
"license": "GPL-3.0",
"dependencies": {
"@arsonar/common": "^0.6.9",
"@arsonar/plugin-relations": "^0.6.10",
"@arsonar/plugin-search": "^0.6.10",
"@arsonar/plugin-relations": "^0.6.11",
"@arsonar/plugin-search": "^0.6.11",
"@frando/kappa-core": "^6.0.0",
"@frando/level-live": "^1.1.0",
"base32": "^0.0.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-relations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arsonar/plugin-relations",
"version": "0.6.10",
"version": "0.6.11",
"main": "plugin.js",
"license": "MIT",
"repository": {
Expand All @@ -14,7 +14,7 @@
"quadstore": "^9"
},
"devDependencies": {
"@arsonar/core": "^0.6.10",
"@arsonar/core": "^0.6.11",
"tape": "^5.0.1"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arsonar/plugin-search",
"version": "0.6.10",
"version": "0.6.11",
"main": "plugin.js",
"license": "MIT",
"repository": {
Expand All @@ -15,7 +15,7 @@
"through2": "^4.0.2"
},
"devDependencies": {
"@arsonar/core": "^0.6.10",
"@arsonar/core": "^0.6.11",
"tape": "^5.0.1"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arsonar/react",
"version": "0.6.10",
"version": "0.6.11",
"description": "A arsonar module",
"main": "dist/cjs",
"module": "dist/esm",
Expand All @@ -16,7 +16,7 @@
"buildts:cjs": "tsc -p tsconfig-cjs.json"
},
"dependencies": {
"@arsonar/client": "^0.6.10",
"@arsonar/client": "^0.6.11",
"@types/react": "^17",
"@types/react-dom": "^17"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arsonar/server",
"version": "0.6.10",
"version": "0.6.11",
"description": "",
"main": "server.js",
"bin": {
Expand All @@ -20,11 +20,11 @@
"author": "",
"license": "GPL-3.0",
"dependencies": {
"@arsonar/bots": "^0.6.10",
"@arsonar/cli": "^0.6.10",
"@arsonar/bots": "^0.6.11",
"@arsonar/cli": "^0.6.11",
"@arsonar/common": "^0.6.9",
"@arsonar/core": "^0.6.10",
"@arsonar/ui": "^0.6.10",
"@arsonar/core": "^0.6.11",
"@arsonar/ui": "^0.6.11",
"async-exit-hook": "^2.0.1",
"body-parser": "^1.19.0",
"collect-stream": "^1.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arsonar/ui",
"version": "0.6.10",
"version": "0.6.11",
"description": "",
"main": "bin.js",
"browser": "dist/bundle.js",
Expand All @@ -17,7 +17,7 @@
"prepublishOnly": "vite build"
},
"devDependencies": {
"@arsonar/react": "^0.6.10",
"@arsonar/react": "^0.6.11",
"@chakra-ui/react": "^1.7.1",
"@emotion/react": "^11",
"@emotion/styled": "^11",
Expand Down

0 comments on commit 56457e8

Please sign in to comment.