Skip to content

Commit 970d560

Browse files
authored
Merge branch 'main' into ts-standard
2 parents ceddbe3 + c5e4107 commit 970d560

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/serverless-patch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Apply patch from stack to serverless
4343
id: apply-patch
4444
run: $GITHUB_WORKSPACE/stack/.github/workflows/serverless-patch.sh
45-
- uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6
45+
- uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7
4646
with:
4747
token: ${{ secrets.GH_TOKEN }}
4848
path: serverless

docs/examples/bulk.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[[bulk_examples]]
22
=== Bulk
33

4-
The `bulk` API makes it possible to perform many index/delete operations in a
5-
single API call. This can greatly increase the indexing speed.
4+
With the {jsclient}/api-reference.html#_bulk[`bulk` API], you can perform multiple index/delete operations in a
5+
single API call. The `bulk` API significantly increases indexing speed.
66

7-
NOTE: Did you know that we provide an helper for sending bulk request? You can find it {jsclient}/client-helpers.html[here].
7+
NOTE: You can also use the {jsclient}/client-helpers.html[bulk helper].
88

99
[source,js]
1010
----

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@types/split2": "4.2.3",
6363
"@types/stoppable": "1.1.3",
6464
"@types/tap": "15.0.12",
65-
"chai": "4.5.0",
65+
"chai": "5.1.2",
6666
"cross-zip": "4.0.1",
6767
"desm": "1.3.1",
6868
"into-stream": "7.0.0",
@@ -81,7 +81,7 @@
8181
"tap": "21.0.1",
8282
"ts-node": "10.9.2",
8383
"ts-standard": "12.0.2",
84-
"typescript": "4.9.5",
84+
"typescript": "5.6.3",
8585
"workq": "3.0.0",
8686
"xmlbuilder2": "3.1.1",
8787
"zx": "7.2.3"

0 commit comments

Comments
 (0)