Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Each package requires:
- `type`: `"module"`
- `exports`: Must include `types`, `development`, `import`, and `default` conditions
- `peerDependencies`: Usually `effection: "^3 || ^4"`
- `files`: Include `dist`, `mod.ts`, and source files
- `files`: Include only published artifacts (`dist`). Exceptions: `bdd` also ships `mod.deno.ts` (the `./deno` subpath serves source directly); `inline` also ships `swc/target/wasm32-wasip1/release/swc_plugin_inline.wasm`. Workspace dev resolves source via the `development` export condition β€” source `.ts` files do not need to be in `files`

### Test Files

Expand Down
1 change: 1 addition & 0 deletions bdd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"default": "./mod.deno.ts"
}
},
"files": ["dist", "mod.deno.ts"],
Comment thread
taras marked this conversation as resolved.
"peerDependencies": {
"effection": "^3 || ^4"
},
Expand Down
1 change: 1 addition & 0 deletions chain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"default": "./dist/mod.js"
}
},
"files": ["dist"],
"peerDependencies": {
"effection": "^3 || ^4"
},
Expand Down
2 changes: 1 addition & 1 deletion context-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"url": "https://github.com/thefrontside/effectionx/issues"
},
"sideEffects": false,
"files": ["dist", "mod.ts"],
"files": ["dist"],
"devDependencies": {
"@effectionx/vitest": "workspace:*",
"effection": "^4"
Expand Down
1 change: 1 addition & 0 deletions converge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"default": "./dist/mod.js"
}
},
"files": ["dist"],
"peerDependencies": {
"effection": "^3 || ^4"
},
Expand Down
1 change: 1 addition & 0 deletions effect-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"default": "./dist/mod.js"
}
},
"files": ["dist"],
"peerDependencies": {
"effect": "^3",
"effection": "^3 || ^4"
Expand Down
2 changes: 1 addition & 1 deletion fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"default": "./dist/mod.js"
}
},
"files": ["dist", "mod.ts", "api.ts", "create-fetch-response.ts", "fetch.ts"],
"files": ["dist"],
"dependencies": {
"@effectionx/context-api": "workspace:*"
},
Expand Down
1 change: 1 addition & 0 deletions fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"default": "./dist/mod.js"
}
},
"files": ["dist"],
"dependencies": {
"@effectionx/context-api": "workspace:*"
},
Expand Down
1 change: 1 addition & 0 deletions fx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"default": "./dist/mod.js"
}
},
"files": ["dist"],
"peerDependencies": {
"effection": "^3 || ^4"
},
Expand Down
7 changes: 1 addition & 6 deletions inline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,7 @@
"build:bundle": "cargo build --manifest-path swc/Cargo.toml --target wasm32-wasip1 --release",
"prepack": "pnpm run build:bundle"
},
"files": [
"dist",
"mod.ts",
"esbuild.ts",
"swc/target/wasm32-wasip1/release/swc_plugin_inline.wasm"
],
"files": ["dist", "swc/target/wasm32-wasip1/release/swc_plugin_inline.wasm"],
Comment thread
taras marked this conversation as resolved.
"sideEffects": false,
"devDependencies": {
"@effectionx/bdd": "workspace:*",
Expand Down
1 change: 1 addition & 0 deletions jsonl-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"default": "./dist/mod.js"
}
},
"files": ["dist"],
"peerDependencies": {
"effection": "^3 || ^4"
},
Expand Down
2 changes: 1 addition & 1 deletion middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"default": "./dist/mod.js"
}
},
"files": ["dist", "mod.ts", "middleware.ts"],
"files": ["dist"],
"license": "MIT",
"author": "engineering@frontside.com",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"default": "./dist/events.js"
}
},
"files": ["dist"],
"peerDependencies": {
"effection": "^3 || ^4"
},
Expand Down
1 change: 1 addition & 0 deletions process/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"default": "./dist/mod.js"
}
},
"files": ["dist"],
"peerDependencies": {
"effection": "^3 || ^4"
},
Expand Down
1 change: 1 addition & 0 deletions raf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"default": "./dist/mod.js"
}
},
"files": ["dist"],
"peerDependencies": {
"effection": "^3 || ^4"
},
Expand Down
2 changes: 1 addition & 1 deletion scope-eval/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"default": "./dist/mod.js"
}
},
"files": ["dist", "mod.ts", "box.ts", "eval-scope.ts"],
"files": ["dist"],
"peerDependencies": {
"effection": "^3 || ^4"
},
Expand Down
1 change: 1 addition & 0 deletions signals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"default": "./dist/mod.js"
}
},
"files": ["dist"],
"peerDependencies": {
"effection": "^3 || ^4"
},
Expand Down
2 changes: 1 addition & 1 deletion state-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"default": "./dist/mod.js"
}
},
"files": ["dist", "mod.ts", "state.ts"],
"files": ["dist"],
"peerDependencies": {
"effection": "^3 || ^4"
},
Expand Down
1 change: 1 addition & 0 deletions stream-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"default": "./dist/test-helpers.js"
}
},
"files": ["dist"],
"peerDependencies": {
"effection": "^3 || ^4"
},
Expand Down
1 change: 1 addition & 0 deletions stream-yaml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"default": "./dist/mod.js"
}
},
"files": ["dist"],
"peerDependencies": {
"effection": "^3 || ^4"
},
Expand Down
1 change: 1 addition & 0 deletions task-buffer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"default": "./dist/mod.js"
}
},
"files": ["dist"],
"peerDependencies": {
"effection": "^3 || ^4"
},
Expand Down
1 change: 1 addition & 0 deletions test-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"default": "./dist/mod.js"
}
},
"files": ["dist"],
"peerDependencies": {
"effection": "^3 || ^4"
},
Expand Down
1 change: 1 addition & 0 deletions timebox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"default": "./dist/mod.js"
}
},
"files": ["dist"],
"peerDependencies": {
"effection": "^3 || ^4"
},
Expand Down
1 change: 1 addition & 0 deletions tinyexec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"default": "./dist/mod.js"
}
},
"files": ["dist"],
"peerDependencies": {
"effection": "^3 || ^4"
},
Expand Down
1 change: 1 addition & 0 deletions vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"default": "./dist/mod.js"
}
},
"files": ["dist"],
"peerDependencies": {
"effection": "^3 || ^4",
"vitest": "^3 || ^4"
Expand Down
1 change: 1 addition & 0 deletions watch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"default": "./dist/mod.js"
}
},
"files": ["dist"],
"peerDependencies": {
"effection": "^3 || ^4"
},
Expand Down
1 change: 1 addition & 0 deletions websocket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"default": "./dist/mod.js"
}
},
"files": ["dist"],
"peerDependencies": {
"effection": "^3 || ^4"
},
Expand Down
1 change: 1 addition & 0 deletions worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"default": "./dist/mod.js"
}
},
"files": ["dist"],
"peerDependencies": {
"effection": "^3 || ^4"
},
Expand Down
Loading