Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamora committed Feb 26, 2023
1 parent d44b830 commit 5c483c2
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.2.1"
"version": "0.2.2"
}
6 changes: 3 additions & 3 deletions packages/addons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quatico/magellan-addons",
"version": "0.2.1",
"version": "0.2.2",
"description": "A example library for the websmith compiler",
"author": "Quatico Solutions AG",
"license": "SEE LICENSE IN LICENSE",
Expand Down Expand Up @@ -54,8 +54,8 @@
"ts-jest": "^29.0.3"
},
"dependencies": {
"@quatico/magellan-client": "^0.2.1",
"@quatico/magellan-server": "^0.2.1",
"@quatico/magellan-client": "^0.2.2",
"@quatico/magellan-server": "^0.2.2",
"@quatico/websmith-api": "0.3.5",
"typescript": "4.7.x"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@quatico/magellan-cli",
"description": "CLI for the Magellan project",
"version": "0.2.1",
"version": "0.2.2",
"author": "Quatico Solutions AG",
"license": "SEE LICENSE IN LICENSE",
"main": "lib/index.js",
Expand Down Expand Up @@ -41,8 +41,8 @@
"publish-npm": "npm publish --access public"
},
"dependencies": {
"@quatico/magellan-client": "^0.2.1",
"@quatico/magellan-server": "^0.2.1",
"@quatico/magellan-client": "^0.2.2",
"@quatico/magellan-server": "^0.2.2",
"@quatico/websmith-api": "0.3.5",
"@quatico/websmith-compiler": "0.3.5",
"@quatico/websmith-core": "0.3.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@quatico/magellan-client",
"description": "Client library for proxies generated with @quatico/websmith-compiler",
"version": "0.2.1",
"version": "0.2.2",
"author": "Quatico Solutions AG",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
"publish-npm": "npm publish --access public"
},
"dependencies": {
"@quatico/magellan-shared": "^0.2.1"
"@quatico/magellan-shared": "^0.2.2"
},
"devDependencies": {
"@swc/core": "^1.3.16",
Expand Down
4 changes: 2 additions & 2 deletions packages/java/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@quatico/magellan-java",
"description": "",
"version": "0.2.1",
"version": "0.2.2",
"keywords": [
"typescript",
"java",
Expand All @@ -27,6 +27,6 @@
"install": "mvn dependency:tree"
},
"devDependencies": {
"@quatico/magellan-shared": "^0.2.1"
"@quatico/magellan-shared": "^0.2.2"
}
}
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@quatico/magellan-server",
"description": "Middleware for remote service execution with the @quatico/websmith-compiler",
"version": "0.2.1",
"version": "0.2.2",
"author": "Quatico Solutions AG",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"publish-npm": "npm publish --access public"
},
"dependencies": {
"@quatico/magellan-shared": "^0.2.1",
"@quatico/magellan-shared": "^0.2.2",
"ajv": "8.9.0",
"cookie-parser": "1.4.x",
"cors": "2.8.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@quatico/magellan-shared",
"description": "Shared functionality for server/client communication",
"version": "0.2.1",
"version": "0.2.2",
"author": "Quatico Solutions AG",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
10 changes: 5 additions & 5 deletions packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@quatico/magellan-test",
"description": "End to end tests for magellan suite",
"version": "0.2.1",
"version": "0.2.2",
"author": "Quatico Solutions AG",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -28,10 +28,10 @@
},
"devDependencies": {
"@cucumber/cucumber": "^8.7.0",
"@quatico/magellan-cli": "^0.2.1",
"@quatico/magellan-client": "^0.2.1",
"@quatico/magellan-server": "^0.2.1",
"@quatico/magellan-shared": "^0.2.1",
"@quatico/magellan-cli": "^0.2.2",
"@quatico/magellan-client": "^0.2.2",
"@quatico/magellan-server": "^0.2.2",
"@quatico/magellan-shared": "^0.2.2",
"@types/node": "^16.0.0",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
Expand Down

0 comments on commit 5c483c2

Please sign in to comment.