Skip to content

Commit bf1e515

Browse files
chore: autopublish 2025-12-02T10:37:40Z
1 parent e5957d0 commit bf1e515

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

js/botasaurus-server-js/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/botasaurus-server-js/package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "botasaurus-server",
3-
"version": "4.1.136",
3+
"version": "4.1.137",
44
"description": "controls adder for botasaurus.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"exports": {
88
".": "./dist/index.js",
9+
"./worker-executor": "./dist/worker-executor.js",
910
"./ndjson": "./dist/ndjson.js",
1011
"./writer-http": "./dist/writer-http.js",
1112
"./sorts": "./dist/sorts.js",
@@ -17,6 +18,7 @@
1718
"./errors": "./dist/errors.js",
1819
"./routes-db-logic": "./dist/routes-db-logic.js",
1920
"./task-results": "./dist/task-results.js",
21+
"./master-executor": "./dist/master-executor.js",
2022
"./views": "./dist/views.js",
2123
"./convert-to-english": "./dist/convert-to-english.js",
2224
"./validation": "./dist/validation.js",
@@ -42,6 +44,9 @@
4244
"*": [
4345
"dist/*"
4446
],
47+
"worker-executor": [
48+
"dist/worker-executor.d.ts"
49+
],
4550
"ndjson": [
4651
"dist/ndjson.d.ts"
4752
],
@@ -75,6 +80,9 @@
7580
"task-results": [
7681
"dist/task-results.d.ts"
7782
],
83+
"master-executor": [
84+
"dist/master-executor.d.ts"
85+
],
7886
"views": [
7987
"dist/views.d.ts"
8088
],

0 commit comments

Comments
 (0)