Skip to content

Commit 5874f84

Browse files
committed
chore: lint
1 parent a68916c commit 5874f84

File tree

2 files changed

+17
-25
lines changed

2 files changed

+17
-25
lines changed

CHANGELOG.md

Lines changed: 16 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,34 @@
11
## 3.0.1 (2023-02-07)
22

3-
4-
53
# 3.0.0 (2023-02-06)
64

7-
85
### Bug Fixes
96

10-
* **deps:** update all dependencies j:cdx-227 ([#259](https://github.com/coveo/push-api-client.js/issues/259)) ([0701a3d](https://github.com/coveo/push-api-client.js/commits/0701a3d6dab2c616bc19eca8cad921a457ebbd35))
11-
* **deps:** update all dependencies j:cdx-227 ([#265](https://github.com/coveo/push-api-client.js/issues/265)) ([b5eafc8](https://github.com/coveo/push-api-client.js/commits/b5eafc87b6b5c2033972921c2bd4ff195cce71a0))
12-
* **deps:** update all dependencies j:cdx-227 ([#267](https://github.com/coveo/push-api-client.js/issues/267)) ([2f44d70](https://github.com/coveo/push-api-client.js/commits/2f44d70e2e0b0a2d4f15c79fc66904e0d586f380))
13-
* discard undefined security provider ([#238](https://github.com/coveo/push-api-client.js/issues/238)) ([e3212b5](https://github.com/coveo/push-api-client.js/commits/e3212b5842a3ccf06461413b0a1be8c94c1e62f3))
14-
* make allowed and denied keys optional ([#242](https://github.com/coveo/push-api-client.js/issues/242)) ([eb6157d](https://github.com/coveo/push-api-client.js/commits/eb6157de0ff4028fbd568998936c2684a38af9bb))
15-
* prevent pushing empty permission array ([#243](https://github.com/coveo/push-api-client.js/issues/243)) ([5099328](https://github.com/coveo/push-api-client.js/commits/5099328ae1ce15e714921d485a5be21c76d8e989))
16-
* set `identitytype` value case insensitive ([#247](https://github.com/coveo/push-api-client.js/issues/247)) ([1b7ddb4](https://github.com/coveo/push-api-client.js/commits/1b7ddb46940c4e64e346e9b9148b8c14fae41b0e))
17-
18-
19-
* feat!: replace axios by fetch (#262) ([da6e62c](https://github.com/coveo/push-api-client.js/commits/da6e62c6dca0bcef61ba7ab4e90d479dbac6c8ba)), closes [#262](https://github.com/coveo/push-api-client.js/issues/262)
20-
* BREAKING CHANGE: `PermissionSetBuilder` should now be used for document permissions (#240) ([9e38289](https://github.com/coveo/push-api-client.js/commits/9e3828978cccbf734e25418084baada1059bf87f)), closes [#240](https://github.com/coveo/push-api-client.js/issues/240)
7+
- **deps:** update all dependencies j:cdx-227 ([#259](https://github.com/coveo/push-api-client.js/issues/259)) ([0701a3d](https://github.com/coveo/push-api-client.js/commits/0701a3d6dab2c616bc19eca8cad921a457ebbd35))
8+
- **deps:** update all dependencies j:cdx-227 ([#265](https://github.com/coveo/push-api-client.js/issues/265)) ([b5eafc8](https://github.com/coveo/push-api-client.js/commits/b5eafc87b6b5c2033972921c2bd4ff195cce71a0))
9+
- **deps:** update all dependencies j:cdx-227 ([#267](https://github.com/coveo/push-api-client.js/issues/267)) ([2f44d70](https://github.com/coveo/push-api-client.js/commits/2f44d70e2e0b0a2d4f15c79fc66904e0d586f380))
10+
- discard undefined security provider ([#238](https://github.com/coveo/push-api-client.js/issues/238)) ([e3212b5](https://github.com/coveo/push-api-client.js/commits/e3212b5842a3ccf06461413b0a1be8c94c1e62f3))
11+
- make allowed and denied keys optional ([#242](https://github.com/coveo/push-api-client.js/issues/242)) ([eb6157d](https://github.com/coveo/push-api-client.js/commits/eb6157de0ff4028fbd568998936c2684a38af9bb))
12+
- prevent pushing empty permission array ([#243](https://github.com/coveo/push-api-client.js/issues/243)) ([5099328](https://github.com/coveo/push-api-client.js/commits/5099328ae1ce15e714921d485a5be21c76d8e989))
13+
- set `identitytype` value case insensitive ([#247](https://github.com/coveo/push-api-client.js/issues/247)) ([1b7ddb4](https://github.com/coveo/push-api-client.js/commits/1b7ddb46940c4e64e346e9b9148b8c14fae41b0e))
2114

15+
- feat!: replace axios by fetch (#262) ([da6e62c](https://github.com/coveo/push-api-client.js/commits/da6e62c6dca0bcef61ba7ab4e90d479dbac6c8ba)), closes [#262](https://github.com/coveo/push-api-client.js/issues/262)
16+
- BREAKING CHANGE: `PermissionSetBuilder` should now be used for document permissions (#240) ([9e38289](https://github.com/coveo/push-api-client.js/commits/9e3828978cccbf734e25418084baada1059bf87f)), closes [#240](https://github.com/coveo/push-api-client.js/issues/240)
2217

2318
### Features
2419

25-
* return invalid document in error message ([#248](https://github.com/coveo/push-api-client.js/issues/248)) ([4db778a](https://github.com/coveo/push-api-client.js/commits/4db778a7f09748181273052654f81e80a7b8a2e9))
26-
20+
- return invalid document in error message ([#248](https://github.com/coveo/push-api-client.js/issues/248)) ([4db778a](https://github.com/coveo/push-api-client.js/commits/4db778a7f09748181273052654f81e80a7b8a2e9))
2721

2822
### BREAKING CHANGES
2923

30-
* Drop support for Node14
31-
* Return types changes from AxiosResponse to Response at a few places
32-
* uploadContentToFileContainer() now throws AggretateError
33-
* remove deprecated methods
34-
35-
* chore: remove unused imports
36-
37-
* lock
24+
- Drop support for Node14
25+
- Return types changes from AxiosResponse to Response at a few places
26+
- uploadContentToFileContainer() now throws AggretateError
27+
- remove deprecated methods
3828

29+
- chore: remove unused imports
3930

31+
- lock
4032

4133
# Changelog
4234

samples/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"module": "commonjs",
44
"paths": {
5-
"@coveo/push-api-client": ["../src/index.ts"],
5+
"@coveo/push-api-client": ["../src/index.ts"]
66
}
77
},
88
"exclude": ["node_modules"]

0 commit comments

Comments
 (0)