Commit eb80d60
committed
refactor(environment): use ES module import for bun lockfile parser
Changed from require() to ES module import for @socketregistry/hyrious__bun.lockb.
Before: const { parse } = require('@socketregistry/hyrious__bun.lockb/index.cjs')
After: import { parse as parseBunLockb } from '@socketregistry/hyrious__bun.lockb/index.cjs'1 parent a9b20c6 commit eb80d60
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | 36 | | |
41 | 37 | | |
42 | 38 | | |
| |||
0 commit comments