@randstad-uca/aws-sns-publisher 1.0.9 → 1.0.10

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/package.json +1 -1
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@randstad-uca/aws-sns-publisher",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "AWS SNS Publisher",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",
package/readme.md CHANGED
@@ -128,7 +128,7 @@ Valida el `payload` contra el esquema correspondiente según eventType.
128
128
 
129
129
  ## 📄 Schema Documentation
130
130
 
131
- See [schema-docs.md](./schema-docs.md) for a full list of event types and their schema fields
131
+ See [schema-doc.md](./schema-doc.md) for a full list of event types and their schema fields
132
132
 
133
133
  ---
134
134