@acromedia/gesso-vertex-middleware
0.5.0
Minor Changes
-
64bf0ec: ESM Migration for @acromedia/gesso-vertex-middleware
Migrated package to ESM with dual CJS/ESM support:
- Module System: Added
"type": "module"with properexportsfield supporting both ESM (import) and CJS (require) with deprecation warnings for CJS usage - Build System: Replaced
tscwithtsupfor optimized dual-format builds (ESM + bundled CJS) - Testing: Migrated from Jest to Vitest with updated test configurations
- TypeScript: Updated to
module: "NodeNext"with ES2022 target and proper ESM import paths (.jsextensions) - Configuration: Renamed
.prettierrc.js→.prettierrc.cjs, addedeslint.tsconfig.json, removed jest-related ESLint plugins - DevDependencies: Upgraded typescript-eslint (v5→v8), prettier (v2→v3), and replaced jest/ts-jest with vitest/jsdom
- Post-Build: Added CJS deprecation warning script to notify users to migrate to ESM
- Module System: Added
Patch Changes
- Updated dependencies [64bf0ec]
- Updated dependencies [64bf0ec]
- @acromedia/gesso-logger@7.2.0
- @acromedia/gesso-api-middleware@7.3.0
0.4.0
Minor Changes
- e1fc02a: Implement conversation mode for Vertex AI
0.3.1
Patch Changes
- 54443d4: migrate vertex and gemini plugins to @google/genai
0.3.0
Minor Changes
- 846adc9: Adjusted temperature to reduce variation of responses
- 41e4884: Bump next.js to v15
- 07eac2a: Adjusted temparature and account for AI response to be entirely JSON content or JSON in markdown block
Patch Changes
- 31a0bde: Fix typechecks in plugin packages
- Updated dependencies [236a6d0]
- Updated dependencies [41e4884]
- @acromedia/gesso-api-middleware@7.2.0
0.2.0
Minor Changes
- 2f8dce7: add server-side logging library, gesso-logger, and implement it for gesso middleware packages
- aaad2a6: Upgrade to typescript v5 and nodenext
Patch Changes
- Updated dependencies [2f8dce7]
- Updated dependencies [aaad2a6]
- Updated dependencies [07a504c]
- @acromedia/gesso-logger@7.1.0
- @acromedia/gesso-api-middleware@7.1.0
0.1.1
Patch Changes
- Updated dependencies [b4a97ff]
- @acromedia/gesso-api-middleware@7.0.0
0.1.0
Minor Changes
- 60b6cb9: Add Google VertexAI support