Skip to content

Commit d46f253

Browse files
committed
Merge branch 'master' of https://github.com/omkarcloud/boss
2 parents ae04f18 + 143173d commit d46f253

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "botasaurus-desktop-api",
3-
"version": "4.1.93",
3+
"version": "4.1.94",
44
"description": "The Botasaurus Desktop API Client provides programmatic access to Botasaurus Desktop scrapers with a developer-friendly API.",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "botasaurus",
3-
"version": "4.0.131",
3+
"version": "4.0.132",
44
"description": "controls adder for botasaurus.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "botasaurus-server",
3-
"version": "4.1.151",
3+
"version": "4.1.152",
44
"description": "controls adder for botasaurus.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

pg-cache-storage/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def get_description():
2020

2121
setup(
2222
name="pg-cache-storage",
23-
version='1.0.1',
23+
version='1.0.2',
2424
author="Chetan Jain",
2525
author_email="53407137+Chetan11-dev@users.noreply.github.com",
2626
description="PostgreSQL cache storage for botasaurus.",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def get_description():
3333
setup(
3434
name="botasaurus",
3535
packages=["botasaurus"],
36-
version='4.0.96',
36+
version='4.0.97',
3737
license="MIT",
3838
project_urls={
3939
"Documentation": "https://omkar.cloud/botasaurus/",

0 commit comments

Comments
 (0)