Merge master into feat/binary-response
This commit is contained in:
32
README.md
32
README.md
@@ -27,7 +27,7 @@
|
||||
|
||||
**Chat: [Telegram](https://t.me/postwoman_app), [Discord](https://discord.gg/GAMWxmR)**
|
||||
|
||||
**Donate: [Open Collective](https://opencollective.com/postwoman), [PayPal](https://www.paypal.me/liyascthomas), [Patreon](https://www.patreon.com/liyasthomas), [:octocat: GitHub Sponsors](https://github.com/sponsors/postwoman-io)**
|
||||
**Donate: [GitHub Sponsors](https://github.com/sponsors/postwoman-io), [Open Collective](https://opencollective.com/postwoman), [Patreon](https://www.patreon.com/liyasthomas), [PayPal](https://www.paypal.me/liyascthomas)**
|
||||
|
||||
<div align="center">
|
||||
<a href="https://postwoman.io"><img src="https://raw.githubusercontent.com/liyasthomas/postwoman/master/static/images/screenshot1.png" alt="Screenshot1" width="100%"></a>
|
||||
@@ -101,9 +101,9 @@ _Customized themes are synced with local session storage_
|
||||
|
||||
🔥 **PWA**: Install as a [PWA](https://developers.google.com/web/progressive-web-apps) on your device.
|
||||
|
||||
**Features:** [Full features](https://developers.google.com/web/progressive-web-apps)
|
||||
**Features:**
|
||||
|
||||
- Instant loading with [Service Workers](https://developers.google.com/web/fundamentals/primers/service-workers)
|
||||
- Instant loading with Service Workers
|
||||
- Offline support
|
||||
- Low RAM/memory and CPU usage
|
||||
- Add to Home Screen
|
||||
@@ -180,7 +180,7 @@ _Collections are synced with cloud / local session storage_
|
||||
**Features:**
|
||||
|
||||
- Hide your IP address
|
||||
- Fixes [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) (Cross Origin Resource Sharing) issues
|
||||
- Fixes [`CORS`](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) (Cross Origin Resource Sharing) issues
|
||||
- Access APIs served in non-HTTPS (`http://`)
|
||||
- Use custom Proxy URL
|
||||
|
||||
@@ -226,9 +226,9 @@ _**All `i18n` contributions are welcome to `i18n` [branch](https://github.com/li
|
||||
|
||||
- **[Proxy](https://github.com/postwoman-io/proxywoman)** - A simple proxy server created for Postwoman
|
||||
- **[CLI β](https://github.com/postwoman-io/postwoman-cli)** - A CLI solution for Postwoman
|
||||
- **Browser Extensions** - Browser extensions that simplifies access to Postwoman
|
||||
- **[Browser Extensions](https://github.com/AndrewBastin/postwoman-extension)** - Browser extensions that simplifies access to Postwoman
|
||||
|
||||
[ **Firefox**](https://addons.mozilla.org/en-US/firefox/addon/postwoman) | [ **Chrome**](https://chrome.google.com/webstore/detail/postwoman-extension-for-c/amknoiejhlmhancpahfcfcfhllgkpbld) ([GitHub](https://github.com/AndrewBastin/postwoman-extension))
|
||||
[ **Firefox**](https://addons.mozilla.org/en-US/firefox/addon/postwoman) | [ **Chrome**](https://chrome.google.com/webstore/detail/postwoman-extension-for-c/amknoiejhlmhancpahfcfcfhllgkpbld)
|
||||
|
||||
> **Extensions fixes `CORS` issues.**
|
||||
|
||||
@@ -304,13 +304,13 @@ _Sample keys only works with the [production build](https://postwoman.io)._
|
||||
1. [Clone this repo](https://help.github.com/en/articles/cloning-a-repository) with git.
|
||||
2. Install dependencies by running `npm install` within the directory that you cloned (probably `postwoman`).
|
||||
3. Start the development server with `npm run dev`.
|
||||
4. Open development site by going to [http://localhost:3000](http://localhost:3000) in your browser.
|
||||
4. Open development site by going to [`http://localhost:3000`](http://localhost:3000) in your browser.
|
||||
|
||||
#### Docker compose
|
||||
|
||||
1. [Clone this repo](https://help.github.com/en/articles/cloning-a-repository) with git.
|
||||
2. Run `docker-compose up`
|
||||
3. Open development site by going to [http://localhost:3000](http://localhost:3000) in your browser.
|
||||
3. Open development site by going to [`http://localhost:3000`](http://localhost:3000) in your browser.
|
||||
|
||||
## Docker 🐳 [](https://hub.docker.com/r/liyasthomas/postwoman)
|
||||
|
||||
@@ -322,7 +322,7 @@ docker pull liyasthomas/postwoman
|
||||
docker run -p 3000:3000 liyasthomas/postwoman:latest
|
||||
|
||||
#build
|
||||
docker build -t postwoman:latest
|
||||
docker build -t postwoman:latest .
|
||||
```
|
||||
|
||||
## Releasing 🧞
|
||||
@@ -334,7 +334,7 @@ docker build -t postwoman:latest
|
||||
|
||||
## Contributing 🍰
|
||||
|
||||
Please read [CONTRIBUTING](CONTRIBUTING.md) for details on our [CODE OF CONDUCT](CODE_OF_CONDUCT.md), and the process for submitting pull requests to us.
|
||||
Please read [`CONTRIBUTING`](CONTRIBUTING.md) for details on our [`CODE OF CONDUCT`](CODE_OF_CONDUCT.md), and the process for submitting pull requests to us.
|
||||
|
||||
## Continuous Integration 💚 [](https://travis-ci.com/liyasthomas/postwoman)
|
||||
|
||||
@@ -346,7 +346,7 @@ This project is developed by [Liyas Thomas](https://github.com/liyasthomas) usin
|
||||
|
||||
## Change log 📝
|
||||
|
||||
See the [CHANGELOG](CHANGELOG.md) file for details.
|
||||
See the [`CHANGELOG`](CHANGELOG.md) file for details.
|
||||
|
||||
## Authors 🧙
|
||||
|
||||
@@ -360,7 +360,7 @@ See the [CHANGELOG](CHANGELOG.md) file for details.
|
||||
|
||||
### Testing and Debugging
|
||||
|
||||
- ([contributors](https://github.com/liyasthomas/postwoman/graphs/contributors))
|
||||
- [Contributors](https://github.com/liyasthomas/postwoman/graphs/contributors)
|
||||
|
||||
### Collaborators <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
||||
|
||||
@@ -405,11 +405,11 @@ See the list of [contributors](https://github.com/liyasthomas/postwoman/graphs/c
|
||||
|
||||
### Financial Contributors
|
||||
|
||||
Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/postwoman/contribute)]
|
||||
Become a financial contributor and help us sustain our community [[Contribute](https://opencollective.com/postwoman/contribute)].
|
||||
|
||||
#### Organizations
|
||||
|
||||
Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/postwoman/contribute)]
|
||||
Support this project with your organization. Your logo will show up here with a link to your website [[Contribute](https://opencollective.com/postwoman/contribute)].
|
||||
|
||||
<a href="https://opencollective.com/postwoman/organization/0/website"><img src="https://opencollective.com/postwoman/organization/0/avatar.svg"></a>
|
||||
<a href="https://opencollective.com/postwoman/organization/1/website"><img src="https://opencollective.com/postwoman/organization/1/avatar.svg"></a>
|
||||
@@ -428,13 +428,13 @@ Support this project with your organization. Your logo will show up here with a
|
||||
|
||||
### Code Contributors
|
||||
|
||||
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
|
||||
This project exists thanks to all the people who contribute [[Contribute](CONTRIBUTING.md)].
|
||||
|
||||
<a href="https://github.com/liyasthomas/postwoman/graphs/contributors"><img src="https://opencollective.com/postwoman/contributors.svg?width=890&button=false" /></a>
|
||||
|
||||
## License 📄
|
||||
|
||||
This project is licensed under the [MIT License](https://opensource.org/licenses/MIT) - see the [LICENSE](LICENSE) file for details.
|
||||
This project is licensed under the [MIT License](https://opensource.org/licenses/MIT) - see the [`LICENSE`](LICENSE) file for details.
|
||||
|
||||
## Acknowledgements 🙏
|
||||
|
||||
|
||||
154
package-lock.json
generated
154
package-lock.json
generated
@@ -1224,15 +1224,15 @@
|
||||
}
|
||||
},
|
||||
"@firebase/analytics": {
|
||||
"version": "0.3.7",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/analytics/-/analytics-0.3.7.tgz",
|
||||
"integrity": "sha512-xIxbrnnyMcbmMVFhbbAeBrRcPv3c0/gEjPR0okvqUp0A1KsUvKetyq4ajYW7UAzyFPQIJ9v5M+y47TAB9oRefQ==",
|
||||
"version": "0.3.8",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/analytics/-/analytics-0.3.8.tgz",
|
||||
"integrity": "sha512-HpNRBJHnrGq5jtVTNRgA8Ozng2ilt0pkej8D5EvXoaylu80U+ICKLBlIT8TdUSEfkXC/RPjvLXg6vn/sq/CyqA==",
|
||||
"requires": {
|
||||
"@firebase/analytics-types": "0.3.1",
|
||||
"@firebase/component": "0.1.14",
|
||||
"@firebase/installations": "0.4.12",
|
||||
"@firebase/component": "0.1.15",
|
||||
"@firebase/installations": "0.4.13",
|
||||
"@firebase/logger": "0.2.5",
|
||||
"@firebase/util": "0.2.49",
|
||||
"@firebase/util": "0.2.50",
|
||||
"tslib": "^1.11.1"
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -1249,14 +1249,14 @@
|
||||
"integrity": "sha512-63vVJ5NIBh/JF8l9LuPrQYSzFimk7zYHySQB4Dk9rVdJ8kV/vGQoVTvRu1UW05sEc2Ug5PqtEChtTHU+9hvPcA=="
|
||||
},
|
||||
"@firebase/app": {
|
||||
"version": "0.6.6",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/app/-/app-0.6.6.tgz",
|
||||
"integrity": "sha512-9NNhFedXHhUWDsbJL/A7vgiq9EDeqktFbkPYRfqN/GONIfVHfgAXOwQkEgz1trYV+XBP/n0Wyz8+lzXxu0+m8g==",
|
||||
"version": "0.6.7",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/app/-/app-0.6.7.tgz",
|
||||
"integrity": "sha512-6NpIZ3iMrCR2XOShK5oi3YYB0GXX5yxVD8p3+2N+X4CF5cERyIrDRf8+YXOFgr+bDHSbVcIyzpWv6ijhg4MJlw==",
|
||||
"requires": {
|
||||
"@firebase/app-types": "0.6.1",
|
||||
"@firebase/component": "0.1.14",
|
||||
"@firebase/component": "0.1.15",
|
||||
"@firebase/logger": "0.2.5",
|
||||
"@firebase/util": "0.2.49",
|
||||
"@firebase/util": "0.2.50",
|
||||
"dom-storage": "2.1.0",
|
||||
"tslib": "^1.11.1",
|
||||
"xmlhttprequest": "1.8.0"
|
||||
@@ -1293,11 +1293,11 @@
|
||||
"integrity": "sha512-/+gBHb1O9x/YlG7inXfxff/6X3BPZt4zgBv4kql6HEmdzNQCodIRlEYnI+/da+lN+dha7PjaFH7C7ewMmfV7rw=="
|
||||
},
|
||||
"@firebase/component": {
|
||||
"version": "0.1.14",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/component/-/component-0.1.14.tgz",
|
||||
"integrity": "sha512-jbcTAne5mn5T508TY5BFrDOT1v/hXiX/22eMXweCXFbD+9JbsMztwQhNwqjwB8ihNAYG2FKw64UfI9NM04lD/g==",
|
||||
"version": "0.1.15",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/component/-/component-0.1.15.tgz",
|
||||
"integrity": "sha512-HqFb1qQl1vtlUMIzPM15plNz27jqM8DWjuQQuGeDfG+4iRRflwKfgNw1BOyoP4kQ8vOBCL7t/71yPXSomNdJdQ==",
|
||||
"requires": {
|
||||
"@firebase/util": "0.2.49",
|
||||
"@firebase/util": "0.2.50",
|
||||
"tslib": "^1.11.1"
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -1309,15 +1309,15 @@
|
||||
}
|
||||
},
|
||||
"@firebase/database": {
|
||||
"version": "0.6.5",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/database/-/database-0.6.5.tgz",
|
||||
"integrity": "sha512-4AnsLUscnCZ48nRGe0YKmHq/cQ4pcM3pRV9O4Uh6mPQpTSixPDLMveuAHYJFUI9tgj5I+FNqjxezUFLS7+9XOw==",
|
||||
"version": "0.6.6",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/database/-/database-0.6.6.tgz",
|
||||
"integrity": "sha512-TqUJOaCATF/h3wpqhPT9Fz1nZI6gBv/M2pHZztUjX4A9o9Bq93NyqUurYiZnGB7zpSkEADFCVT4f0VBrWdHlNw==",
|
||||
"requires": {
|
||||
"@firebase/auth-interop-types": "0.1.5",
|
||||
"@firebase/component": "0.1.14",
|
||||
"@firebase/component": "0.1.15",
|
||||
"@firebase/database-types": "0.5.1",
|
||||
"@firebase/logger": "0.2.5",
|
||||
"@firebase/util": "0.2.49",
|
||||
"@firebase/util": "0.2.50",
|
||||
"faye-websocket": "0.11.3",
|
||||
"tslib": "^1.11.1"
|
||||
},
|
||||
@@ -1338,14 +1338,14 @@
|
||||
}
|
||||
},
|
||||
"@firebase/firestore": {
|
||||
"version": "1.15.4",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/firestore/-/firestore-1.15.4.tgz",
|
||||
"integrity": "sha512-Q8YSHSO8D7MEoykHOdPWbgr2EN5AKTrEpHAmvFfDD5HMVTU6m8WfWqos8VawfZCfMkk65NJ5x+Pi+mzHj58ZcA==",
|
||||
"version": "1.15.5",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/firestore/-/firestore-1.15.5.tgz",
|
||||
"integrity": "sha512-unkRIC2hL2Ge5er/Hj43aUYiEKlW5bpju8TnIaF33avg/wZpSsmtVrMlAQVkBWFhvWeYpJSr2QOzNLa1bQvuCA==",
|
||||
"requires": {
|
||||
"@firebase/component": "0.1.14",
|
||||
"@firebase/component": "0.1.15",
|
||||
"@firebase/firestore-types": "1.11.0",
|
||||
"@firebase/logger": "0.2.5",
|
||||
"@firebase/util": "0.2.49",
|
||||
"@firebase/util": "0.2.50",
|
||||
"@firebase/webchannel-wrapper": "0.2.41",
|
||||
"@grpc/grpc-js": "^1.0.0",
|
||||
"@grpc/proto-loader": "^0.5.0",
|
||||
@@ -1365,11 +1365,11 @@
|
||||
"integrity": "sha512-hD7+cmMUvT5OJeWVrcRkE87PPuj/0/Wic6bntCopJE1WIX/Dm117AUkHgKd3S7Ici6DLp4bdlx1MjjwWL5942w=="
|
||||
},
|
||||
"@firebase/functions": {
|
||||
"version": "0.4.46",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/functions/-/functions-0.4.46.tgz",
|
||||
"integrity": "sha512-Vr7CmlIRcocDPG7XTuepU9gTEZ58ZUjLwaaFNPlF6fo/9fGlnGDwrZa6Y1HPqXmkNIcHQWl2UteSXKnDuPKczg==",
|
||||
"version": "0.4.47",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/functions/-/functions-0.4.47.tgz",
|
||||
"integrity": "sha512-wiyMezW1EYq80Uk15M4poapCG10PjN5UJEY0jJr7DhCnDAoADMGlsIYFYio60+biGreij5/hpOybw5mU9WpXUw==",
|
||||
"requires": {
|
||||
"@firebase/component": "0.1.14",
|
||||
"@firebase/component": "0.1.15",
|
||||
"@firebase/functions-types": "0.3.17",
|
||||
"@firebase/messaging-types": "0.4.5",
|
||||
"isomorphic-fetch": "2.2.1",
|
||||
@@ -1389,13 +1389,13 @@
|
||||
"integrity": "sha512-DGR4i3VI55KnYk4IxrIw7+VG7Q3gA65azHnZxo98Il8IvYLr2UTBlSh72dTLlDf25NW51HqvJgYJDKvSaAeyHQ=="
|
||||
},
|
||||
"@firebase/installations": {
|
||||
"version": "0.4.12",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/installations/-/installations-0.4.12.tgz",
|
||||
"integrity": "sha512-DFN+lfrh+Yl2VoEuCZ4JpZQ2+F1C44gbOvmfVDoYEW4qDYgul7kP2jH+38xxdPubOpaNKZKmGKid4EkgtMnX0A==",
|
||||
"version": "0.4.13",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/installations/-/installations-0.4.13.tgz",
|
||||
"integrity": "sha512-Sic7BtWgdUwk+Z1C4L49Edkhzaol/ijEIdv0pkHfjedIPirIU2V8CJ5qykx2y4aTiyVbdFqfjIpp1c6A6W3GBA==",
|
||||
"requires": {
|
||||
"@firebase/component": "0.1.14",
|
||||
"@firebase/component": "0.1.15",
|
||||
"@firebase/installations-types": "0.3.4",
|
||||
"@firebase/util": "0.2.49",
|
||||
"@firebase/util": "0.2.50",
|
||||
"idb": "3.0.2",
|
||||
"tslib": "^1.11.1"
|
||||
},
|
||||
@@ -1418,14 +1418,14 @@
|
||||
"integrity": "sha512-qqw3m0tWs/qrg7axTZG/QZq24DIMdSY6dGoWuBn08ddq7+GLF5HiqkRj71XznYeUUbfRq5W9C/PSFnN4JxX+WA=="
|
||||
},
|
||||
"@firebase/messaging": {
|
||||
"version": "0.6.18",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/messaging/-/messaging-0.6.18.tgz",
|
||||
"integrity": "sha512-pu2K+kXuPO4i+9oeQ6nbh0Xxnb1XaQmAiuRRXUmr9sGmo6Sw2ZpYNEhHIHVxvFDn3OUg+QvGgM/ft16kG3DHRQ==",
|
||||
"version": "0.6.19",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/messaging/-/messaging-0.6.19.tgz",
|
||||
"integrity": "sha512-PhqK69m70G+GGgvbdnGz2+PyoqfmR5b+nouj1JV+HgyBCjMAhF8rDYQzCWWgy4HaWbLoS/xW6AZUKG20Kv2H1A==",
|
||||
"requires": {
|
||||
"@firebase/component": "0.1.14",
|
||||
"@firebase/installations": "0.4.12",
|
||||
"@firebase/component": "0.1.15",
|
||||
"@firebase/installations": "0.4.13",
|
||||
"@firebase/messaging-types": "0.4.5",
|
||||
"@firebase/util": "0.2.49",
|
||||
"@firebase/util": "0.2.50",
|
||||
"idb": "3.0.2",
|
||||
"tslib": "^1.11.1"
|
||||
},
|
||||
@@ -1443,15 +1443,15 @@
|
||||
"integrity": "sha512-sux4fgqr/0KyIxqzHlatI04Ajs5rc3WM+WmtCpxrKP1E5Bke8xu/0M+2oy4lK/sQ7nov9z15n3iltAHCgTRU3Q=="
|
||||
},
|
||||
"@firebase/performance": {
|
||||
"version": "0.3.7",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/performance/-/performance-0.3.7.tgz",
|
||||
"integrity": "sha512-H4yts/IZ6/8zy5rdsLH0ZbW7Qg5Yj13lCLlvNFxqtDlKI8UbgxvuBkDmXLApA+Ze2Ah2vRSSJ4J3LdxxRnC62Q==",
|
||||
"version": "0.3.8",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/performance/-/performance-0.3.8.tgz",
|
||||
"integrity": "sha512-jODXrtFLyfnRiBehHuMBmsBtMv38U9sTictRxJSz+9JahvWYm1AF0YDzPlfeyYj+kxM6+S5wdQxUaPVdcWAvWg==",
|
||||
"requires": {
|
||||
"@firebase/component": "0.1.14",
|
||||
"@firebase/installations": "0.4.12",
|
||||
"@firebase/component": "0.1.15",
|
||||
"@firebase/installations": "0.4.13",
|
||||
"@firebase/logger": "0.2.5",
|
||||
"@firebase/performance-types": "0.0.13",
|
||||
"@firebase/util": "0.2.49",
|
||||
"@firebase/util": "0.2.50",
|
||||
"tslib": "^1.11.1"
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -1490,15 +1490,15 @@
|
||||
}
|
||||
},
|
||||
"@firebase/remote-config": {
|
||||
"version": "0.1.23",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/remote-config/-/remote-config-0.1.23.tgz",
|
||||
"integrity": "sha512-psirtTiu9tfVxSVHo82iIdaD0IXP+DgpAPdtxahDlq/b7Ln26fqdJ8KTM1AKI20ZV2h6d4U/HqeouObl+LyrJg==",
|
||||
"version": "0.1.24",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/remote-config/-/remote-config-0.1.24.tgz",
|
||||
"integrity": "sha512-/Kd+I5mNPI2wJJFySOC8Mjj4lRnEwZhU0RteuVlzFCDWWEyTE//r+p2TLAufQ9J+Fd3Ru5fVMFLNyU8k71Viiw==",
|
||||
"requires": {
|
||||
"@firebase/component": "0.1.14",
|
||||
"@firebase/installations": "0.4.12",
|
||||
"@firebase/component": "0.1.15",
|
||||
"@firebase/installations": "0.4.13",
|
||||
"@firebase/logger": "0.2.5",
|
||||
"@firebase/remote-config-types": "0.1.9",
|
||||
"@firebase/util": "0.2.49",
|
||||
"@firebase/util": "0.2.50",
|
||||
"tslib": "^1.11.1"
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -1515,13 +1515,13 @@
|
||||
"integrity": "sha512-G96qnF3RYGbZsTRut7NBX0sxyczxt1uyCgXQuH/eAfUCngxjEGcZQnBdy6mvSdqdJh5mC31rWPO4v9/s7HwtzA=="
|
||||
},
|
||||
"@firebase/storage": {
|
||||
"version": "0.3.36",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/storage/-/storage-0.3.36.tgz",
|
||||
"integrity": "sha512-DcxULwmoyZnpulW6e/G2y6gKXCMwnKWy8snw+7f4yvb6RI7WFMYB8nIb2CSArWmrnT7YD7e+G9BA1a6nZ0eycQ==",
|
||||
"version": "0.3.37",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/storage/-/storage-0.3.37.tgz",
|
||||
"integrity": "sha512-RLbiRQlnvXRP/30OaEiUoRHBxZygqrZyotPPWD2WmD3JMM9qGTVpYNQ092mqL3R8ViyejwlpjlPvrDo7Z9BzgQ==",
|
||||
"requires": {
|
||||
"@firebase/component": "0.1.14",
|
||||
"@firebase/component": "0.1.15",
|
||||
"@firebase/storage-types": "0.3.12",
|
||||
"@firebase/util": "0.2.49",
|
||||
"@firebase/util": "0.2.50",
|
||||
"tslib": "^1.11.1"
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -1538,9 +1538,9 @@
|
||||
"integrity": "sha512-DDV6Fs6aYoGw3w/zZZTkqiipxihnsvHf6znbeZYjIIHit3tr1uLJdGPDPiCTfZcTGPpg2ux6ZmvNDvVgJdHALw=="
|
||||
},
|
||||
"@firebase/util": {
|
||||
"version": "0.2.49",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/util/-/util-0.2.49.tgz",
|
||||
"integrity": "sha512-SjUoxSqIfcSvDBiMiFEF5SmUOcWNbMH2asJ0VZ1T3vPBlCIRp6tk+T3LMvUWAI8OCnTpbGtpX1fTKiUDLP4xkQ==",
|
||||
"version": "0.2.50",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/util/-/util-0.2.50.tgz",
|
||||
"integrity": "sha512-vFE6+Jfc25u0ViSpFxxq0q5s+XmuJ/y7CL3ud79RQe+WLFFg+j0eH1t23k0yNSG9vZNM7h3uHRIXbV97sYLAyw==",
|
||||
"requires": {
|
||||
"tslib": "^1.11.1"
|
||||
},
|
||||
@@ -2288,9 +2288,9 @@
|
||||
"integrity": "sha512-BW3qhvxlPBKlMkZHtARFPeliFraiZHS28G3j4qgRbSfOBtHC0yDX3Dnq1LkQMzAbPfbw6A1L3sdjgBVZZnfFAw=="
|
||||
},
|
||||
"@nuxtjs/sitemap": {
|
||||
"version": "2.3.2",
|
||||
"resolved": "https://registry.npmjs.org/@nuxtjs/sitemap/-/sitemap-2.3.2.tgz",
|
||||
"integrity": "sha512-SELHw9dNttKu6EyewD++5gIHox9Hxq4Cwwt4v2HdYwKjrw3wtlZofOslIyBX3o4QI0t2ozOq1FpbmizFz47M8g==",
|
||||
"version": "2.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@nuxtjs/sitemap/-/sitemap-2.4.0.tgz",
|
||||
"integrity": "sha512-TVgIYOtPp7KAfaUo76WRpGbO20j4D/xi/A7shFIGjARHs+FvfAWXNCtBT87dTwe/RoYzAsEKtijFFUTaSu5bUA==",
|
||||
"requires": {
|
||||
"async-cache": "^1.1.0",
|
||||
"consola": "^2.13.0",
|
||||
@@ -6299,24 +6299,24 @@
|
||||
}
|
||||
},
|
||||
"firebase": {
|
||||
"version": "7.15.4",
|
||||
"resolved": "https://registry.npmjs.org/firebase/-/firebase-7.15.4.tgz",
|
||||
"integrity": "sha512-pj9xa9WY4sinH6ebb4yqSgaz+DIg19VqGUV+gTj0MTkN877ePZti0k1GIzaqrbnEUow2Sf56Xz8LyZg+HCBCmA==",
|
||||
"version": "7.15.5",
|
||||
"resolved": "https://registry.npmjs.org/firebase/-/firebase-7.15.5.tgz",
|
||||
"integrity": "sha512-yeXo3KDp/ZWO0/Uyen99cUvGM76femebmyNOBTHcGSDkBXvIGth6235KhclxLROIKCC5b3YNwmKX11tbaC6RJg==",
|
||||
"requires": {
|
||||
"@firebase/analytics": "0.3.7",
|
||||
"@firebase/app": "0.6.6",
|
||||
"@firebase/analytics": "0.3.8",
|
||||
"@firebase/app": "0.6.7",
|
||||
"@firebase/app-types": "0.6.1",
|
||||
"@firebase/auth": "0.14.7",
|
||||
"@firebase/database": "0.6.5",
|
||||
"@firebase/firestore": "1.15.4",
|
||||
"@firebase/functions": "0.4.46",
|
||||
"@firebase/installations": "0.4.12",
|
||||
"@firebase/messaging": "0.6.18",
|
||||
"@firebase/performance": "0.3.7",
|
||||
"@firebase/database": "0.6.6",
|
||||
"@firebase/firestore": "1.15.5",
|
||||
"@firebase/functions": "0.4.47",
|
||||
"@firebase/installations": "0.4.13",
|
||||
"@firebase/messaging": "0.6.19",
|
||||
"@firebase/performance": "0.3.8",
|
||||
"@firebase/polyfill": "0.3.36",
|
||||
"@firebase/remote-config": "0.1.23",
|
||||
"@firebase/storage": "0.3.36",
|
||||
"@firebase/util": "0.2.49"
|
||||
"@firebase/remote-config": "0.1.24",
|
||||
"@firebase/storage": "0.3.37",
|
||||
"@firebase/util": "0.2.50"
|
||||
}
|
||||
},
|
||||
"flat-cache": {
|
||||
|
||||
@@ -33,10 +33,10 @@
|
||||
"@nuxtjs/axios": "^5.11.0",
|
||||
"@nuxtjs/gtm": "^2.3.0",
|
||||
"@nuxtjs/robots": "^2.4.2",
|
||||
"@nuxtjs/sitemap": "^2.3.2",
|
||||
"@nuxtjs/sitemap": "^2.4.0",
|
||||
"@nuxtjs/toast": "^3.3.0",
|
||||
"ace-builds": "^1.4.11",
|
||||
"firebase": "^7.15.4",
|
||||
"firebase": "^7.15.5",
|
||||
"graphql": "^15.1.0",
|
||||
"graphql-language-service-interface": "^2.4.0",
|
||||
"nuxt": "^2.12.2",
|
||||
|
||||
Reference in New Issue
Block a user