Skip to content

Commit 9a9025f

Browse files
chore: bump version. (#40)
1 parent 0a6c5bc commit 9a9025f

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@knighted/module",
3-
"version": "1.3.1-rc.0",
3+
"version": "1.3.1",
44
"description": "Bidirectional transform for ES modules and CommonJS.",
55
"type": "module",
66
"main": "dist/module.js",

src/format.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ import { collectCjsExports } from './utils/exports.js'
2929
import { collectModuleIdentifiers } from './utils/identifiers.js'
3030
import { isValidUrl } from './utils/url.js'
3131
import { ancestorWalk } from './walk.js'
32+
3233
const isRequireMainMember = (node: Node, shadowed: Set<string>) =>
3334
node.type === 'MemberExpression' &&
3435
node.object.type === 'Identifier' &&

0 commit comments

Comments
 (0)