-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): update version and publish package(s)
- @apimatic/[email protected] - @apimatic/[email protected] - @apimatic/[email protected] - @apimatic/[email protected] - @apimatic/[email protected] - @apimatic/[email protected] - @apimatic/[email protected] - @apimatic/[email protected] - @apimatic/[email protected] - @apimatic/[email protected] - @apimatic/[email protected]
- Loading branch information
1 parent
82f9536
commit 43e7ca2
Showing
22 changed files
with
260 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
### 0.5.3 (2024-05-28) | ||
|
||
### Features | ||
|
||
- **typescript:** add support for pluggable adapters ([a76ba7c](https://github.com/apimatic/apimatic-js-runtime/commit/a76ba7cbf2602bdc48b758816000330429ac4972)) | ||
|
||
### Bug Fixes | ||
|
||
- **auth-adapters:** add support of custom params in custom auth provider ([075d051](https://github.com/apimatic/apimatic-js-runtime/commit/075d0510ab7d87994f4b6a20aee294d2416178af)), closes [#101](https://github.com/apimatic/apimatic-js-runtime/issues/101) | ||
- **authentication-adapters:** add support of basic custom auth params ([#115](https://github.com/apimatic/apimatic-js-runtime/issues/115)) ([a54a064](https://github.com/apimatic/apimatic-js-runtime/commit/a54a064f8478e5d49dfcbf387212810764a5cf9d)), closes [#114](https://github.com/apimatic/apimatic-js-runtime/issues/114) | ||
- **typescript:** update rollup versions in all packages package.json ([#98](https://github.com/apimatic/apimatic-js-runtime/issues/98)) ([c7a1106](https://github.com/apimatic/apimatic-js-runtime/commit/c7a1106bfc8e7d10e28dee97fb30a4e2792f21df)), closes [#93](https://github.com/apimatic/apimatic-js-runtime/issues/93) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
### 0.3.1 (2024-05-28) | ||
|
||
### Features | ||
|
||
- **typescript:** add support for pluggable adapters ([a76ba7c](https://github.com/apimatic/apimatic-js-runtime/commit/a76ba7cbf2602bdc48b758816000330429ac4972)) | ||
|
||
### Bug Fixes | ||
|
||
- **typescript:** bump axios major version ([#157](https://github.com/apimatic/apimatic-js-runtime/issues/157)) ([da3b168](https://github.com/apimatic/apimatic-js-runtime/commit/da3b1681f1d317249e3a5e64e58ba4d60cded6d5)), closes [#153](https://github.com/apimatic/apimatic-js-runtime/issues/153) | ||
- **typescript:** update rollup versions in all packages package.json ([#98](https://github.com/apimatic/apimatic-js-runtime/issues/98)) ([c7a1106](https://github.com/apimatic/apimatic-js-runtime/commit/c7a1106bfc8e7d10e28dee97fb30a4e2792f21df)), closes [#93](https://github.com/apimatic/apimatic-js-runtime/issues/93) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@apimatic/axios-client-adapter", | ||
"author": "APIMatic Ltd.", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"license": "MIT", | ||
"sideEffects": false, | ||
"main": "lib/index.js", | ||
|
@@ -58,13 +58,13 @@ | |
"typescript": "^4.1.2" | ||
}, | ||
"dependencies": { | ||
"@apimatic/convert-to-stream": "^0.1.0", | ||
"@apimatic/core-interfaces": "^0.2.0", | ||
"@apimatic/file-wrapper": "^0.3.0", | ||
"@apimatic/http-headers": "^0.3.0", | ||
"@apimatic/convert-to-stream": "^0.1.2", | ||
"@apimatic/core-interfaces": "^0.2.5", | ||
"@apimatic/file-wrapper": "^0.3.2", | ||
"@apimatic/http-headers": "^0.3.2", | ||
"@apimatic/http-query": "^0.3.2", | ||
"@apimatic/json-bigint": "^1.2.0", | ||
"@apimatic/http-query": "^0.3.0", | ||
"@apimatic/schema": "^0.7.0", | ||
"@apimatic/schema": "^0.7.9", | ||
"axios": "^1.6.0", | ||
"detect-browser": "^5.3.0", | ||
"detect-node": "^2.0.4", | ||
|
@@ -81,4 +81,4 @@ | |
"url": "[email protected]:apimatic/apimatic-js-runtime.git", | ||
"directory": "packages/axios-client-adapter" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
### 0.1.2 (2024-05-28) | ||
|
||
### Features | ||
|
||
- **convert-to-stream:** add convert-to-stream in runtime libraries repo ([5b0f4c5](https://github.com/apimatic/apimatic-js-runtime/commit/5b0f4c5d9c84c0330ffa2feb98390c43d470909f)) | ||
- **typescript:** add support for pluggable adapters ([a76ba7c](https://github.com/apimatic/apimatic-js-runtime/commit/a76ba7cbf2602bdc48b758816000330429ac4972)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
### 0.2.5 (2024-05-28) | ||
|
||
### Features | ||
|
||
- **configureable-logger:** add support of configurable logger ([#164](https://github.com/apimatic/apimatic-js-runtime/issues/164)) ([2b0a57a](https://github.com/apimatic/apimatic-js-runtime/commit/2b0a57a60de744159ac6f521311435ffc6f5ab34)) | ||
- **typescript:** add support for pluggable adapters ([a76ba7c](https://github.com/apimatic/apimatic-js-runtime/commit/a76ba7cbf2602bdc48b758816000330429ac4972)) | ||
|
||
### Bug Fixes | ||
|
||
- **typescript:** update rollup versions in all packages package.json ([#98](https://github.com/apimatic/apimatic-js-runtime/issues/98)) ([c7a1106](https://github.com/apimatic/apimatic-js-runtime/commit/c7a1106bfc8e7d10e28dee97fb30a4e2792f21df)), closes [#93](https://github.com/apimatic/apimatic-js-runtime/issues/93) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
### 0.10.8 (2024-05-28) | ||
|
||
### Features | ||
|
||
- **configureable-logger:** add support of configurable logger ([#164](https://github.com/apimatic/apimatic-js-runtime/issues/164)) ([2b0a57a](https://github.com/apimatic/apimatic-js-runtime/commit/2b0a57a60de744159ac6f521311435ffc6f5ab34)) | ||
- **convert-to-stream:** add convert-to-stream in runtime libraries repo ([5b0f4c5](https://github.com/apimatic/apimatic-js-runtime/commit/5b0f4c5d9c84c0330ffa2feb98390c43d470909f)) | ||
- **core:** add support for unknown types in path parameters ([5bf6c9e](https://github.com/apimatic/apimatic-js-runtime/commit/5bf6c9e0e87ac13334e3d21c5db037a2db912d70)) | ||
- **typescript:** add support for complex query params ([aeeead0](https://github.com/apimatic/apimatic-js-runtime/commit/aeeead0a940bc7d78c78155531e3df0ff6cfe9ec)), closes [#51](https://github.com/apimatic/apimatic-js-runtime/issues/51) | ||
- **typescript:** add support for pluggable adapters ([a76ba7c](https://github.com/apimatic/apimatic-js-runtime/commit/a76ba7cbf2602bdc48b758816000330429ac4972)) | ||
|
||
### Bug Fixes | ||
|
||
- **core-ts:** add support of boolean array in query-value ([#49](https://github.com/apimatic/apimatic-js-runtime/issues/49)) ([60dc89e](https://github.com/apimatic/apimatic-js-runtime/commit/60dc89e4cc6b30eedf799e9a763f910e241336f0)), closes [#48](https://github.com/apimatic/apimatic-js-runtime/issues/48) | ||
- **core:** fix deserialization exception in error template messeage ([#150](https://github.com/apimatic/apimatic-js-runtime/issues/150)) ([78cef3c](https://github.com/apimatic/apimatic-js-runtime/commit/78cef3c6f84f8269a8c7995049150e619111e1ff)), closes [#27](https://github.com/apimatic/apimatic-js-runtime/issues/27) | ||
- **nullable-headers:** adds the capability to set null headers in request builder ([#171](https://github.com/apimatic/apimatic-js-runtime/issues/171)) ([817211f](https://github.com/apimatic/apimatic-js-runtime/commit/817211f63f2e92d26db9cdff7b23891befccf78b)) | ||
- **typescript:** bump axios major version ([#157](https://github.com/apimatic/apimatic-js-runtime/issues/157)) ([da3b168](https://github.com/apimatic/apimatic-js-runtime/commit/da3b1681f1d317249e3a5e64e58ba4d60cded6d5)), closes [#153](https://github.com/apimatic/apimatic-js-runtime/issues/153) | ||
- **typescript:** fix custom error classes to set error prototype ([13957d6](https://github.com/apimatic/apimatic-js-runtime/commit/13957d6110c8347d07e1692c462619022c30a21f)), closes [#83](https://github.com/apimatic/apimatic-js-runtime/issues/83) | ||
- **typescript:** fix wrong import in es modules. ([21e76a8](https://github.com/apimatic/apimatic-js-runtime/commit/21e76a80e384df2cf399c6b36ca0a4fd2b42bcf4)), closes [#93](https://github.com/apimatic/apimatic-js-runtime/issues/93) | ||
- **typescript:** update rollup versions in all packages package.json ([#98](https://github.com/apimatic/apimatic-js-runtime/issues/98)) ([c7a1106](https://github.com/apimatic/apimatic-js-runtime/commit/c7a1106bfc8e7d10e28dee97fb30a4e2792f21df)), closes [#93](https://github.com/apimatic/apimatic-js-runtime/issues/93) | ||
|
||
### 0.7.6 (2022-05-09) | ||
|
||
### Features | ||
|
||
- **core:** add forceful retries ([2e0879c](https://github.com/apimatic/apimatic-js-runtime/commit/2e0879c44595c9223501437e41509713be61e94e)) | ||
|
||
### Bug Fixes | ||
|
||
- **core:** bump json-bigint version to enable parsing large floats ([eb4ff36](https://github.com/apimatic/apimatic-js-runtime/commit/eb4ff364bfe6fde41b260bb3884e9c8b66e4ef53)) | ||
- **core:** remove convert to stream in a separate library ([810be61](https://github.com/apimatic/apimatic-js-runtime/commit/810be610b604ee3b76a07fc428a7fb9539ee08dc)) | ||
|
||
### 0.7.2 (2022-01-05) | ||
|
||
### Features | ||
|
||
- **core:** make http client configurable and add retry support ([07ff535](https://github.com/apimatic/apimatic-js-runtime/commit/07ff53524823886b2ae78f30048f1bdf7498955a)), closes [#31](https://github.com/apimatic/apimatic-js-runtime/issues/31) | ||
|
||
## 0.7.0 (2021-12-22) | ||
|
||
### Features | ||
|
||
- **core:** add platform and os detection for user-agent Closes [#29](https://github.com/apimatic/apimatic-js-runtime/issues/29) ([a3d0023](https://github.com/apimatic/apimatic-js-runtime/commit/a3d00236254c4c5391e9b5db73a0af351d4382cc)) | ||
|
||
### 0.6.2 (2021-09-29) | ||
|
||
### Features | ||
|
||
- **ts:** add support for bigint in template params ([#16](https://github.com/apimatic/apimatic-js-runtime/issues/16)) ([384146c](https://github.com/apimatic/apimatic-js-runtime/commit/384146c4af24d9ffdbfb9ecad18b8686c37240f5)) | ||
|
||
### 0.6.1 (2021-05-07) | ||
|
||
### 0.6.1-alpha.1 (2021-05-04) | ||
|
||
### 0.6.1-alpha.0 (2021-05-02) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
### 0.3.2 (2024-05-28) | ||
|
||
### Features | ||
|
||
- **typescript:** add support for pluggable adapters ([a76ba7c](https://github.com/apimatic/apimatic-js-runtime/commit/a76ba7cbf2602bdc48b758816000330429ac4972)) | ||
|
||
### Bug Fixes | ||
|
||
- **typescript:** update rollup versions in all packages package.json ([#98](https://github.com/apimatic/apimatic-js-runtime/issues/98)) ([c7a1106](https://github.com/apimatic/apimatic-js-runtime/commit/c7a1106bfc8e7d10e28dee97fb30a4e2792f21df)), closes [#93](https://github.com/apimatic/apimatic-js-runtime/issues/93) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
### 0.3.2 (2024-05-28) | ||
|
||
### Features | ||
|
||
- **typescript:** add support for pluggable adapters ([a76ba7c](https://github.com/apimatic/apimatic-js-runtime/commit/a76ba7cbf2602bdc48b758816000330429ac4972)) | ||
|
||
### Bug Fixes | ||
|
||
- **typescript:** update rollup versions in all packages package.json ([#98](https://github.com/apimatic/apimatic-js-runtime/issues/98)) ([c7a1106](https://github.com/apimatic/apimatic-js-runtime/commit/c7a1106bfc8e7d10e28dee97fb30a4e2792f21df)), closes [#93](https://github.com/apimatic/apimatic-js-runtime/issues/93) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
### 0.3.2 (2024-05-28) | ||
|
||
### Features | ||
|
||
- **typescript:** add support for pluggable adapters ([a76ba7c](https://github.com/apimatic/apimatic-js-runtime/commit/a76ba7cbf2602bdc48b758816000330429ac4972)) | ||
|
||
### Bug Fixes | ||
|
||
- **typescript:** update rollup versions in all packages package.json ([#98](https://github.com/apimatic/apimatic-js-runtime/issues/98)) ([c7a1106](https://github.com/apimatic/apimatic-js-runtime/commit/c7a1106bfc8e7d10e28dee97fb30a4e2792f21df)), closes [#93](https://github.com/apimatic/apimatic-js-runtime/issues/93) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
### 0.4.2 (2024-05-28) | ||
|
||
### Features | ||
|
||
- **auto-refresh-fetch:** enable auto refresh and fetch oauth token flow ([#162](https://github.com/apimatic/apimatic-js-runtime/issues/162)) ([a8da229](https://github.com/apimatic/apimatic-js-runtime/commit/a8da2298855dde7492dba4e181f9ebb075567a35)) | ||
- **typescript:** add support for pluggable adapters ([a76ba7c](https://github.com/apimatic/apimatic-js-runtime/commit/a76ba7cbf2602bdc48b758816000330429ac4972)) | ||
|
||
### Bug Fixes | ||
|
||
- **oauth-adapters:** fix oauthToken model mapping in oauth provider ([#100](https://github.com/apimatic/apimatic-js-runtime/issues/100)) ([3dea390](https://github.com/apimatic/apimatic-js-runtime/commit/3dea3902cb909d8e70283ff26c582252275d9f12)), closes [#99](https://github.com/apimatic/apimatic-js-runtime/issues/99) | ||
- **typescript:** update rollup versions in all packages package.json ([#98](https://github.com/apimatic/apimatic-js-runtime/issues/98)) ([c7a1106](https://github.com/apimatic/apimatic-js-runtime/commit/c7a1106bfc8e7d10e28dee97fb30a4e2792f21df)), closes [#93](https://github.com/apimatic/apimatic-js-runtime/issues/93) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@apimatic/oauth-adapters", | ||
"author": "APIMatic Ltd.", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"license": "MIT", | ||
"sideEffects": false, | ||
"main": "lib/index.js", | ||
|
@@ -55,10 +55,10 @@ | |
"typescript": "^4.1.2" | ||
}, | ||
"dependencies": { | ||
"@apimatic/schema": "^0.7.0", | ||
"@apimatic/core-interfaces": "^0.2.0", | ||
"@apimatic/file-wrapper": "^0.3.0", | ||
"@apimatic/http-headers": "^0.3.0", | ||
"@apimatic/core-interfaces": "^0.2.5", | ||
"@apimatic/file-wrapper": "^0.3.2", | ||
"@apimatic/http-headers": "^0.3.2", | ||
"@apimatic/schema": "^0.7.9", | ||
"tslib": "^2.1.0" | ||
}, | ||
"publishConfig": { | ||
|
@@ -69,4 +69,4 @@ | |
"url": "[email protected]:apimatic/apimatic-js-runtime.git", | ||
"directory": "packages/oauth-adapters" | ||
} | ||
} | ||
} |
Oops, something went wrong.