Skip to content

Commit 0c93dab

Browse files
authored
fix: Add buffer polyfill with base64url support (#153)
1 parent 740cd32 commit 0c93dab

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,12 @@
7070
"webpack-cli": "^4.10.0"
7171
},
7272
"dependencies": {
73+
"buffer": "npm:@eppo/[email protected]",
7374
"js-base64": "^3.7.7",
7475
"pino": "^8.19.0",
7576
"semver": "^7.5.4",
7677
"spark-md5": "^3.0.2",
7778
"uuid": "^8.3.2"
78-
}
79+
},
80+
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
7981
}

yarn.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,6 +1339,14 @@ buffer@^6.0.3:
13391339
base64-js "^1.3.1"
13401340
ieee754 "^1.2.1"
13411341

1342+
"buffer@npm:@eppo/[email protected]":
1343+
version "6.2.0"
1344+
resolved "https://registry.yarnpkg.com/@eppo/buffer/-/buffer-6.2.0.tgz#c073617a106ec710e83835edd593ab55ad2b25a1"
1345+
integrity sha512-3SP9je+cXr2tHRCwG38P862MjjNALoM4/FGR5ciqjTb6xpJpJxHI1mg0ORwn0Shu8Prn6mUpqqzyAxCvszb8uw==
1346+
dependencies:
1347+
base64-js "^1.3.1"
1348+
ieee754 "^1.2.1"
1349+
13421350
call-bind@^1.0.0, call-bind@^1.0.2:
13431351
version "1.0.2"
13441352
resolved "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz"

0 commit comments

Comments
 (0)