@serverbench/js 1.0.3 → 1.0.4

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.
Files changed (2) hide show
  1. package/dist/index.cjs +0 -5
  2. package/package.json +2 -2
package/dist/index.cjs CHANGED
@@ -350,9 +350,4 @@ var Serverbench = _Serverbench;
350
350
 
351
351
  // src/index.ts
352
352
  var src_default = Serverbench;
353
- // Annotate the CommonJS export names for ESM import in node:
354
- 0 && (module.exports = {
355
- Element,
356
- Store
357
- });
358
353
  //# sourceMappingURL=index.cjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serverbench/js",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -21,6 +21,6 @@
21
21
  "@open-iframe-resizer/core": "^1.2.1"
22
22
  },
23
23
  "scripts": {
24
- "build": "tsup"
24
+ "build": "tsup --platform browser"
25
25
  }
26
26
  }