shogun-core 6.3.2 → 6.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/index.js +1 -1
- package/package.json +1 -1
package/dist/src/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Import polyfills FIRST before any other imports
|
|
2
2
|
// This ensures Buffer and other Node.js polyfills are available
|
|
3
|
-
import "./polyfills";
|
|
3
|
+
import "./polyfills.js";
|
|
4
4
|
import { ShogunCore } from "./core.js";
|
|
5
5
|
import { RxJS, crypto, derive, GunErrors, DataBase } from "./gundb/db.js";
|
|
6
6
|
// Gun and SEA imports removed - users should import them directly from 'gun' package
|