@uniformdev/automations-sdk 20.50.2-alpha.167 → 20.72.3-alpha.14

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/ai/index.mjs CHANGED
@@ -51,9 +51,6 @@ var ScoutClient = class extends ApiClient {
51
51
  body: JSON.stringify({ messages, outputSchema })
52
52
  }
53
53
  );
54
- if (result.outcome === "over-credit-limit") {
55
- throw new Error("Scout is out of AI credits for this team.");
56
- }
57
54
  if (params.outputSchema && result.structuredOutput == null) {
58
55
  throw new Error("Scout finished without recording structured output.");
59
56
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/automations-sdk",
3
- "version": "20.50.2-alpha.167+74e60d5bb7",
3
+ "version": "20.72.3-alpha.14+1e232e59cd",
4
4
  "description": "Uniform Automations SDK",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "exports": {
@@ -40,8 +40,8 @@
40
40
  ],
41
41
  "dependencies": {
42
42
  "@standard-schema/spec": "^1.1.0",
43
- "@uniformdev/context": "20.50.2-alpha.167+74e60d5bb7",
44
- "@uniformdev/webhooks": "20.50.2-alpha.167+74e60d5bb7"
43
+ "@uniformdev/context": "20.72.3-alpha.14+1e232e59cd",
44
+ "@uniformdev/webhooks": "20.72.3-alpha.14+1e232e59cd"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "ai": "^6.0.0",
@@ -56,11 +56,11 @@
56
56
  }
57
57
  },
58
58
  "devDependencies": {
59
- "ai": "6.0.208",
59
+ "ai": "6.0.220",
60
60
  "zod": "4.4.3"
61
61
  },
62
62
  "publishConfig": {
63
63
  "access": "public"
64
64
  },
65
- "gitHead": "74e60d5bb79fe1c4d446e4d3e6edf9f08850be4f"
65
+ "gitHead": "1e232e59cd3ded97b85b063986cc95e954b8c937"
66
66
  }