Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking change 10.1.0 -> 10.1.1 #1826

Open
rwb196884 opened this issue Dec 12, 2024 · 0 comments
Open

Breaking change 10.1.0 -> 10.1.1 #1826

rwb196884 opened this issue Dec 12, 2024 · 0 comments
Labels

Comments

@rwb196884
Copy link

Describe the bug

Node.js version:
22.11

OS version:
Windows 10

Description:

A file that contains

import { get, post, put, patch, delete as saDelete, Response as SuperAgentResponse, SuperAgentRequest } from 'superagent';

causes runtime error

The requested module '...superagent/lib/client.js' doesn't provide an export named 'put'.

Actual behavior

Runtime error.

Expected behavior

Continued to work as it has for months.

Code to reproduce

Checklist

  • [ .] I have searched through GitHub issues for similar issues.
  • [. ] I have completely read through the README and documentation.
  • [. ] I have tested my code with the latest version of Node.js and this package and confirmed it is still not working.
@rwb196884 rwb196884 added the Bug label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant