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

Update index.d.ts - export RateLimitStores/ApiGatewayErrors #360

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

salisbury-espinosa
Copy link
Contributor

satisfies issue:

export default {
  name: 'gateway',
  mixins: [ApiGateway],
  .......
} satisfies IServiceSchema<ServiceSettingSchema>;

=>

TS4082: Default export of the module has or is using private name ApiGatewayErrors
TS4082: Default export of the module has or is using private name RateLimitStores

fix for:
```
TS4082: Default export of the module has or is using private name ApiGatewayErrors
TS4082: Default export of the module has or is using private name RateLimitStores
```
@icebob icebob merged commit 77e0780 into moleculerjs:master Feb 3, 2025
1 check passed
@salisbury-espinosa
Copy link
Contributor Author

@icebob when is the next release planned in npm?

@icebob
Copy link
Member

icebob commented Feb 17, 2025

Soon, I'm waiting for another PR fixes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants