@freelog/tools-lib 0.1.68 → 0.1.69

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@freelog/tools-lib",
3
- "version": "0.1.68",
3
+ "version": "0.1.69",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -214,7 +214,7 @@ interface RulesPreExecutionParamsType {
214
214
 
215
215
  export function rulesPreExecution({nodeId, ...params}: RulesPreExecutionParamsType) {
216
216
  return FUtil.Request({
217
- method: 'PUT',
217
+ method: 'POST',
218
218
  url: `/v2/testNodes/${nodeId}/rules/preExecution`,
219
219
  data: params,
220
220
  });