update deps, migrate to pnpm

This commit is contained in:
Jorrin
2024-03-29 21:23:32 +01:00
parent f8a5120064
commit 21f1fd3cee
35 changed files with 15210 additions and 25328 deletions

View File

@@ -1,4 +1,4 @@
import { makeProviders, makeStandardFetcher, targets } from '../../lib/index.mjs';
import { makeProviders, makeStandardFetcher, targets } from '../../lib/index.js';
(window as any).TEST = () => {
makeProviders({

View File

@@ -29,3 +29,4 @@ try {
}
console.log('Success!');
process.exit(0);