Skip to content

Commit

Permalink
Merge branch 'master' into feature/AG-32457
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamWr committed Jul 10, 2024
2 parents 9bd05a6 + b9c439e commit 8edeb7a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adguard/scriptlets",
"version": "1.11.6",
"version": "1.11.7",
"description": "AdGuard's JavaScript library of Scriptlets and Redirect resources",
"scripts": {
"build": "babel-node -x .js,.ts scripts/build.js",
Expand Down
5 changes: 4 additions & 1 deletion scripts/compatibility-table.json
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,9 @@
},
{
"ubo": "trusted-replace-outbound-text.js"
},
{
"ubo": "trusted-suppress-native-method.js"
}
],
"redirects": [
Expand Down Expand Up @@ -600,4 +603,4 @@
"ubo": "noop-0.5s.mp3"
}
]
}
}
1 change: 1 addition & 0 deletions wiki/compatibility-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
| | remove-cache-storage-item.js | |
| | trusted-replace-argument.js | |
| | trusted-replace-outbound-text.js | |
| | trusted-suppress-native-method.js | |


## <a id="redirects"></a> Redirects compatibility table
Expand Down

0 comments on commit 8edeb7a

Please sign in to comment.