@based/server 2.3.1 → 2.3.2

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.
@@ -1,5 +1,5 @@
1
- @based/server:build: cache hit, replaying output afe93220f2603cb2
2
- @based/server:build: 
3
- @based/server:build: > @based/server@2.3.0 build
4
- @based/server:build: > npx tsc
5
- @based/server:build: 
1
+ @based/server:build: cache hit, replaying output 3e4246e04948a59d
2
+ @based/server:build: 
3
+ @based/server:build: > @based/server@2.3.1 build
4
+ @based/server:build: > npx tsc
5
+ @based/server:build: 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@based/server",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "module": "src/index.ts",
@@ -9,6 +9,11 @@
9
9
  "watch": "npm run build -- --watch",
10
10
  "clean": "rimraf {.turbo,dist,node_modules}"
11
11
  },
12
+ "peerDependencies": {
13
+ "@based/client": "*",
14
+ "@based/graphql": "*",
15
+ "@based/uws": "*"
16
+ },
12
17
  "dependencies": {
13
18
  "@based/client": "*",
14
19
  "@based/graphql": "*",