@hasna/connectors 1.1.15 → 1.1.16

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.
Files changed (2) hide show
  1. package/bin/mcp.js +1 -1
  2. package/package.json +1 -1
package/bin/mcp.js CHANGED
@@ -26158,7 +26158,7 @@ function getRateBudget(agentId, connector, connectorLimit, db) {
26158
26158
  // package.json
26159
26159
  var package_default = {
26160
26160
  name: "@hasna/connectors",
26161
- version: "1.1.14",
26161
+ version: "1.1.15",
26162
26162
  description: "Open source connector library - Install API connectors with a single command",
26163
26163
  type: "module",
26164
26164
  bin: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hasna/connectors",
3
- "version": "1.1.15",
3
+ "version": "1.1.16",
4
4
  "description": "Open source connector library - Install API connectors with a single command",
5
5
  "type": "module",
6
6
  "bin": {