@oficialapi/sdk 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +1 -11
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,17 +1,7 @@
1
1
  # OficialAPI SDK
2
2
 
3
3
  SDK oficial da OficialAPI para integração com WhatsApp, Telegram, Facebook, Instagram e WebChat. Desenvolvido em TypeScript com suporte completo a TypeScript e JavaScript.
4
-
5
- ## 🚀 Características
6
-
7
- - ✅ **100% TypeScript** - Tipos completos e IntelliSense
8
- - ✅ **Autenticação Automática** - Renovação automática de tokens
9
- - ✅ **Retry Inteligente** - Retry automático em caso de falhas
10
- - ✅ **Tratamento de Erros** - Erros formatados e informativos
11
- - ✅ **Fácil de Usar** - API intuitiva e bem documentada
12
- - ✅ **Robusto** - Testado e pronto para produção
13
- - ✅ **Rápido** - Otimizado para performance
14
- - ✅ **Seguro** - Validação e sanitização de dados
4
+
15
5
 
16
6
  ## 📦 Instalação
17
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oficialapi/sdk",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "SDK oficial da OficialAPI - Integração completa com WhatsApp, Telegram, Facebook, Instagram e WebChat",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",