function-tree
Advanced tools
Comparing version 3.3.1-1570295904659 to 3.3.1-1570305862640
@@ -27,3 +27,3 @@ var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); | ||
_this.latestExecutionId = null; | ||
_this.version = "3.3.1-1570295904659"; | ||
_this.version = "3.3.1-1570305862640"; | ||
_this.init(); | ||
@@ -30,0 +30,0 @@ return _this; |
@@ -48,3 +48,3 @@ 'use strict'; | ||
_this.latestExecutionId = null; | ||
_this.version = "3.3.1-1570295904659"; | ||
_this.version = "3.3.1-1570305862640"; | ||
_this.init(); | ||
@@ -51,0 +51,0 @@ return _this; |
{ | ||
"name": "function-tree", | ||
"version": "3.3.1-1570295904659", | ||
"version": "3.3.1-1570305862640", | ||
"description": "When a function is not enough", | ||
@@ -15,3 +15,3 @@ "main": "index.js", | ||
"prepublish": "npm run build", | ||
"test": "npm run test:ts && cross-env BABEL_ENV=test mocha --require babel-register \"src/**/*.test.js\"", | ||
"test": "npm run test:ts && cross-env NODE_ENV=test BABEL_ENV=test mocha --require babel-register \"src/**/*.test.js\"", | ||
"test:ts": "cross-env TS_NODE_IGNORE=false mocha --require ts-node/register \"src/**/*.spec.ts\"", | ||
@@ -18,0 +18,0 @@ "test:watch": "npm run test -- --watch" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
366247