Merge pull request #771 from bergie/js_not_mjs

Point to the correct JS file
pull/772/head
Ben Meadors 2025-09-11 08:38:47 -05:00 zatwierdzone przez GitHub
commit eac05c2d62
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -8,9 +8,9 @@
"access": "public"
},
"type": "module",
"main": "./dist/mod.mjs",
"module": "./dist/mod.mjs",
"types": "./dist/mod.d.mts",
"main": "./dist/mod.js",
"module": "./dist/mod.js",
"types": "./dist/mod.d.ts",
"dependencies": {
"@bufbuild/protobuf": "^2.2.3"
},