Skip to content

Commit

Permalink
Release build 6.15.0 [ci release]
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane authored and github-actions[bot] committed Sep 9, 2024
1 parent b8c858a commit 9f3717b
Show file tree
Hide file tree
Showing 254 changed files with 20,023 additions and 2,946 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ docs/
/lib
Sources/ContentScopeScripts/dist/
integration-test/extension/contentScope.js
integration-test/pages/build
integration-test/test-pages/duckplayer/scripts/dist
packages/special-pages/pages/**/public
script-overload-snapshots/
packages/special-pages/playwright-report/
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ node_modules/
.build/
build/
docs/
/screens
test-results/
playwright-report/
Sources/ContentScopeScripts/dist/
test-results

# Local Netlify folder
.netlify
3 changes: 2 additions & 1 deletion Sources/ContentScopeScripts/dist/contentScope.js
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,8 @@
...baseFeatures,
"webCompat",
"clickToLoad",
"breakageReporting"
"breakageReporting",
"duckPlayer"
],
windows: [
"cookie",
Expand Down
383 changes: 356 additions & 27 deletions Sources/ContentScopeScripts/dist/contentScopeIsolated.js

Large diffs are not rendered by default.

1,545 changes: 922 additions & 623 deletions Sources/ContentScopeScripts/dist/pages/duckplayer/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit 9f3717b

Please sign in to comment.