valdres 0.2.0-alpha.63 → 0.2.0-alpha.65

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 +0 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -255,9 +255,7 @@ var generateSelectorTrace = (selectors) => {
255
255
  class SelectorEvaluationError extends Error {
256
256
  selectors;
257
257
  constructor(cause) {
258
- console.log("EIGIL`1: asdfasdfasdf");
259
258
  super();
260
- console.log("EIGIL: asdfasdfasdf");
261
259
  this.cause = cause;
262
260
  this.selectors = [];
263
261
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valdres",
3
- "version": "0.2.0-alpha.63",
3
+ "version": "0.2.0-alpha.65",
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": "67a3f371cec994d7f7a83931e625d85cf156c21d"
39
+ "gitHead": "60ce989ca78a07d55c3ba54308cb6a5ace6ed663"
40
40
  }