@pague-dev/sdk-node 0.1.2 → 0.1.3

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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -46,6 +46,10 @@ await pdev.transactions.get(id);
46
46
  - **Transactions** - Consulta de transações
47
47
  - **Webhooks** - Notificações em tempo real
48
48
 
49
+ ## Exemplo
50
+
51
+ Veja uma aplicação completa usando o SDK: **[github.com/pague-dev/sdk-example](https://github.com/pague-dev/sdk-example)**
52
+
49
53
  ## Documentação
50
54
 
51
55
  Guias e exemplos completos: **[docs.pague.dev](https://docs.pague.dev)**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pague-dev/sdk-node",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Node.js SDK for the pague.dev API",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",