@coveo/push-api-client 3.0.124 → 3.1.1
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.
- package/README.md +5 -0
- package/package.json +13 -13
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.
|
3
|
+
"version": "3.1.1",
|
4
4
|
"description": "Push API client",
|
5
5
|
"main": "./dist/index.js",
|
6
6
|
"files": [
|
@@ -16,35 +16,35 @@
|
|
16
16
|
"types": "./dist/definitions/index.d.ts",
|
17
17
|
"dependencies": {
|
18
18
|
"@coveo/bueno": "^0.43.0",
|
19
|
-
"@coveo/platform-client": "
|
19
|
+
"@coveo/platform-client": "42.1.0",
|
20
20
|
"dayjs": "^1.10.4",
|
21
21
|
"exponential-backoff": "^3.1.0",
|
22
|
-
"fetch-undici-polyfill": "
|
22
|
+
"fetch-undici-polyfill": "1.2.1",
|
23
23
|
"zod": "^3.20.2"
|
24
24
|
},
|
25
25
|
"devDependencies": {
|
26
|
-
"@coveo/semantic-monorepo-tools": "1.5.
|
26
|
+
"@coveo/semantic-monorepo-tools": "1.5.24",
|
27
27
|
"@octokit/auth-action": "^2.0.3",
|
28
28
|
"@types/jest": "29.4.0",
|
29
|
-
"@types/node": "18.
|
30
|
-
"@typescript-eslint/eslint-plugin": "5.
|
31
|
-
"@typescript-eslint/parser": "5.
|
29
|
+
"@types/node": "18.15.1",
|
30
|
+
"@typescript-eslint/eslint-plugin": "5.54.1",
|
31
|
+
"@typescript-eslint/parser": "5.54.1",
|
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.
|
37
|
-
"eslint-config-prettier": "8.
|
36
|
+
"eslint": "8.36.0",
|
37
|
+
"eslint-config-prettier": "8.7.0",
|
38
38
|
"gts": "3.1.1",
|
39
39
|
"husky": "8.0.3",
|
40
|
-
"jest": "29.
|
41
|
-
"lint-staged": "13.
|
42
|
-
"nodemon": "2.0.
|
40
|
+
"jest": "29.5.0",
|
41
|
+
"lint-staged": "13.2.0",
|
42
|
+
"nodemon": "2.0.21",
|
43
43
|
"octokit": "2.0.14",
|
44
44
|
"prettier": "2.8.4",
|
45
45
|
"ts-jest": "29.0.5",
|
46
46
|
"ts-node": "10.9.1",
|
47
|
-
"typedoc": "0.23.
|
47
|
+
"typedoc": "0.23.26",
|
48
48
|
"typescript": "4.9.5",
|
49
49
|
"undici": "^5.16.0"
|
50
50
|
},
|