Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
birme committed Jan 16, 2025
1 parent 0235ef8 commit 64eb9df
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 26 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osaas/cli",
"version": "4.3.2",
"version": "4.4.0",
"description": "Open Source Cloud CLI",
"author": "Eyevinn Open Source Cloud <[email protected]>",
"homepage": "https://www.osaas.io",
Expand All @@ -24,10 +24,10 @@
"dependencies": {
"@osaas/client-ai": "^0.4.2",
"@osaas/client-core": "^0.15.0",
"@osaas/client-db": "^0.4.0",
"@osaas/client-db": "^0.4.1",
"@osaas/client-intercom": "^0.2.2",
"@osaas/client-transcode": "^0.13.2",
"@osaas/client-web": "^0.1.0",
"@osaas/client-transcode": "^0.13.3",
"@osaas/client-web": "^0.2.0",
"@types/promptly": "^3.0.5",
"chalk": "4.1.2",
"commander": "^12.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osaas/client-db",
"version": "0.4.0",
"version": "0.4.1",
"description": "Open Source Cloud Client SDK database library",
"author": "Eyevinn Open Source Cloud <[email protected]>",
"homepage": "https://www.osaas.io",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@osaas/client-core": "^0.15.0",
"@osaas/client-services": "^0.4.0",
"@osaas/client-services": "^0.5.0",
"chalk": "4.1.2"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/services/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osaas/client-services",
"version": "0.4.0",
"version": "0.5.0",
"description": "Open Web Service Resources",
"author": "Eyevinn Open Source Cloud <[email protected]>",
"homepage": "https://www.osaas.io",
Expand Down
6 changes: 3 additions & 3 deletions packages/transcode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osaas/client-transcode",
"version": "0.13.2",
"version": "0.13.3",
"description": "Open Source Cloud Client SDK transcode library",
"author": "Eyevinn Open Source Cloud <[email protected]>",
"homepage": "https://www.osaas.io",
Expand All @@ -26,8 +26,8 @@
},
"dependencies": {
"@osaas/client-core": "^0.15.0",
"@osaas/client-db": "^0.4.0",
"@osaas/client-services": "^0.4.0",
"@osaas/client-db": "^0.4.1",
"@osaas/client-services": "^0.5.0",
"chalk": "4.1.2",
"minio": "^8.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osaas/client-web",
"version": "0.1.0",
"version": "0.2.0",
"description": "Open Source Cloud Client SDK web library",
"author": "Eyevinn Open Source Cloud <[email protected]>",
"homepage": "https://www.osaas.io",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@osaas/client-core": "^0.15.0",
"@osaas/client-services": "^0.4.0",
"@osaas/client-services": "^0.5.0",
"chalk": "4.1.2",
"mime": "^3.0.0",
"minio": "^8.0.2"
Expand Down

0 comments on commit 64eb9df

Please sign in to comment.