Skip to content

Commit

Permalink
[auto] fingerprint/header model update
Browse files Browse the repository at this point in the history
  • Loading branch information
barjin authored and modelmaker[bot] ⚒️ committed Aug 1, 2024
1 parent 9e06456 commit 6c0d304
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 27 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fingerprint-suite",
"private": true,
"version": "2.1.53",
"version": "2.1.54",
"description": "",
"workspaces": [
"packages/*"
Expand Down
6 changes: 3 additions & 3 deletions packages/fingerprint-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fingerprint-generator",
"version": "2.1.53",
"version": "2.1.54",
"description": "NodeJS package for generating realistic browser fingerprints.",
"homepage": "https://github.com/apify/fingerprint-suite",
"engines": {
Expand Down Expand Up @@ -33,8 +33,8 @@
"url": "https://github.com/apify/fingerprint-suite/issues"
},
"dependencies": {
"generative-bayesian-network": "^2.1.53",
"header-generator": "^2.1.53",
"generative-bayesian-network": "^2.1.54",
"header-generator": "^2.1.54",
"tslib": "^2.4.0"
}
}
Binary file not shown.
4 changes: 2 additions & 2 deletions packages/fingerprint-injector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fingerprint-injector",
"version": "2.1.53",
"version": "2.1.54",
"description": "Browser fingerprint injection library for Playwright and Puppeteer.",
"homepage": "https://github.com/apify/fingerprint-suite",
"engines": {
Expand All @@ -17,7 +17,7 @@
}
},
"dependencies": {
"fingerprint-generator": "^2.1.53",
"fingerprint-generator": "^2.1.54",
"tslib": "^2.4.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/generative-bayesian-network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generative-bayesian-network",
"version": "2.1.53",
"version": "2.1.54",
"author": {
"name": "Apify"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/generator-networks-creator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-networks-creator",
"version": "2.1.53",
"version": "2.1.54",
"engines": {
"node": ">=16.0.0"
},
Expand All @@ -17,7 +17,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"generative-bayesian-network": "^2.1.53",
"generative-bayesian-network": "^2.1.54",
"node-fetch": "^2.6.7",
"tslib": "^2.4.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/header-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "header-generator",
"version": "2.1.53",
"version": "2.1.54",
"description": "NodeJS package for generating realistic browser-like HTTP headers.",
"author": {
"name": "Apify",
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"browserslist": "^4.21.1",
"generative-bayesian-network": "^2.1.53",
"generative-bayesian-network": "^2.1.54",
"ow": "^0.28.1",
"tslib": "^2.4.0"
},
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 6c0d304

Please sign in to comment.