@coveo/push-api-client 3.0.124 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -48,6 +48,11 @@ main();
48
48
 
49
49
  See more examples in the `./samples` folder.
50
50
 
51
+ ### Proxy configuration
52
+
53
+ You can use the `HTTPS_PROXY` or `https_proxy` environment variable for proxy configuration.
54
+ Read more about it [here](https://about.gitlab.com/blog/2021/01/27/we-need-to-talk-no-proxy/).
55
+
51
56
  ## Local development
52
57
 
53
58
  - `npm i`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coveo/push-api-client",
3
- "version": "3.0.124",
3
+ "version": "3.1.0",
4
4
  "description": "Push API client",
5
5
  "main": "./dist/index.js",
6
6
  "files": [
@@ -16,24 +16,24 @@
16
16
  "types": "./dist/definitions/index.d.ts",
17
17
  "dependencies": {
18
18
  "@coveo/bueno": "^0.43.0",
19
- "@coveo/platform-client": "40.9.3",
19
+ "@coveo/platform-client": "40.11.3",
20
20
  "dayjs": "^1.10.4",
21
21
  "exponential-backoff": "^3.1.0",
22
- "fetch-undici-polyfill": "^1.1.2",
22
+ "fetch-undici-polyfill": "1.2.1",
23
23
  "zod": "^3.20.2"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@coveo/semantic-monorepo-tools": "1.5.22",
27
27
  "@octokit/auth-action": "^2.0.3",
28
28
  "@types/jest": "29.4.0",
29
- "@types/node": "18.14.0",
30
- "@typescript-eslint/eslint-plugin": "5.52.0",
31
- "@typescript-eslint/parser": "5.52.0",
29
+ "@types/node": "18.14.2",
30
+ "@typescript-eslint/eslint-plugin": "5.53.0",
31
+ "@typescript-eslint/parser": "5.53.0",
32
32
  "conventional-changelog-angular": "5.0.13",
33
33
  "cz-conventional-changelog": "3.3.0",
34
34
  "detect-indent": "7.0.1",
35
35
  "dotenv": "16.0.3",
36
- "eslint": "8.34.0",
36
+ "eslint": "8.35.0",
37
37
  "eslint-config-prettier": "8.6.0",
38
38
  "gts": "3.1.1",
39
39
  "husky": "8.0.3",
@@ -44,7 +44,7 @@
44
44
  "prettier": "2.8.4",
45
45
  "ts-jest": "29.0.5",
46
46
  "ts-node": "10.9.1",
47
- "typedoc": "0.23.25",
47
+ "typedoc": "0.23.26",
48
48
  "typescript": "4.9.5",
49
49
  "undici": "^5.16.0"
50
50
  },