valdres 0.2.0-alpha.62 → 0.2.0-alpha.63

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/dist/index.js +2 -0
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -255,7 +255,9 @@ var generateSelectorTrace = (selectors) => {
255
255
  class SelectorEvaluationError extends Error {
256
256
  selectors;
257
257
  constructor(cause) {
258
+ console.log("EIGIL`1: asdfasdfasdf");
258
259
  super();
260
+ console.log("EIGIL: asdfasdfasdf");
259
261
  this.cause = cause;
260
262
  this.selectors = [];
261
263
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valdres",
3
- "version": "0.2.0-alpha.62",
3
+ "version": "0.2.0-alpha.63",
4
4
  "license": "MIT",
5
5
  "author": {
6
6
  "name": "Eigil Sagafos"
@@ -36,5 +36,5 @@
36
36
  "access": "public",
37
37
  "registry": "https://registry.npmjs.org/"
38
38
  },
39
- "gitHead": "c7bbe5a9bad35399cce7fd9da5d1935d3be29ce8"
39
+ "gitHead": "67a3f371cec994d7f7a83931e625d85cf156c21d"
40
40
  }