replicas-engine 0.1.60 → 0.1.62

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "replicas-engine",
3
- "version": "0.1.60",
3
+ "version": "0.1.62",
4
4
  "description": "Lightweight API server for Replicas workspaces",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",
@@ -13,10 +13,10 @@
13
13
  "scripts": {
14
14
  "dev": "tsx watch src/index.ts",
15
15
  "build": "tsup",
16
- "dev-pack": "yarn build && node scripts/pack-dev-tarball.mjs",
16
+ "dev-pack": "bun run build && node scripts/pack-dev-tarball.mjs",
17
17
  "start": "node dist/src/index.js",
18
18
  "dev-sync": "scripts/dev-sync.sh",
19
- "prepublishOnly": "yarn build"
19
+ "prepublishOnly": "bun run build"
20
20
  },
21
21
  "keywords": [
22
22
  "replicas",
@@ -1,16 +0,0 @@
1
- #!/usr/bin/env node
2
- var __getOwnPropNames = Object.getOwnPropertyNames;
3
- var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
4
- get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
5
- }) : x)(function(x) {
6
- if (typeof require !== "undefined") return require.apply(this, arguments);
7
- throw Error('Dynamic require of "' + x + '" is not supported');
8
- });
9
- var __commonJS = (cb, mod) => function __require2() {
10
- return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
11
- };
12
-
13
- export {
14
- __require,
15
- __commonJS
16
- };