unprint 0.13.2 → 0.13.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/package.json +1 -1
  2. package/src/app.js +0 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unprint",
3
- "version": "0.13.2",
3
+ "version": "0.13.3",
4
4
  "description": "Simplify common web scraping tasks while staying in control of the data.",
5
5
  "main": "src/app.js",
6
6
  "scripts": {
package/src/app.js CHANGED
@@ -803,7 +803,6 @@ function initQueryFns(fns, context) {
803
803
  events.emit('query', {
804
804
  key,
805
805
  args,
806
- origin: context.options.origin,
807
806
  });
808
807
 
809
808
  return fn(...args);
@@ -816,7 +815,6 @@ function initQueryFns(fns, context) {
816
815
  events.emit('query', {
817
816
  key,
818
817
  args,
819
- origin: context.options.origin,
820
818
  });
821
819
 
822
820
  return fn({