@based/server 2.3.0 → 2.3.3

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,2 +1,5 @@
1
- @based/server:build: cache hit, replaying output 9176430f05ac9c92
2
- @based/server:build: $ npx tsc
1
+ @based/server:build: cache hit, replaying output ee2499fc688ce03e
2
+ @based/server:build: 
3
+ @based/server:build: > @based/server@2.3.2 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.0",
3
+ "version": "2.3.3",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "module": "src/index.ts",
@@ -9,10 +9,15 @@
9
9
  "watch": "npm run build -- --watch",
10
10
  "clean": "rimraf {.turbo,dist,node_modules}"
11
11
  },
12
+ "peerDependencies": {
13
+ "@based/client": "2.3.3",
14
+ "@based/graphql": "2.3.3",
15
+ "@based/uws": "2.3.3"
16
+ },
12
17
  "dependencies": {
13
- "@based/client": "*",
14
- "@based/graphql": "*",
15
- "@based/uws": "*",
18
+ "@based/client": "2.3.3",
19
+ "@based/graphql": "2.3.3",
20
+ "@based/uws": "2.3.3",
16
21
  "@saulx/diff": "^1.1.3",
17
22
  "@saulx/hash": "^1.1.0",
18
23
  "@saulx/selva": "10.6.2",