Skip to content

Commit

Permalink
Update bgutils-js to 2.1.0 (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: grqx_wsl <[email protected]>
  • Loading branch information
Brainicism and grqx authored Sep 30, 2024
1 parent dafe4f4 commit 1e1a1e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@commander-js/extra-typings": "commander-js/extra-typings",
"axios": "^1.7.7",
"bgutils-js": "^1.1.0",
"bgutils-js": "^2.1.0",
"body-parser": "^1.20.2",
"commander": "^12.1.0",
"express": "^4.19.2",
Expand Down
2 changes: 1 addition & 1 deletion server/src/session_manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export class SessionManager {
}
},
globalObj: globalThis,
identity: visitIdentifier,
identifier: visitIdentifier,
requestKey,
};

Expand Down
8 changes: 4 additions & 4 deletions server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -407,10 +407,10 @@ balanced-match@^1.0.0:
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==

bgutils-js@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/bgutils-js/-/bgutils-js-1.1.0.tgz#791e83630154419f94fcd5acdc401cb05beb3e56"
integrity sha512-+v+MWO02VAfSKuuh9gpjxBTllFGkIiqzZT7ELwScOtm2UWk6MOm7lqkVtzctcjCrG0sgRZccfEbgaEWHozXLSQ==
bgutils-js@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/bgutils-js/-/bgutils-js-2.1.0.tgz#bbcb0a1672b5c0b048a3fd0fdefc7d6d9298f930"
integrity sha512-QCUUE/N9NT7zasJahxYdXLixAoxrK+mb6GmQBc9SvAixgeFt+GPW7wJ5Wk0/7JIxcWaKXa/p96CCYWuXyWlUkg==

[email protected], body-parser@^1.20.2:
version "1.20.2"
Expand Down

0 comments on commit 1e1a1e0

Please sign in to comment.