Skip to content

Commit

Permalink
Merge pull request #415 from mohd-akram/fix-circular-dep
Browse files Browse the repository at this point in the history
Fix circular dependency breaking Node.js 20.6
  • Loading branch information
derduher committed May 21, 2024
2 parents ed6c653 + 40cb241 commit a162705
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions lib/sitemap-simple.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import {
SitemapAndIndexStream,
SitemapStream,
lineSeparatedURLsToSitemapOptions,
} from '../index';
import { SitemapAndIndexStream } from './sitemap-index-stream';
import { SitemapStream } from './sitemap-stream';
import { lineSeparatedURLsToSitemapOptions } from './utils';
import { createGzip } from 'zlib';
import { createWriteStream, createReadStream, promises } from 'fs';
import { normalize, resolve } from 'path';
Expand Down

0 comments on commit a162705

Please sign in to comment.