Skip to content

Commit

Permalink
Applied fork for xksuid to fix for node 20+
Browse files Browse the repository at this point in the history
  • Loading branch information
aultac committed Feb 19, 2024
1 parent 4db510c commit e3267f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oada/client",
"version": "4.5.5",
"version": "4.5.6",
"description": "A lightweight client tool to interact with an OADA-compliant server",
"repository": "https://github.com/OADA/client",
"main": "dist/index.js",
Expand Down Expand Up @@ -110,7 +110,7 @@
"tslib": "^2.5.3",
"utf-8-validate": "^6.0.3",
"ws": "^8.13.0",
"xksuid": "^0.0.3"
"xksuid": "aultac/xksuid#fix-crypto-polyfill"
},
"devDependencies": {
"@ava/typescript": "^4.0.0",
Expand Down Expand Up @@ -162,4 +162,4 @@
"resolutions": {
"deep-clone@^4.0.0": "patch:deep-clone@npm%3A4.0.0#./.yarn/patches/deep-clone-npm-4.0.0-eee1a48c85.patch"
}
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ __metadata:
typescript: 5.1.3
utf-8-validate: ^6.0.3
ws: ^8.13.0
xksuid: ^0.0.3
xksuid: "aultac/xksuid#fix-crypto-polyfill"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -6538,10 +6538,10 @@ __metadata:
languageName: node
linkType: hard

"xksuid@npm:^0.0.3":
"xksuid@aultac/xksuid#fix-crypto-polyfill":
version: 0.0.3
resolution: "xksuid@npm:0.0.3"
checksum: bc1161dd6de10c39db9d0754546d57abf4dc7ce869934798e55d094fa13bb970d8cfd5364be30b8c6a263a21ff6f64f81990447dd38cdc42cf8495931b8e6178
resolution: "xksuid@https://github.com/aultac/xksuid.git#commit=22a21eb01331191feb62ea0a4e67d96d2e80f396"
checksum: 68c9ef072192b9ab7850da373036447de847b87828dec8b554a26200b0120c78c4be668e16eb52c21bdba6566bf66b5396a0a0e79c0fe265ffef1b22ed812327
languageName: node
linkType: hard

Expand Down

0 comments on commit e3267f9

Please sign in to comment.