Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
birme committed Dec 9, 2024
1 parent f69dc12 commit eb88400
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 44 deletions.
38 changes: 19 additions & 19 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions packages/ai/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osaas/client-ai",
"version": "0.4.1",
"version": "0.4.2",
"description": "Open Source Cloud Client SDK ai library",
"author": "Eyevinn Open Source Cloud <[email protected]>",
"homepage": "https://www.osaas.io",
Expand All @@ -25,7 +25,7 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@osaas/client-core": "^0.14.1",
"@osaas/client-core": "^0.15.0",
"chalk": "4.1.2"
},
"publishConfig": {
Expand Down
12 changes: 6 additions & 6 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osaas/cli",
"version": "4.2.1",
"version": "4.3.0",
"description": "Open Source Cloud CLI",
"author": "Eyevinn Open Source Cloud <[email protected]>",
"homepage": "https://www.osaas.io",
Expand All @@ -22,11 +22,11 @@
"dev": "ts-node src/cli.ts"
},
"dependencies": {
"@osaas/client-ai": "^0.4.1",
"@osaas/client-core": "^0.14.1",
"@osaas/client-db": "^0.3.1",
"@osaas/client-intercom": "^0.2.1",
"@osaas/client-transcode": "^0.12.1",
"@osaas/client-ai": "^0.4.2",
"@osaas/client-core": "^0.15.0",
"@osaas/client-db": "^0.3.2",
"@osaas/client-intercom": "^0.2.2",
"@osaas/client-transcode": "^0.13.0",
"@types/promptly": "^3.0.5",
"chalk": "4.1.2",
"commander": "^12.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osaas/client-core",
"version": "0.14.1",
"version": "0.15.0",
"description": "Open Source Cloud Client SDK core library",
"author": "Eyevinn Open Source Cloud <[email protected]>",
"homepage": "https://www.osaas.io",
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.3.1",
"version": "0.3.2",
"description": "Open Source Cloud Client SDK database library",
"author": "Eyevinn Open Source Cloud <[email protected]>",
"homepage": "https://www.osaas.io",
Expand All @@ -25,7 +25,7 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@osaas/client-core": "^0.14.1",
"@osaas/client-core": "^0.15.0",
"chalk": "4.1.2"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/intercom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osaas/client-intercom",
"version": "0.2.1",
"version": "0.2.2",
"description": "Open Source Cloud Client SDK intercom library",
"author": "Eyevinn Open Source Cloud <[email protected]>",
"homepage": "https://www.osaas.io",
Expand All @@ -25,7 +25,7 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@osaas/client-core": "^0.14.1",
"@osaas/client-core": "^0.15.0",
"chalk": "4.1.2"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/services/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osaas/client-services",
"version": "0.2.3",
"version": "0.2.4",
"description": "Open Web Service Resources",
"author": "Eyevinn Open Source Cloud <[email protected]>",
"homepage": "https://www.osaas.io",
Expand All @@ -26,7 +26,7 @@
"test": "jest"
},
"dependencies": {
"@osaas/client-core": "^0.14.1",
"@osaas/client-core": "^0.15.0",
"chalk": "4.1.2"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 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.12.1",
"version": "0.13.0",
"description": "Open Source Cloud Client SDK transcode library",
"author": "Eyevinn Open Source Cloud <[email protected]>",
"homepage": "https://www.osaas.io",
Expand All @@ -25,9 +25,9 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@osaas/client-core": "^0.14.1",
"@osaas/client-db": "^0.3.1",
"@osaas/client-services": "^0.2.3",
"@osaas/client-core": "^0.15.0",
"@osaas/client-db": "^0.3.2",
"@osaas/client-services": "^0.2.4",
"chalk": "4.1.2",
"minio": "^8.0.2"
},
Expand Down

0 comments on commit eb88400

Please sign in to comment.