@builder6/rooms 3.0.9 → 3.0.10

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 +1 @@
1
- export declare const createDevelopmentWarning: (condition: boolean | (() => boolean), message?: any, ...optionalParams: any[]) => () => void;
1
+ export declare const createDevelopmentWarning: (condition: boolean | (() => boolean), ...args: Parameters<typeof console.warn>) => () => void;
@@ -29,7 +29,7 @@ export declare class RoomsController {
29
29
  nextCursor: any;
30
30
  requestedAt: string;
31
31
  permissionHints: {
32
- [x: string]: string[];
32
+ [roomId]: string[];
33
33
  };
34
34
  };
35
35
  deletedThreads: any[];
@@ -42,7 +42,7 @@ export declare class RoomsController {
42
42
  nextCursor: any;
43
43
  requestedAt: string;
44
44
  permissionHints: {
45
- [x: string]: string[];
45
+ [roomId]: string[];
46
46
  };
47
47
  };
48
48
  deletedThreads: any[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builder6/rooms",
3
- "version": "3.0.9",
3
+ "version": "3.0.10",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "MIT",
@@ -14,11 +14,6 @@
14
14
  "build:watch": "rimraf dist && tsc --watch"
15
15
  },
16
16
  "dependencies": {
17
- "@builder6/core": "3.0.9",
18
- "@builder6/email": "3.0.9",
19
- "@builder6/files": "3.0.9",
20
- "@builder6/moleculer": "3.0.9",
21
- "@builder6/pages": "3.0.9",
22
17
  "@liveblocks/emails": "2.12.0",
23
18
  "@liveblocks/node": "2.12.0",
24
19
  "@react-email/components": "^0.0.31",
@@ -32,6 +27,14 @@
32
27
  "tailwindcss": "^3.4.17"
33
28
  },
34
29
  "peerDependencies": {
30
+ "@builder6/core": "3.0.9",
31
+ "@builder6/email": "3.0.9",
32
+ "@builder6/files": "3.0.9",
33
+ "@builder6/moleculer": "3.0.9",
34
+ "@builder6/pages": "3.0.9",
35
+ "@nestjs/common": "^11.0.0",
36
+ "@nestjs/core": "^11.0.0",
37
+ "@nestjs/swagger": "^11.0.7",
35
38
  "moleculer": "^0.14.35"
36
39
  },
37
40
  "jest": {
@@ -57,5 +60,5 @@
57
60
  "devDependencies": {
58
61
  "@types/lodash": "^4.17.13"
59
62
  },
60
- "gitHead": "a5732ec5bb7d0292adc61808f8a9f291fd08f17e"
63
+ "gitHead": "4151e07b946953c7742ee3b70a86c0827fb779bb"
61
64
  }