polyapi 0.1.18 → 0.1.19

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,7 +23,7 @@ errorHandler.on('myContext.myFunction', (error) => {
23
23
  // handle error
24
24
  });
25
25
  ```
26
- or you can register an error handler for all functions in context:
26
+ Or you can register an error handler for all functions in context:
27
27
  ```
28
28
  errorHandler.on('myContext', (error) => {
29
29
  // handle error
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "polyapi",
3
- "version": "0.1.18",
3
+ "version": "0.1.19",
4
4
  "description": "Poly is a CLI tool to help create and manage your Poly definitions.",
5
5
  "license": "MIT",
6
6
  "repository": {