We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5787670 commit 0021ebcCopy full SHA for 0021ebc
lib/src/polyfills.ts
@@ -6,3 +6,5 @@ import 'core-js/es/object/get-own-property-descriptors';
6
import 'core-js/es/map';
7
import 'core-js/es/set';
8
import 'core-js/es/symbol';
9
+import 'core-js/es/weak-map';
10
+import 'core-js/es/weak-set';
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@hcaptcha/loader",
3
"description": "This is a JavaScript library to easily configure the loading of the hCaptcha JS client SDK with built-in error handling.",
4
- "version": "1.2.3",
+ "version": "1.2.4",
5
"author": "hCaptcha team and contributors",
"license": "MIT",
"keywords": [
0 commit comments