Skip to content

Commit

Permalink
Merge pull request #26 from FriendlyCaptcha/remove-promise-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
gzuidhof authored Dec 11, 2024
2 parents f2ea673 + d45ee55 commit c353534
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 3,108 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# changelog

## 0.1.13

* Remove patching of `Promise.prototype.constructor` to avoid issues with Angular and other libraries that extend or overwrite `Promise`.

## 0.1.12

* Change how we patch Promise to avoid issues with libraries that extend/overwrite it (Angular with zones in particular).
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@friendlycaptcha/sdk",
"version": "0.1.12",
"version": "0.1.13",
"description": "In-browser SDK for Friendly Captcha v2 (currently in preview only)",
"main": "dist/sdk.js",
"type": "module",
Expand Down
13 changes: 0 additions & 13 deletions sdktest/test/zone/body.tmpl.html

This file was deleted.

37 changes: 0 additions & 37 deletions sdktest/test/zone/main.tmpl.ts

This file was deleted.

Loading

0 comments on commit c353534

Please sign in to comment.