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

fix: include connectLambda in dist #156

Merged
merged 1 commit into from Mar 8, 2024
Merged

fix: include connectLambda in dist #156

merged 1 commit into from Mar 8, 2024

Conversation

hrishikesh-k
Copy link
Contributor

The NPM package doesn't include the connectLambda function causing an error like:

✘ [ERROR] No matching export in "node_modules/@netlify/blobs/dist/main.js" for import "connectLambda"

    netlify/functions/api.ts:4:8:
      4 │ import {connectLambda} from '@netlify/blobs'

This PR exports that function so it should exist in the package.

The NPM package doesn't include the `connectLambda` function causing an error like:

```
✘ [ERROR] No matching export in "node_modules/@netlify/blobs/dist/main.js" for import "connectLambda"

    netlify/functions/api.ts:4:8:
      4 │ import {connectLambda} from '@netlify/blobs'
```
@hrishikesh-k hrishikesh-k requested a review from a team as a code owner March 8, 2024 09:21
@github-actions github-actions bot added the type: bug code to address defects in shipped code label Mar 8, 2024
Copy link

netlify bot commented Mar 8, 2024

Deploy Preview for blobs-js ready!

Name Link
🔨 Latest commit fa12b49
🔍 Latest deploy log https://app.netlify.com/sites/blobs-js/deploys/65ead89e556f1d0008ba2c70
😎 Deploy Preview https://deploy-preview-156--blobs-js.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@eduardoboucas eduardoboucas merged commit f7963b8 into main Mar 8, 2024
15 checks passed
@eduardoboucas eduardoboucas deleted the hk/connectLambda branch March 8, 2024 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug code to address defects in shipped code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants