@genesislcap/foundation-ai 14.442.0 → 14.443.1-alpha-3fbf238.0

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.
@@ -347,7 +347,7 @@ export class AnthropicTransport {
347
347
  }
348
348
  return (yield response.json());
349
349
  }
350
- /* eslint-enable no-await-in-loop */
350
+ /* oxlint-enable no-await-in-loop */
351
351
  throw new Error('Anthropic request failed: max retries exceeded');
352
352
  });
353
353
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-ai",
3
3
  "description": "Genesis Foundation AI - Provider-agnostic AI configuration and shared utilities",
4
- "version": "14.442.0",
4
+ "version": "14.443.1-alpha-3fbf238.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -51,17 +51,17 @@
51
51
  }
52
52
  },
53
53
  "devDependencies": {
54
- "@genesislcap/foundation-testing": "14.442.0",
55
- "@genesislcap/genx": "14.442.0",
56
- "@genesislcap/rollup-builder": "14.442.0",
57
- "@genesislcap/ts-builder": "14.442.0",
58
- "@genesislcap/uvu-playwright-builder": "14.442.0",
59
- "@genesislcap/vite-builder": "14.442.0",
60
- "@genesislcap/webpack-builder": "14.442.0"
54
+ "@genesislcap/foundation-testing": "14.443.1-alpha-3fbf238.0",
55
+ "@genesislcap/genx": "14.443.1-alpha-3fbf238.0",
56
+ "@genesislcap/rollup-builder": "14.443.1-alpha-3fbf238.0",
57
+ "@genesislcap/ts-builder": "14.443.1-alpha-3fbf238.0",
58
+ "@genesislcap/uvu-playwright-builder": "14.443.1-alpha-3fbf238.0",
59
+ "@genesislcap/vite-builder": "14.443.1-alpha-3fbf238.0",
60
+ "@genesislcap/webpack-builder": "14.443.1-alpha-3fbf238.0"
61
61
  },
62
62
  "dependencies": {
63
- "@genesislcap/foundation-logger": "14.442.0",
64
- "@genesislcap/foundation-utils": "14.442.0",
63
+ "@genesislcap/foundation-logger": "14.443.1-alpha-3fbf238.0",
64
+ "@genesislcap/foundation-utils": "14.443.1-alpha-3fbf238.0",
65
65
  "@microsoft/fast-foundation": "2.50.0"
66
66
  },
67
67
  "repository": {
@@ -72,5 +72,5 @@
72
72
  "publishConfig": {
73
73
  "access": "public"
74
74
  },
75
- "gitHead": "ad425e4ea17dad7d5b580200f2ca31758896d07f"
75
+ "gitHead": "144e5165ddad3e82f50599102a4f2d157cbb5ddf"
76
76
  }