swarm-mail 0.1.2 → 0.1.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 +962 -7383
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "swarm-mail",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Event sourcing primitives for multi-agent coordination. Local-first, no external servers.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"author": "Joel Hooks",
|
|
23
23
|
"license": "MIT",
|
|
24
24
|
"scripts": {
|
|
25
|
-
"build": "bun build ./src/index.ts --outdir ./dist --target node && tsc",
|
|
25
|
+
"build": "bun build ./src/index.ts --outdir ./dist --target node --external @electric-sql/pglite && tsc",
|
|
26
26
|
"test": "vitest run --exclude '**/*.integration.test.ts'",
|
|
27
27
|
"test:integration": "vitest run --include '**/*.integration.test.ts' --testTimeout 60000",
|
|
28
28
|
"test:all": "vitest run --testTimeout 60000",
|