@gravito/core 2.0.1 → 2.0.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/index.js CHANGED
@@ -3197,7 +3197,7 @@ class Gravito {
3197
3197
  // package.json
3198
3198
  var package_default = {
3199
3199
  name: "@gravito/core",
3200
- version: "2.0.1",
3200
+ version: "2.0.3",
3201
3201
  description: "",
3202
3202
  module: "./dist/index.js",
3203
3203
  main: "./dist/index.js",
@@ -3207,28 +3207,21 @@ var package_default = {
3207
3207
  exports: {
3208
3208
  ".": {
3209
3209
  browser: "./src/index.browser.ts",
3210
+ bun: "./src/index.ts",
3210
3211
  types: "./dist/index.d.ts",
3211
- import: "./dist/index.js",
3212
- require: "./dist/index.cjs",
3213
- default: "./dist/index.cjs"
3212
+ default: "./dist/index.js"
3214
3213
  },
3215
3214
  "./compat": {
3216
3215
  types: "./dist/compat.d.ts",
3217
- import: "./dist/compat.js",
3218
- require: "./dist/compat.cjs",
3219
- default: "./dist/compat.cjs"
3216
+ default: "./dist/compat.js"
3220
3217
  },
3221
3218
  "./engine": {
3222
3219
  types: "./dist/engine/index.d.ts",
3223
- import: "./dist/engine/index.js",
3224
- require: "./dist/engine/index.cjs",
3225
- default: "./dist/engine/index.cjs"
3220
+ default: "./dist/engine/index.js"
3226
3221
  },
3227
3222
  "./ffi": {
3228
3223
  types: "./dist/ffi/index.d.ts",
3229
- import: "./dist/ffi/index.js",
3230
- require: "./dist/ffi/index.cjs",
3231
- default: "./dist/ffi/index.cjs"
3224
+ default: "./dist/ffi/index.js"
3232
3225
  },
3233
3226
  "./compat/async-local-storage": {
3234
3227
  browser: "./src/compat/async-local-storage.browser.ts",
@@ -13895,4 +13888,4 @@ export {
13895
13888
  Application
13896
13889
  };
13897
13890
 
13898
- //# debugId=D86AC3BFCB9E7D7364756E2164756E21
13891
+ //# debugId=72B44EAE02419EE064756E2164756E21