Skip to main content

@acromedia/gesso-vertex

0.6.0

Minor Changes

  • 64bf0ec: feat: esm - replace rollup with tsup

    Migration Changes

    Build System Migration:

    • Migrated from Rollup to tsup for faster, simpler builds
    • Added post-build script to inject CJS deprecation warnings
    • Output paths changed: dist/index.js (ESM) and dist/index.cjs (CJS)

    Package Configuration:

    • Added "type": "module" to enable native ESM support
    • Updated exports field with proper ESM/CJS dual format
    • Renamed config files to .cjs extension (.prettierrc.cjs, babel.config.cjs, webpack.config.cjs)

    TypeScript Configuration:

    • Updated to use "module": "NodeNext" and "moduleResolution": "NodeNext"
    • Upgraded lib target from ES2015 to ES2022 for consistency
    • Added declarationMap for better debugging support

    Source Code:

    • Added .js file extensions to all import statements (required for ESM)

    Dependencies:

    • Removed: rollup and related plugins, eslint-plugin-cypress
    • Added: tsup v8.5.0
    • Updated: ESLint, Prettier, and other dev dependencies to latest versions

0.5.0

Minor Changes

  • e1fc02a: Implement conversation mode for Vertex AI

0.4.0

Minor Changes

  • 188b894: Add schema overrides for useAI

0.3.0

Minor Changes

  • 236a6d0: upgrade all packages to React 19, upgrade CI/builds to Node 22
  • 846adc9: When structuring content from AI response need to check for JSON wrapped in markdown block

Patch Changes

  • 31a0bde: Fix typechecks in plugin packages

0.2.0

Minor Changes

  • aaad2a6: Upgrade to typescript v5 and nodenext

0.1.0

Minor Changes

  • 60b6cb9: Add Google VertexAI support