Skip to content

Commit cb8b55e

Browse files
chore: autopublish 2026-03-03T14:52:54Z
1 parent 6a355c0 commit cb8b55e

2 files changed

Lines changed: 43 additions & 43 deletions

File tree

js/botasaurus-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-js/package.json

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,88 +1,88 @@
11
{
22
"name": "botasaurus",
3-
"version": "4.0.132",
3+
"version": "4.0.133",
44
"description": "controls adder for botasaurus.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"exports": {
88
".": "./dist/index.js",
9+
"./dontcache": "./dist/dontcache.js",
10+
"./decorators-utils": "./dist/decorators-utils.js",
911
"./string-utils": "./dist/string-utils.js",
10-
"./task": "./dist/task.js",
11-
"./beep-utils": "./dist/beep-utils.js",
12-
"./env": "./dist/env.js",
13-
"./paths": "./dist/paths.js",
12+
"./page": "./dist/page.js",
1413
"./increment": "./dist/increment.js",
15-
"./formats": "./dist/formats.js",
16-
"./output": "./dist/output.js",
14+
"./env": "./dist/env.js",
15+
"./cache": "./dist/cache.js",
1716
"./on-close": "./dist/on-close.js",
1817
"./utils": "./dist/utils.js",
19-
"./cache": "./dist/cache.js",
20-
"./page": "./dist/page.js",
21-
"./botasaurus-storage": "./dist/botasaurus-storage.js",
22-
"./decorators-utils": "./dist/decorators-utils.js",
23-
"./decorators-common": "./dist/decorators-common.js",
18+
"./output": "./dist/output.js",
19+
"./formats": "./dist/formats.js",
20+
"./paths": "./dist/paths.js",
21+
"./task": "./dist/task.js",
2422
"./playwright": "./dist/playwright.js",
23+
"./beep-utils": "./dist/beep-utils.js",
24+
"./botasaurus-storage": "./dist/botasaurus-storage.js",
2525
"./list-utils": "./dist/list-utils.js",
26-
"./dontcache": "./dist/dontcache.js"
26+
"./decorators-common": "./dist/decorators-common.js"
2727
},
2828
"typesVersions": {
2929
"*": {
3030
"*": [
3131
"dist/*"
3232
],
33-
"string-utils": [
34-
"dist/string-utils.d.ts"
35-
],
36-
"task": [
37-
"dist/task.d.ts"
33+
"dontcache": [
34+
"dist/dontcache.d.ts"
3835
],
39-
"beep-utils": [
40-
"dist/beep-utils.d.ts"
36+
"decorators-utils": [
37+
"dist/decorators-utils.d.ts"
4138
],
42-
"env": [
43-
"dist/env.d.ts"
39+
"string-utils": [
40+
"dist/string-utils.d.ts"
4441
],
45-
"paths": [
46-
"dist/paths.d.ts"
42+
"page": [
43+
"dist/page.d.ts"
4744
],
4845
"increment": [
4946
"dist/increment.d.ts"
5047
],
51-
"formats": [
52-
"dist/formats.d.ts"
48+
"env": [
49+
"dist/env.d.ts"
5350
],
54-
"output": [
55-
"dist/output.d.ts"
51+
"cache": [
52+
"dist/cache.d.ts"
5653
],
5754
"on-close": [
5855
"dist/on-close.d.ts"
5956
],
6057
"utils": [
6158
"dist/utils.d.ts"
6259
],
63-
"cache": [
64-
"dist/cache.d.ts"
65-
],
66-
"page": [
67-
"dist/page.d.ts"
60+
"output": [
61+
"dist/output.d.ts"
6862
],
69-
"botasaurus-storage": [
70-
"dist/botasaurus-storage.d.ts"
63+
"formats": [
64+
"dist/formats.d.ts"
7165
],
72-
"decorators-utils": [
73-
"dist/decorators-utils.d.ts"
66+
"paths": [
67+
"dist/paths.d.ts"
7468
],
75-
"decorators-common": [
76-
"dist/decorators-common.d.ts"
69+
"task": [
70+
"dist/task.d.ts"
7771
],
7872
"playwright": [
7973
"dist/playwright.d.ts"
8074
],
75+
"beep-utils": [
76+
"dist/beep-utils.d.ts"
77+
],
78+
"botasaurus-storage": [
79+
"dist/botasaurus-storage.d.ts"
80+
],
8181
"list-utils": [
8282
"dist/list-utils.d.ts"
8383
],
84-
"dontcache": [
85-
"dist/dontcache.d.ts"
84+
"decorators-common": [
85+
"dist/decorators-common.d.ts"
8686
]
8787
}
8888
},

0 commit comments

Comments
 (0)