@josephyan/qingflow-app-user-mcp 1.1.29 → 1.1.30
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/README.md
CHANGED
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
Install:
|
|
4
4
|
|
|
5
5
|
```bash
|
|
6
|
-
npm install @josephyan/qingflow-app-user-mcp@1.1.
|
|
6
|
+
npm install @josephyan/qingflow-app-user-mcp@1.1.30
|
|
7
7
|
```
|
|
8
8
|
|
|
9
9
|
Run:
|
|
10
10
|
|
|
11
11
|
```bash
|
|
12
|
-
npx -y -p @josephyan/qingflow-app-user-mcp@1.1.
|
|
12
|
+
npx -y -p @josephyan/qingflow-app-user-mcp@1.1.30 qingflow-app-user-mcp
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
Environment:
|
package/package.json
CHANGED
package/pyproject.toml
CHANGED
|
@@ -24388,7 +24388,7 @@ def _public_view_filter_values_from_rule(rule: dict[str, Any]) -> list[str]:
|
|
|
24388
24388
|
|
|
24389
24389
|
|
|
24390
24390
|
def _public_view_filter_operator_from_judge_type(judge_type: Any, *, values: list[str]) -> str:
|
|
24391
|
-
numeric =
|
|
24391
|
+
numeric = _coerce_nonnegative_int(judge_type)
|
|
24392
24392
|
if numeric == JUDGE_EQUAL:
|
|
24393
24393
|
return "eq" if values else "is_empty"
|
|
24394
24394
|
if numeric == JUDGE_UNEQUAL:
|