Skip to content

Commit b4cb0c3

Browse files
committed
Add Node.js support to @effectionx/context-api
- Create package.json with npm exports and dependencies - Add context-api to pnpm workspace
1 parent 693abc1 commit b4cb0c3

File tree

8 files changed

+17
-0
lines changed

8 files changed

+17
-0
lines changed

.DS_Store

12 KB
Binary file not shown.

bdd/.DS_Store

6 KB
Binary file not shown.

context-api/package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "@effectionx/context-api",
3+
"version": "0.2.1",
4+
"type": "module",
5+
"license": "MIT",
6+
"exports": "./mod.ts",
7+
"dependencies": {
8+
"effection": "^3"
9+
}
10+
}

pnpm-lock.yaml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
packages:
22
- "bdd"
3+
- "context-api"
34
- "test-adapter"
45
- "timebox"
56
- "tinyexec"

process/.DS_Store

6 KB
Binary file not shown.

test-adapter/.DS_Store

6 KB
Binary file not shown.

worker/.DS_Store

6 KB
Binary file not shown.

0 commit comments

Comments
 (0)