@smartsheet-extensions/handler 1.0.0-alpha.2 → 1.0.0-alpha.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 +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -31,7 +31,7 @@ This will export a function that:
31
31
 
32
32
  # Enhancers
33
33
 
34
- The handler by itself can't do much, but enhancers can be used to extend the functionality of the handler from defining the transport interface to applying middleware and handling business logic. The library comes with some useful enhancers built in.
34
+ The handler by itself can't do much, but enhancers can be used to extend the functionality of the handler from defining the transport interface to applying middleware and handling business logic. The library comes with some useful enhancers built in.
35
35
 
36
36
  ### `httpTransport`
37
37
 
@@ -89,3 +89,4 @@ return () => respond => {
89
89
  // execute after handler responds
90
90
  };
91
91
  ```
92
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartsheet-extensions/handler",
3
- "version": "1.0.0-alpha.2",
3
+ "version": "1.0.0-alpha.3",
4
4
  "license": "Apache-2.0",
5
5
  "description": "",
6
6
  "main": "./lib/index.js",