anymock-openapi
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -29,2 +29,4 @@ "use strict"; | ||
}; | ||
console.log(name + "@" + version); | ||
var mounted = false; | ||
var AnymockOpenapi = /** @class */ (function () { | ||
@@ -39,3 +41,6 @@ function AnymockOpenapi(anymockConfig, requestPipe) { | ||
this.scene = new scene_1.default(this); | ||
console.log(name + "@" + version); | ||
if (!mounted) { | ||
console.log(name + "@" + version); | ||
mounted = true; | ||
} | ||
} | ||
@@ -42,0 +47,0 @@ AnymockOpenapi.prototype.setProjectToken = function (projectToken) { |
{ | ||
"name": "anymock-openapi", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "types": "./lib/index.d.ts", |
Sorry, the diff of this file is not supported yet
43626
632