@qing3a/flow-rpa-app 0.9.0 → 0.9.2

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": "@qing3a/flow-rpa-app",
3
- "version": "0.9.0",
3
+ "version": "0.9.2",
4
4
  "engines": {
5
5
  "node": ">=20"
6
6
  },
@@ -29,7 +29,7 @@
29
29
  "dependencies": {
30
30
  "@modelcontextprotocol/sdk": "^1.30.0",
31
31
  "zod": "^4.4.3",
32
- "@qing3a/flow-rpa-engine": "0.9.0"
32
+ "@qing3a/flow-rpa-engine": "0.9.2"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "tsc -p tsconfig.build.json && node ../../scripts/build-skill.mjs && node ../../scripts/build-starter.mjs",
@@ -2,7 +2,7 @@
2
2
  "id": "boss_search_jobs",
3
3
  "name": "BOSS 搜索职位(求职者端)",
4
4
  "platform": "boss",
5
- "version": 12,
5
+ "version": 13,
6
6
  "trigger": { "mode": "manual" },
7
7
  "inputs": [
8
8
  { "name": "keyword", "required": true, "description": "搜索关键词(职位名,如 产品经理)" },
@@ -2,7 +2,7 @@
2
2
  "id": "liepin_search_resumes",
3
3
  "name": "猎聘搜索候选人(HR 端)",
4
4
  "platform": "liepin",
5
- "version": 4,
5
+ "version": 5,
6
6
  "trigger": { "mode": "manual" },
7
7
  "inputs": [
8
8
  { "name": "keyword", "required": true, "description": "搜索关键词(职位名,如 产品经理)" },