Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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 bdd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@effectionx/bdd",
"description": "BDD testing harness with describe/it/beforeEach for Effection operations",
"version": "0.5.2",
"keywords": ["effection", "effectionx", "testing", "bdd", "describe", "it"],
"keywords": ["testing"],
"type": "module",
"main": "./dist/mod.js",
"types": "./dist/mod.d.ts",
Expand Down
9 changes: 1 addition & 8 deletions chain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@
"name": "@effectionx/chain",
"description": "Promise-like chaining with then/catch/finally for Effection operations",
"version": "0.2.3",
"keywords": [
"effection",
"effectionx",
"interop",
"promise",
"then",
"chain"
],
"keywords": ["interop"],
"type": "module",
"main": "./dist/mod.js",
"types": "./dist/mod.d.ts",
Expand Down
9 changes: 1 addition & 8 deletions converge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@
"name": "@effectionx/converge",
"description": "Poll and wait for conditions to be met with automatic retry and timeout",
"version": "0.1.4",
"keywords": [
"effection",
"effectionx",
"testing",
"concurrency",
"polling",
"retry"
],
"keywords": ["testing", "concurrency"],
"type": "module",
"main": "./dist/mod.js",
"types": "./dist/mod.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion deno-deploy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@effectionx/deno-deploy",
"description": "Detect Deno Deploy environment and access deployment metadata",
"version": "0.4.2",
"keywords": ["effection", "effectionx", "platform", "deno", "deno-deploy"],
"keywords": ["platform"],
"type": "module",
"main": "./dist/mod.js",
"types": "./dist/mod.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion effect-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@effectionx/effect-ts",
"description": "Bidirectional interop between Effect-TS and Effection",
"version": "0.1.5",
"keywords": ["effection", "effectionx", "interop", "effect-ts", "effect"],
"keywords": ["interop"],
"type": "module",
"main": "./dist/mod.js",
"types": "./dist/mod.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@effectionx/fetch",
"description": "Effection-native fetch with structured concurrency and streaming response support",
"version": "0.1.3",
"keywords": ["effection", "effectionx", "io", "fetch", "http", "network"],
"keywords": ["io", "streams"],
"type": "module",
"main": "./dist/mod.js",
"types": "./dist/mod.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@effectionx/fs",
"description": "File system operations wrapped as Effection operations",
"version": "0.2.3",
"keywords": ["effection", "effectionx", "io", "filesystem", "fs"],
"keywords": ["io"],
"type": "module",
"main": "./dist/mod.js",
"types": "./dist/mod.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion fx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@effectionx/fx",
"description": "Utility functions for async workflows adapted from starfx",
"version": "0.4.3",
"keywords": ["effection", "effectionx", "reactivity", "starfx", "workflow"],
"keywords": ["interop"],
"type": "module",
"main": "./dist/mod.js",
"types": "./dist/mod.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion jsonl-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@effectionx/jsonl-store",
"description": "Streaming JSONL document store with glob-based file selection",
"version": "0.4.3",
"keywords": ["effection", "effectionx", "streams", "jsonl", "storage"],
"keywords": ["streams", "io"],
"type": "module",
"main": "./dist/mod.js",
"types": "./dist/mod.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@effectionx/node",
"description": "Node.js stream and event emitter adapters for Effection",
"version": "0.2.4",
"keywords": ["effection", "effectionx", "io", "node", "streams", "events"],
"keywords": ["io", "streams"],
"type": "module",
"main": "./dist/mod.js",
"types": "./dist/mod.d.ts",
Expand Down
9 changes: 1 addition & 8 deletions process/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@
"name": "@effectionx/process",
"description": "Spawn and manage child processes with structured concurrency",
"version": "0.7.4",
"keywords": [
"effection",
"effectionx",
"process",
"spawn",
"exec",
"child-process"
],
"keywords": ["process"],
"type": "module",
"main": "./dist/mod.js",
"types": "./dist/mod.d.ts",
Expand Down
9 changes: 1 addition & 8 deletions raf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@
"name": "@effectionx/raf",
"description": "Stream of requestAnimationFrame updates for Effection",
"version": "0.2.3",
"keywords": [
"effection",
"effectionx",
"platform",
"browser",
"animation",
"raf"
],
"keywords": ["platform", "streams"],
"type": "module",
"main": "./dist/mod.js",
"types": "./dist/mod.d.ts",
Expand Down
9 changes: 1 addition & 8 deletions scope-eval/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@
"name": "@effectionx/scope-eval",
"description": "Evaluate operations in a scope while retaining resources across evaluations",
"version": "0.1.3",
"keywords": [
"effection",
"effectionx",
"concurrency",
"scope",
"eval",
"repl"
],
"keywords": ["concurrency"],
"type": "module",
"main": "./dist/mod.js",
"types": "./dist/mod.d.ts",
Expand Down
9 changes: 1 addition & 8 deletions signals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@
"name": "@effectionx/signals",
"description": "Reactive signals and computed values for Effection operations",
"version": "0.5.3",
"keywords": [
"effection",
"effectionx",
"reactivity",
"signals",
"computed",
"state"
],
"keywords": ["reactivity"],
"type": "module",
"main": "./dist/mod.js",
"types": "./dist/mod.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion stream-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@effectionx/stream-helpers",
"description": "Type-safe stream operators like filter, map, reduce, and forEach",
"version": "0.8.2",
"keywords": ["effection", "effectionx", "streams", "map", "filter", "reduce"],
"keywords": ["streams"],
"type": "module",
"main": "./dist/mod.js",
"types": "./dist/mod.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion stream-yaml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@effectionx/stream-yaml",
"description": "Parse streams of strings as YAML documents",
"version": "0.2.3",
"keywords": ["effection", "effectionx", "streams", "yaml", "parser"],
"keywords": ["streams"],
"type": "module",
"main": "./dist/mod.js",
"types": "./dist/mod.d.ts",
Expand Down
9 changes: 1 addition & 8 deletions task-buffer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@
"name": "@effectionx/task-buffer",
"description": "Limit concurrent task execution with automatic queuing",
"version": "1.3.3",
"keywords": [
"effection",
"effectionx",
"concurrency",
"rate-limit",
"queue",
"buffer"
],
"keywords": ["concurrency"],
"type": "module",
"main": "./dist/mod.js",
"types": "./dist/mod.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion test-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@effectionx/test-adapter",
"description": "Abstract helper for integrating Effection with testing frameworks",
"version": "0.7.4",
"keywords": ["effection", "effectionx", "testing"],
"keywords": ["testing", "interop"],
"type": "module",
"main": "./dist/mod.js",
"types": "./dist/mod.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion timebox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@effectionx/timebox",
"description": "Constrain operations to complete within a time limit",
"version": "0.4.3",
"keywords": ["effection", "effectionx", "concurrency", "timeout", "deadline"],
"keywords": ["concurrency"],
"type": "module",
"main": "./dist/mod.js",
"types": "./dist/mod.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion tinyexec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@effectionx/tinyexec",
"description": "Lightweight process execution wrapper around tinyexec",
"version": "0.4.3",
"keywords": ["effection", "effectionx", "process", "exec", "tinyexec"],
"keywords": ["process"],
"type": "module",
"main": "./dist/mod.js",
"types": "./dist/mod.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@effectionx/vitest",
"description": "Vitest adapter for writing tests as Effection generator functions",
"version": "0.3.1",
"keywords": ["effection", "effectionx", "testing", "vitest"],
"keywords": ["testing"],
"type": "module",
"main": "./dist/mod.js",
"types": "./dist/mod.d.ts",
Expand Down
9 changes: 1 addition & 8 deletions watch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@
"name": "@effectionx/watch",
"description": "Run commands and restart them gracefully when source files change",
"version": "0.4.4",
"keywords": [
"effection",
"effectionx",
"process",
"watch",
"file-watcher",
"dev"
],
"keywords": ["process"],
"type": "module",
"main": "./dist/main.js",
"types": "./dist/main.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion websocket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@effectionx/websocket",
"description": "WebSocket client with stream-based message handling and automatic cleanup",
"version": "2.3.3",
"keywords": ["effection", "effectionx", "io", "websocket", "network"],
"keywords": ["io", "streams"],
"type": "module",
"main": "./dist/mod.js",
"types": "./dist/mod.d.ts",
Expand Down
9 changes: 1 addition & 8 deletions worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@
"name": "@effectionx/worker",
"description": "Web Worker integration with two-way messaging and graceful shutdown",
"version": "0.5.2",
"keywords": [
"effection",
"effectionx",
"platform",
"web-worker",
"worker",
"browser"
],
"keywords": ["platform"],
"type": "module",
"main": "./dist/mod.js",
"types": "./dist/mod.d.ts",
Expand Down
Loading