Releases: ekkolon/gelato-admin-node
Releases · ekkolon/gelato-admin-node
v1.3.1
v1.3.1
This release removes axios, making the package fully dependency-free, and adopts Node.js’ native Fetch API for all HTTP requests.
Additionally, multiple development dependencies have been updated to address known security vulnerabilities (CVEs), improving the overall security posture of the project.
What's Changed
- Replaced axios with native fetch for HTTP requests
- Removed all runtime dependencies (now dependency-free)
- Updated development dependencies to resolve known CVEs
Why These Changes
- Zero runtime dependencies: no external packages required in production
- Improved security: reduced attack surface and patched known vulnerabilities
- Lower maintenance overhead: no dependency tracking or update burden
- Modernization: leverages built-in Node.js APIs
Security
- Updated dev dependencies to address known CVEs (no runtime impact)
Pull Requests
Full Changelog
v1.3.0
v1.2.0
What's Changed
- Upgrade workspace deps by @ekkolon in #42
- ci: add test runner workflow by @ekkolon in #43
- refactor: rename
BaseAPItoApiServiceby @ekkolon in #44 - Update workspace dev deps by @ekkolon in #45
- build(deps): bump axios from 1.5.1 to 1.6.0 by @dependabot in #46
- build(deps): bump follow-redirects from 1.15.3 to 1.15.4 by @dependabot in #47
- build(deps): bump axios from 1.5.0 to 1.6.7 by @ekkolon in #48
- feat: add EcommerceAPI v1 by @ekkolon in #49
Full Changelog: v1.1.6...v1.2.0
v1.1.6
v1.1.5
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0
What's Changed
- build(deps): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #22
- build(deps): bump semver from 5.7.1 to 5.7.2 by @dependabot in #21
- style: fix endOfLine lint/formatting warnings by @ekkolon in #24
- Refactor/docs readme by @ekkolon in #25
- build(deps): bump axios from 1.3.4 to 1.5.0 by @ekkolon in #26
- build(dev-deps): patch outdated deps by @ekkolon in #27
- build(dev-deps): minor update dotenv, eslint by @ekkolon in #28
New Contributors
- @dependabot made their first contribution in #22
Full Changelog: v1.0.0...v1.1.0