Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
update effect (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart authored Nov 30, 2023
1 parent f9ea6a4 commit cdb7e25
Show file tree
Hide file tree
Showing 10 changed files with 782 additions and 627 deletions.
9 changes: 9 additions & 0 deletions .changeset/wicked-pears-camp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@effect/rpc-http-node": minor
"@effect/rpc-workers": minor
"@effect/rpc-nextjs": minor
"@effect/rpc-http": minor
"@effect/rpc": minor
---

update effect
21 changes: 8 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,23 @@
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.3",
"@babel/core": "^7.23.5",
"@babel/plugin-transform-export-namespace-from": "^7.23.4",
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@effect/build-utils": "^0.5.0",
"@effect/docgen": "^0.3.5",
"@effect/docgen": "^0.3.6",
"@effect/eslint-plugin": "^0.1.2",
"@effect/language-service": "^0.0.21",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/web-worker": "^0.34.6",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"eslint": "^8.54.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-codegen": "^0.18.1",
"eslint-plugin-codegen": "^0.21.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
Expand All @@ -44,12 +44,7 @@
"madge": "^6.1.0",
"prettier": "^3.1.0",
"typescript": "^5.3.2",
"vite": "^5.0.0",
"vite": "^5.0.4",
"vitest": "^0.34.6"
},
"pnpm": {
"patchedDependencies": {
"@changesets/[email protected]": "patches/@[email protected]"
}
}
}
10 changes: 5 additions & 5 deletions packages/http-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"@effect/rpc-http": "workspace:^"
},
"devDependencies": {
"@effect/platform": "^0.31.0",
"@effect/schema": "^0.49.0",
"@types/node": "^20.9.2"
"@effect/platform": "^0.32.0",
"@effect/schema": "^0.51.0",
"@types/node": "^20.10.1"
},
"peerDependencies": {
"@effect/platform": "^0.31.0",
"effect": "2.0.0-next.56"
"@effect/platform": "^0.32.0",
"effect": "2.0.0-next.57"
}
}
14 changes: 7 additions & 7 deletions packages/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"@effect/rpc": "workspace:^"
},
"devDependencies": {
"@effect/platform": "^0.31.0",
"@effect/platform-node": "^0.32.0",
"@effect/schema": "^0.49.0",
"effect": "2.0.0-next.56"
"@effect/platform": "^0.32.0",
"@effect/platform-node": "^0.33.0",
"@effect/schema": "^0.51.0",
"effect": "2.0.0-next.57"
},
"peerDependencies": {
"@effect/platform": "^0.31.0",
"@effect/schema": "^0.49.0",
"effect": "2.0.0-next.56"
"@effect/platform": "^0.32.0",
"@effect/schema": "^0.51.0",
"effect": "2.0.0-next.57"
}
}
10 changes: 5 additions & 5 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"@effect/rpc-http": "workspace:^"
},
"devDependencies": {
"@effect/platform": "^0.31.0",
"@effect/schema": "^0.49.0",
"effect": "2.0.0-next.56",
"@effect/platform": "^0.32.0",
"@effect/schema": "^0.51.0",
"effect": "2.0.0-next.57",
"next": "^14.0.3"
},
"peerDependencies": {
"@effect/platform": "^0.31.0",
"effect": "2.0.0-next.56",
"@effect/platform": "^0.32.0",
"effect": "2.0.0-next.57",
"next": ">=13 <15"
}
}
8 changes: 4 additions & 4 deletions packages/rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"build-annotate": "babel build --plugins annotate-pure-calls --out-dir build --source-maps"
},
"devDependencies": {
"@effect/schema": "^0.49.0",
"effect": "2.0.0-next.56"
"@effect/schema": "^0.51.0",
"effect": "2.0.0-next.57"
},
"peerDependencies": {
"@effect/schema": "^0.49.0",
"effect": "2.0.0-next.56"
"@effect/schema": "^0.51.0",
"effect": "2.0.0-next.57"
}
}
14 changes: 7 additions & 7 deletions packages/workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"@effect/rpc": "workspace:^"
},
"devDependencies": {
"@effect/platform": "^0.31.0",
"@effect/platform-browser": "^0.19.0",
"@effect/schema": "^0.49.0",
"effect": "2.0.0-next.56"
"@effect/platform": "^0.32.0",
"@effect/platform-browser": "^0.20.0",
"@effect/schema": "^0.51.0",
"effect": "2.0.0-next.57"
},
"peerDependencies": {
"@effect/platform": "^0.31.0",
"@effect/schema": "^0.49.0",
"effect": "2.0.0-next.56"
"@effect/platform": "^0.32.0",
"@effect/schema": "^0.51.0",
"effect": "2.0.0-next.57"
}
}
6 changes: 3 additions & 3 deletions packages/workers/test/e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ const PoolLive = Resolver.makePoolLayer({
spawn: () => new globalThis.Worker(new URL("./e2e/worker", import.meta.url)),
size: 1
}).pipe(
Layer.use(Worker.layerManager)
Layer.provide(Worker.layerManager)
)

const SetupPoolLive = Resolver.makePoolLayer({
spawn: () => new globalThis.Worker(new URL("./e2e/worker-setup", import.meta.url)),
size: 1
}).pipe(
Layer.use(Worker.layerManager)
Layer.provide(Worker.layerManager)
)

const SharedPoolLive = Resolver.makePoolLayer({
spawn: () => new globalThis.SharedWorker(new URL("./e2e/worker", import.meta.url)),
size: 1
}).pipe(
Layer.use(Worker.layerManager)
Layer.provide(Worker.layerManager)
)

const client = Client.make(schema)
Expand Down
67 changes: 0 additions & 67 deletions patches/@[email protected]

This file was deleted.

Loading

0 comments on commit cdb7e25

Please sign in to comment.