merco-agents 0.1.2 → 0.1.4

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.
Binary file
Binary file
Binary file
package/merco-agents.node CHANGED
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "merco-agents",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "A powerful Rust library for building intelligent AI agents with Node.js bindings",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -45,6 +45,8 @@
45
45
  "prepublishOnly": "npm run build:all && node scripts/ensure-index.js",
46
46
  "prepack": "npm run build:all && node scripts/ensure-index.js",
47
47
  "publish:public": "npm publish --access public",
48
+ "version:bump": "node scripts/bump-version.js",
49
+ "collect:binaries": "node scripts/collect-platform-binaries.js",
48
50
  "test": "node test/test.js",
49
51
  "test:ts": "tsx test/test.ts",
50
52
  "test:streaming": "tsx test/test-streaming.ts"
@@ -71,6 +73,6 @@
71
73
  "typescript": "^5.9.3"
72
74
  },
73
75
  "engines": {
74
- "node": ">= 10"
76
+ "node": ">= 20"
75
77
  }
76
78
  }