Skip to content

Commit

Permalink
feat(es5): add polyfill for WeakMap
Browse files Browse the repository at this point in the history
  • Loading branch information
faris-imi committed Apr 9, 2024
1 parent 5787670 commit 2ad7484
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/src/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ import 'core-js/es/object/get-own-property-descriptors';
import 'core-js/es/map';
import 'core-js/es/set';
import 'core-js/es/symbol';
import 'core-js/es/weak-map';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hcaptcha/loader",
"description": "This is a JavaScript library to easily configure the loading of the hCaptcha JS client SDK with built-in error handling.",
"version": "1.2.3",
"version": "1.2.4",
"author": "hCaptcha team and contributors",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 2ad7484

Please sign in to comment.