runner-runtime 1.0.69 → 1.0.70
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/events/api.js +1 -1
- package/package.json +1 -1
package/events/api.js
CHANGED
|
@@ -21,7 +21,7 @@ const { v4: uuidv4 } = require("uuid");
|
|
|
21
21
|
|
|
22
22
|
const fs = require("fs");
|
|
23
23
|
const { minimatch } = require("minimatch");
|
|
24
|
-
const runtime = require("postman-runtime-
|
|
24
|
+
const runtime = require("postman-runtime-pro");
|
|
25
25
|
|
|
26
26
|
// 将api转postman请求参数
|
|
27
27
|
const convert2PostmanRequest = (request, option) => {
|