@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/dist/tools-lib.cjs.development.js +1 -1
- package/dist/tools-lib.cjs.development.js.map +1 -1
- package/dist/tools-lib.cjs.production.min.js +1 -1
- package/dist/tools-lib.cjs.production.min.js.map +1 -1
- package/dist/tools-lib.esm.js +1 -1
- package/dist/tools-lib.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/service-API/informalNodes.ts +1 -1
package/dist/tools-lib.esm.js
CHANGED
|
@@ -2573,7 +2573,7 @@ function rulesPreExecution(_ref14) {
|
|
|
2573
2573
|
params = _objectWithoutPropertiesLoose(_ref14, _excluded10$2);
|
|
2574
2574
|
|
|
2575
2575
|
return FUtil.Request({
|
|
2576
|
-
method: '
|
|
2576
|
+
method: 'POST',
|
|
2577
2577
|
url: "/v2/testNodes/" + nodeId + "/rules/preExecution",
|
|
2578
2578
|
data: params
|
|
2579
2579
|
});
|