function-tree
Advanced tools
Comparing version 3.2.2 to 3.3.0-1526222433248
@@ -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.2.2"; | ||
_this.version = "3.3.0-1526222433248"; | ||
_this.init(); | ||
@@ -30,0 +30,0 @@ return _this; |
@@ -55,2 +55,3 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; | ||
_this.context.debugger.send({ | ||
type: 'provider', | ||
method: _this.providerName + '.' + key, | ||
@@ -77,2 +78,3 @@ args: args, | ||
this.context.debugger.send({ | ||
type: 'provider', | ||
method: this.providerName + '.' + key, | ||
@@ -79,0 +81,0 @@ args: args, |
@@ -48,3 +48,3 @@ 'use strict'; | ||
_this.latestExecutionId = null; | ||
_this.version = "3.2.2"; | ||
_this.version = "3.3.0-1526222433248"; | ||
_this.init(); | ||
@@ -51,0 +51,0 @@ return _this; |
@@ -61,2 +61,3 @@ 'use strict'; | ||
_this.context.debugger.send({ | ||
type: 'provider', | ||
method: _this.providerName + '.' + key, | ||
@@ -83,2 +84,3 @@ args: args, | ||
this.context.debugger.send({ | ||
type: 'provider', | ||
method: this.providerName + '.' + key, | ||
@@ -85,0 +87,0 @@ args: args, |
{ | ||
"name": "function-tree", | ||
"version": "3.2.2", | ||
"version": "3.3.0-1526222433248", | ||
"description": "When a function is not enough", | ||
@@ -16,3 +16,3 @@ "main": "index.js", | ||
"test": "npm run test:ts && cross-env BABEL_ENV=test mocha --require babel-register \"src/**/*.test.js\"", | ||
"test:ts": "cross-env TS_NODE_IGNORE=false mocha --require ts-node/register \"src/**/*.test.ts\"", | ||
"test:ts": "cross-env TS_NODE_IGNORE=false mocha --require ts-node/register \"src/**/*.spec.ts\"", | ||
"test:watch": "npm run test -- --watch" | ||
@@ -25,8 +25,2 @@ }, | ||
}, | ||
"devDependencies": { | ||
"@types/assert": "0.0.31", | ||
"@types/mocha": "^2.2.48", | ||
"mock-socket": "6.0.4", | ||
"ts-node": "^5.0.1" | ||
}, | ||
"directories": { | ||
@@ -33,0 +27,0 @@ "test": "tests" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
365239
0
98
3839
2