unprint 0.13.0 → 0.13.1

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -216,3 +216,4 @@ Triggers:
216
216
  * `requestInit`: A HTTP request is about to be made
217
217
  * `requestSuccess`: The HTTP request completed with an OK status code
218
218
  * `requestError`: The HTTP request completed with an error status code
219
+ * `query`: A query method was used
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unprint",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "description": "Simplify common web scraping tasks while staying in control of the data.",
5
5
  "main": "src/app.js",
6
6
  "scripts": {