serverest 2.26.24 → 2.26.25-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -190,11 +190,14 @@ Empresas que apoiam o ServeRest financeiramente:
|
|
|
190
190
|
|
|
191
191
|
Todos os apoiadores anteriores e atuais podem ser vistos no [Open Collective do ServeRest](https://opencollective.com/serverest#section-contributors).
|
|
192
192
|
|
|
193
|
-
###
|
|
193
|
+
### Patrocínio com produtos
|
|
194
194
|
|
|
195
195
|
ServeRest é apoiado pelas seguintes empresas, que fornecem acesso aos seus produtos através de plano de apoio a projetos open source:
|
|
196
196
|
|
|
197
197
|
<p align="center">
|
|
198
|
+
<a href="https://www.datadoghq.com/">
|
|
199
|
+
<img alt="Logo do Datadog" src="https://github.com/ServeRest/ServeRest/assets/29241659/6d63a41e-aa98-428d-98ed-8670e6c9aff8" height="100">
|
|
200
|
+
</a>
|
|
198
201
|
<a href="https://1password.com/">
|
|
199
202
|
<img alt="Logo do 1password" src="https://github.com/ServeRest/ServeRest/assets/29241659/777347a3-b616-44ef-b089-c257759d96c0" height="80">
|
|
200
203
|
</a>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "serverest",
|
|
3
|
-
"version": "2.26.
|
|
3
|
+
"version": "2.26.25-beta.1",
|
|
4
4
|
"description": "Servidor REST local de forma rápida e simples para estudo de testes de API",
|
|
5
5
|
"author": "Paulo Gonçalves <author@serverest.dev> (https://www.linkedin.com/in/paulo-goncalves/)",
|
|
6
6
|
"license": "GPL-3.0",
|