@mesheshq/events 1.0.2 → 1.0.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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -231,7 +231,7 @@ This client uses `fetch`. Ensure your runtime provides a global `fetch`:
231
231
 
232
232
  MIT
233
233
 
234
- [npm-install-size-image]: https://badgen.net/packagephobia/publish/@mesheshq/events?cache=300
235
- [npm-install-size-url]: https://packagephobia.com/result?p=%mesheshq%2Fevents
234
+ [npm-install-size-image]: https://badgen.net/packagephobia/publish/@mesheshq/events?cache=250
235
+ [npm-install-size-url]: https://packagephobia.com/result?p=%40mesheshq%2Fevents
236
236
  [npm-url]: https://www.npmjs.com/package/@mesheshq/events
237
- [npm-version-image]: https://badgen.net/npm/v/@mesheshq/events?cache=300
237
+ [npm-version-image]: https://badgen.net/npm/v/@mesheshq/events?cache=250
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mesheshq/events",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Meshes events client for emitting events with a publishable key.",
5
5
  "author": "Todd Schlomer <todd@meshes.io> (https://meshes.io)",
6
6
  "license": "MIT",