Skip to content

Commit

Permalink
feat(es5): add polyfill for WeakMap (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
faris-imi authored Apr 9, 2024
1 parent 5787670 commit 0021ebc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/src/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ 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';
import 'core-js/es/weak-set';
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 0021ebc

Please sign in to comment.