-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Penumbra: Improve cross-browser testing (#246)
* More stable browserstack versions * Standardize build string * Explicit Yarn version, move secrets into karma run * [ci:run] * log level -> >=warn in CI * Use HTTPS proto for karma testing, so is defined * export karma cert from JS * Comment out cert issue for now * skip if crypto.subtle is missing * enable video * Skip ziphash test * Drop firefox until we fix #249
- Loading branch information
1 parent
fd22a4a
commit f9fd3b9
Showing
10 changed files
with
911 additions
and
824 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@transcend-io/penumbra", | ||
"version": "5.3.2", | ||
"version": "5.3.3", | ||
"description": "Crypto streams for the browser.", | ||
"main": "dist/main.penumbra.js", | ||
"types": "ts-build/src/index.d.ts", | ||
|
@@ -113,5 +113,6 @@ | |
"webpack-cli": "^3.3.12", | ||
"webpack-merge": "^5.8.0", | ||
"worker-plugin": "^5.0.1" | ||
} | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f9fd3b9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
penumbra-example – ./
penumbra-example.vercel.app
penumbra-example-git-main-transcend-io.vercel.app
penumbra-example-transcend-io.vercel.app