Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Commit

Permalink
postbump
Browse files Browse the repository at this point in the history
  • Loading branch information
waterplea committed Nov 17, 2020
1 parent f097615 commit 14fbc33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ you will get type-safe mocks and you can at least be sure you will not have
- `LOCATION` — see _special cases_ below
- `LOCAL_STORAGE` — add `UNIVERSAL_LOCAL_STORAGE` for a `Map` based mock for `window.localStorage`
- `SESSION_STORAGE` — add `UNIVERSAL_SESSION_STORAGE` for a `Map` based mock for `window.sessionStorage`
- `SPEECH_RECOGNITION` — no need to do anything
- `SPEECH_SYNTHESIS` — add `UNIVERSAL_SPEECH_SYNTHESIS` for a type-safe mock for `window.speechSynthesis`
- `PAGE_VISIBILITY` — no need to do anything

Expand Down
2 changes: 1 addition & 1 deletion projects/universal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-web-apis/universal",
"version": "1.8.0",
"version": "1.9.0",
"peerDependencies": {
"@angular/core": ">=6.0.0",
"@ng-web-apis/common": ">=1.8.0",
Expand Down

0 comments on commit 14fbc33

Please sign in to comment.