Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

fix: Added .js extension to import in src/keys/jwk2pem.ts #257

Merged
merged 1 commit into from
May 23, 2022

Conversation

sneaker1
Copy link
Contributor

Fix: Added .js extension to import in src/keys/jwk2pem.ts

#256

Before:
import { base64urlToBigInteger } from '../util'

After:
import { base64urlToBigInteger } from '../util.js'

@achingbrain achingbrain changed the title Fix: Added .js extension to import in src/keys/jwk2pem.ts fix: Added .js extension to import in src/keys/jwk2pem.ts May 23, 2022
@achingbrain achingbrain merged commit 9e8f376 into libp2p:master May 23, 2022
github-actions bot pushed a commit that referenced this pull request May 23, 2022
### [0.22.14](v0.22.13...v0.22.14) (2022-05-23)

### Bug Fixes

* Added .js extension to import in src/keys/jwk2pem.ts ([#257](#257)) ([9e8f376](9e8f376)), closes [#256](#256)

### Trivial Changes

* **deps:** bump @libp2p/interfaces from 1.3.32 to 2.0.1 ([#258](#258)) ([f7d30bc](f7d30bc))
@github-actions
Copy link

🎉 This PR is included in version 0.22.14 🎉

The release is available on:

Your semantic-release bot 📦🚀

@sneaker1 sneaker1 deleted the fix/add-js-extension branch May 23, 2022 15:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants