Skip to content

Commit 11d1de3

Browse files
chore(release): update version and publish package(s)
- @apimatic/authentication-adapters@0.5.13 - @apimatic/axios-client-adapter@0.3.19 - @apimatic/convert-to-stream@0.1.8 - @apimatic/core-interfaces@0.2.13 - @apimatic/core@0.10.27 - @apimatic/file-wrapper@0.3.8 - @apimatic/hmac-signature-verifier@0.1.1 - @apimatic/http-headers@0.3.8 - @apimatic/http-query@0.3.8 - @apimatic/oauth-adapters@0.4.17 - @apimatic/pagination@0.1.5 - @apimatic/proxy@0.1.3 - @apimatic/schema@0.7.21 - @apimatic/test-utilities@0.1.1 - @apimatic/xml-adapter@0.3.8
1 parent 3912981 commit 11d1de3

30 files changed

Lines changed: 114 additions & 42 deletions

File tree

packages/authentication-adapters/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.5.13](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/authentication-adapters@0.5.12...@apimatic/authentication-adapters@0.5.13) (2025-09-30)
7+
8+
**Note:** Version bump only for package @apimatic/authentication-adapters
9+
610
### [0.5.12](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/authentication-adapters@0.5.11...@apimatic/authentication-adapters@0.5.12) (2025-09-04)
711

812
**Note:** Version bump only for package @apimatic/authentication-adapters

packages/authentication-adapters/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@apimatic/authentication-adapters",
33
"author": "APIMatic Ltd.",
4-
"version": "0.5.12",
4+
"version": "0.5.13",
55
"license": "MIT",
66
"sideEffects": false,
77
"main": "lib/index.js",
@@ -55,9 +55,9 @@
5555
"typescript": "^4.9.5"
5656
},
5757
"dependencies": {
58-
"@apimatic/core-interfaces": "^0.2.12",
59-
"@apimatic/http-headers": "^0.3.7",
60-
"@apimatic/http-query": "^0.3.7",
58+
"@apimatic/core-interfaces": "^0.2.13",
59+
"@apimatic/http-headers": "^0.3.8",
60+
"@apimatic/http-query": "^0.3.8",
6161
"tslib": "^2.8.1"
6262
},
6363
"publishConfig": {

packages/axios-client-adapter/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.3.19](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/axios-client-adapter@0.3.18...@apimatic/axios-client-adapter@0.3.19) (2025-09-30)
7+
8+
**Note:** Version bump only for package @apimatic/axios-client-adapter
9+
610
### [0.3.18](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/axios-client-adapter@0.3.17...@apimatic/axios-client-adapter@0.3.18) (2025-09-04)
711

812
**Note:** Version bump only for package @apimatic/axios-client-adapter

packages/axios-client-adapter/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@apimatic/axios-client-adapter",
33
"author": "APIMatic Ltd.",
4-
"version": "0.3.18",
4+
"version": "0.3.19",
55
"license": "MIT",
66
"sideEffects": false,
77
"main": "lib/index.js",
@@ -58,13 +58,13 @@
5858
"typescript": "^4.9.5"
5959
},
6060
"dependencies": {
61-
"@apimatic/convert-to-stream": "^0.1.7",
62-
"@apimatic/core-interfaces": "^0.2.12",
63-
"@apimatic/file-wrapper": "^0.3.7",
64-
"@apimatic/http-headers": "^0.3.7",
65-
"@apimatic/http-query": "^0.3.7",
61+
"@apimatic/convert-to-stream": "^0.1.8",
62+
"@apimatic/core-interfaces": "^0.2.13",
63+
"@apimatic/file-wrapper": "^0.3.8",
64+
"@apimatic/http-headers": "^0.3.8",
65+
"@apimatic/http-query": "^0.3.8",
6666
"@apimatic/json-bigint": "^1.2.0",
67-
"@apimatic/proxy": "^0.1.2",
67+
"@apimatic/proxy": "^0.1.3",
6868
"axios": "^1.8.4",
6969
"detect-browser": "^5.3.0",
7070
"detect-node": "^2.1.0",

packages/convert-to-stream/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.1.8](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/convert-to-stream@0.1.7...@apimatic/convert-to-stream@0.1.8) (2025-09-30)
7+
8+
**Note:** Version bump only for package @apimatic/convert-to-stream
9+
610
### [0.1.7](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/convert-to-stream@0.1.6...@apimatic/convert-to-stream@0.1.7) (2025-08-13)
711

812
**Note:** Version bump only for package @apimatic/convert-to-stream

packages/convert-to-stream/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apimatic/convert-to-stream",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "converts the content to stream",
55
"main": "lib/index.js",
66
"module": "lib/index.js",

packages/core-interfaces/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.2.13](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/core-interfaces@0.2.12...@apimatic/core-interfaces@0.2.13) (2025-09-30)
7+
8+
### Features
9+
10+
- add webhooks and callbacks support ([#292](https://github.com/apimatic/apimatic-js-runtime/issues/292)) ([3912981](https://github.com/apimatic/apimatic-js-runtime/commit/39129812b1aaa860bedafc074a2c44759d6ca14f))
11+
612
### [0.2.12](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/core-interfaces@0.2.11...@apimatic/core-interfaces@0.2.12) (2025-08-13)
713

814
**Note:** Version bump only for package @apimatic/core-interfaces

packages/core-interfaces/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@apimatic/core-interfaces",
33
"author": "APIMatic Ltd.",
4-
"version": "0.2.12",
4+
"version": "0.2.13",
55
"license": "MIT",
66
"sideEffects": false,
77
"main": "lib/index.js",
@@ -58,7 +58,7 @@
5858
"typescript": "^4.9.5"
5959
},
6060
"dependencies": {
61-
"@apimatic/file-wrapper": "^0.3.7",
61+
"@apimatic/file-wrapper": "^0.3.8",
6262
"tslib": "^2.8.1"
6363
},
6464
"publishConfig": {

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.10.27](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/core@0.10.26...@apimatic/core@0.10.27) (2025-09-30)
7+
8+
### Features
9+
10+
- add webhooks and callbacks support ([#292](https://github.com/apimatic/apimatic-js-runtime/issues/292)) ([3912981](https://github.com/apimatic/apimatic-js-runtime/commit/39129812b1aaa860bedafc074a2c44759d6ca14f))
11+
612
### [0.10.26](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/core@0.10.25...@apimatic/core@0.10.26) (2025-09-04)
713

814
**Note:** Version bump only for package @apimatic/core

packages/core/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@apimatic/core",
33
"author": "APIMatic Ltd.",
4-
"version": "0.10.26",
4+
"version": "0.10.27",
55
"license": "MIT",
66
"sideEffects": false,
77
"main": "lib/index.js",
@@ -63,13 +63,13 @@
6363
"typescript": "^4.9.5"
6464
},
6565
"dependencies": {
66-
"@apimatic/convert-to-stream": "^0.1.7",
67-
"@apimatic/core-interfaces": "^0.2.12",
68-
"@apimatic/file-wrapper": "^0.3.7",
69-
"@apimatic/http-headers": "^0.3.7",
70-
"@apimatic/http-query": "^0.3.7",
66+
"@apimatic/convert-to-stream": "^0.1.8",
67+
"@apimatic/core-interfaces": "^0.2.13",
68+
"@apimatic/file-wrapper": "^0.3.8",
69+
"@apimatic/http-headers": "^0.3.8",
70+
"@apimatic/http-query": "^0.3.8",
7171
"@apimatic/json-bigint": "^1.2.0",
72-
"@apimatic/schema": "^0.7.20",
72+
"@apimatic/schema": "^0.7.21",
7373
"detect-browser": "^5.3.0",
7474
"detect-node": "^2.1.0",
7575
"form-data": "^4.0.1",

0 commit comments

Comments
 (0)