qcobjects-cli 2.3.49 → 2.3.50
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.
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.3.
|
|
1
|
+
2.3.50
|
|
@@ -33,7 +33,6 @@
|
|
|
33
33
|
const path = require("path");
|
|
34
34
|
const absolutePath = path.resolve( __dirname, "./" );
|
|
35
35
|
|
|
36
|
-
const http2 = require("http2");
|
|
37
36
|
const fs = require("fs");
|
|
38
37
|
const mime = require("mime");
|
|
39
38
|
require(absolutePath+"/org.quickcorp.qcobjects.main.file.js");
|
|
@@ -357,7 +356,7 @@ Package("org.quickcorp.qcobjects.main.http.gae.server",[
|
|
|
357
356
|
interceptor:interceptor,
|
|
358
357
|
server:server
|
|
359
358
|
});
|
|
360
|
-
|
|
359
|
+
oHTTPServer.interceptorInstances.push(interceptorInstance);
|
|
361
360
|
});
|
|
362
361
|
}
|
|
363
362
|
}
|
|
@@ -33,7 +33,6 @@
|
|
|
33
33
|
const path = require("path");
|
|
34
34
|
const absolutePath = path.resolve( __dirname, "./" );
|
|
35
35
|
|
|
36
|
-
const http2 = require("http2");
|
|
37
36
|
const fs = require("fs");
|
|
38
37
|
const mime = require("mime");
|
|
39
38
|
require(absolutePath+"/org.quickcorp.qcobjects.main.file.js");
|
|
@@ -357,7 +356,7 @@ Package("org.quickcorp.qcobjects.main.http.server",[
|
|
|
357
356
|
interceptor:interceptor,
|
|
358
357
|
server:server
|
|
359
358
|
});
|
|
360
|
-
|
|
359
|
+
oHTTPServer.interceptorInstances.push(interceptorInstance);
|
|
361
360
|
});
|
|
362
361
|
}
|
|
363
362
|
}
|