Skip to content

1.0.0

Latest

Choose a tag to compare

@fciacchi fciacchi released this 04 Jun 16:59
6de5d52

What's Changed

  • Bumped Node minimum version to 22.x.x
  • Bumped contentful-management version to 12.x.x
  • Bumped contentful-lib-helpers version to 1.x.x
  • Removed fs and path from dependencies (now using Node built-ins)
  • Removed eslint plugins react, react-hooks and jsx-a11y
  • Fixed import of contentfulManagement library (removed .default for v12 compatibility)
  • Fixed insecure imports import('fs'), import('url'), import('path') to import('node:fs'), import('node:url'), import('node:path')
  • Fixed environment polling to use a Promise-wrapped interval with 60s timeout instead of a fire-and-forget setInterval
  • Added process.exit(0/1) for clean exit codes
  • Fixed typings path in annotations from dist/typings to dist/types
  • Fixed incomplete JSDoc type for contentful-lib-helpers import

Pull Request: #9
Full Changelog: 0.2.0...1.0.0