diff --git a/.github/workflows/run-ci.yaml b/.github/workflows/run-ci.yaml index 8ff44423..acf12067 100644 --- a/.github/workflows/run-ci.yaml +++ b/.github/workflows/run-ci.yaml @@ -1,6 +1,6 @@ name: Build and test Sinch Node.js SDK -on: [push, pull_request] +on: [push] jobs: build: diff --git a/examples/integrated-flows-examples/package.json b/examples/integrated-flows-examples/package.json index 4b626f61..20a364ba 100644 --- a/examples/integrated-flows-examples/package.json +++ b/examples/integrated-flows-examples/package.json @@ -13,7 +13,7 @@ "verification:app": "yarn compile && node dist/verification/app.js" }, "dependencies": { - "@sinch/sdk-core": "^1.1.0", + "@sinch/sdk-core": "^1.2.0", "@types/node": "^20.8.7", "dotenv": "^16.3.1", "inquirer": "^9.2.14", diff --git a/examples/simple-examples/package.json b/examples/simple-examples/package.json index 4b72e1bb..936e28e8 100644 --- a/examples/simple-examples/package.json +++ b/examples/simple-examples/package.json @@ -183,7 +183,7 @@ "voice:conferences:kickAll": "ts-node src/voice/conferences/kickAll.ts" }, "dependencies": { - "@sinch/sdk-core": "^1.1.0", + "@sinch/sdk-core": "^1.2.0", "dotenv": "^16.3.1" }, "devDependencies": { diff --git a/examples/webhooks/package.json b/examples/webhooks/package.json index a5f52dbd..252af88e 100644 --- a/examples/webhooks/package.json +++ b/examples/webhooks/package.json @@ -15,7 +15,7 @@ "@nestjs/common": "^10.4.4", "@nestjs/core": "^10.4.4", "@nestjs/platform-express": "^10.4.4", - "@sinch/sdk-core": "^1.1.0", + "@sinch/sdk-core": "^1.2.0", "dotenv": "^16.3.1", "raw-body": "^2.5.2", "reflect-metadata": "^0.1.13", diff --git a/packages/conversation/package.json b/packages/conversation/package.json index 2e8969cd..29ff5dcb 100644 --- a/packages/conversation/package.json +++ b/packages/conversation/package.json @@ -1,6 +1,6 @@ { "name": "@sinch/conversation", - "version": "1.1.0", + "version": "1.2.0", "description": "Sinch Conversation API", "homepage": "", "repository": { @@ -29,7 +29,7 @@ "test:e2e": "cucumber-js" }, "dependencies": { - "@sinch/sdk-client": "^1.1.0" + "@sinch/sdk-client": "^1.2.0" }, "devDependencies": {}, "publishConfig": { diff --git a/packages/elastic-sip-trunking/package.json b/packages/elastic-sip-trunking/package.json index f07be460..89ea1cd6 100644 --- a/packages/elastic-sip-trunking/package.json +++ b/packages/elastic-sip-trunking/package.json @@ -1,6 +1,6 @@ { "name": "@sinch/elastic-sip-trunking", - "version": "1.1.0", + "version": "1.2.0", "description": "Sinch Elastic SIP Trunking API", "homepage": "", "repository": { @@ -28,7 +28,7 @@ "test:e2e": "cucumber-js" }, "dependencies": { - "@sinch/sdk-client": "^1.0.0" + "@sinch/sdk-client": "^1.2.0" }, "devDependencies": {}, "publishConfig": { diff --git a/packages/fax/package.json b/packages/fax/package.json index edeae1ce..1024cc2d 100644 --- a/packages/fax/package.json +++ b/packages/fax/package.json @@ -1,6 +1,6 @@ { "name": "@sinch/fax", - "version": "1.1.0", + "version": "1.2.0", "description": "Sinch Fax API", "homepage": "", "repository": { @@ -29,7 +29,7 @@ "test:e2e": "cucumber-js" }, "dependencies": { - "@sinch/sdk-client": "^1.1.0" + "@sinch/sdk-client": "^1.2.0" }, "devDependencies": {}, "publishConfig": { diff --git a/packages/numbers/package.json b/packages/numbers/package.json index 785e8675..a3459355 100644 --- a/packages/numbers/package.json +++ b/packages/numbers/package.json @@ -1,6 +1,6 @@ { "name": "@sinch/numbers", - "version": "1.1.0", + "version": "1.2.0", "description": "Sinch Numbers API", "homepage": "", "repository": { @@ -29,7 +29,7 @@ "test:e2e": "cucumber-js" }, "dependencies": { - "@sinch/sdk-client": "^1.1.0" + "@sinch/sdk-client": "^1.2.0" }, "devDependencies": {}, "publishConfig": { diff --git a/packages/sdk-client/package.json b/packages/sdk-client/package.json index c87ee88a..53610b59 100644 --- a/packages/sdk-client/package.json +++ b/packages/sdk-client/package.json @@ -1,6 +1,6 @@ { "name": "@sinch/sdk-client", - "version": "1.1.0", + "version": "1.2.0", "description": "Core services related to interacting with Sinch API", "homepage": "", "repository": { diff --git a/packages/sdk-core/package.json b/packages/sdk-core/package.json index 6df0f589..92960823 100644 --- a/packages/sdk-core/package.json +++ b/packages/sdk-core/package.json @@ -1,6 +1,6 @@ { "name": "@sinch/sdk-core", - "version": "1.1.0", + "version": "1.2.0", "description": "Node.js client for the Sinch API platform", "homepage": "", "repository": { @@ -29,13 +29,13 @@ "compile": "tsc --build --verbose" }, "dependencies": { - "@sinch/conversation": "^1.1.0", - "@sinch/elastic-sip-trunking": "^1.1.0", - "@sinch/fax": "^1.1.0", - "@sinch/numbers": "^1.1.0", - "@sinch/sms": "^1.1.0", - "@sinch/verification": "^1.1.0", - "@sinch/voice": "^1.1.0" + "@sinch/conversation": "^1.2.0", + "@sinch/elastic-sip-trunking": "^1.2.0", + "@sinch/fax": "^1.2.0", + "@sinch/numbers": "^1.2.0", + "@sinch/sms": "^1.2.0", + "@sinch/verification": "^1.2.0", + "@sinch/voice": "^1.2.0" }, "devDependencies": {}, "publishConfig": { diff --git a/packages/sms/package.json b/packages/sms/package.json index dea593ab..5ca29641 100644 --- a/packages/sms/package.json +++ b/packages/sms/package.json @@ -1,6 +1,6 @@ { "name": "@sinch/sms", - "version": "1.1.0", + "version": "1.2.0", "description": "Sinch SMS API", "homepage": "", "repository": { @@ -29,7 +29,7 @@ "test:e2e": "cucumber-js" }, "dependencies": { - "@sinch/sdk-client": "^1.1.0" + "@sinch/sdk-client": "^1.2.0" }, "devDependencies": {}, "publishConfig": { diff --git a/packages/verification/package.json b/packages/verification/package.json index 1213ac53..2dbfc3e0 100644 --- a/packages/verification/package.json +++ b/packages/verification/package.json @@ -1,6 +1,6 @@ { "name": "@sinch/verification", - "version": "1.1.0", + "version": "1.2.0", "description": "Sinch Verification API", "homepage": "", "repository": { @@ -29,7 +29,7 @@ "test:e2e": "cucumber-js" }, "dependencies": { - "@sinch/sdk-client": "^1.1.0" + "@sinch/sdk-client": "^1.2.0" }, "devDependencies": {}, "publishConfig": { diff --git a/packages/voice/package.json b/packages/voice/package.json index 3a5528f4..4ad1b2b7 100644 --- a/packages/voice/package.json +++ b/packages/voice/package.json @@ -1,6 +1,6 @@ { "name": "@sinch/voice", - "version": "1.1.0", + "version": "1.2.0", "description": "Sinch Voice API", "homepage": "", "repository": { @@ -29,7 +29,7 @@ "test:e2e": "cucumber-js" }, "dependencies": { - "@sinch/sdk-client": "^1.1.0" + "@sinch/sdk-client": "^1.2.0" }, "devDependencies": {}, "publishConfig": {