@flowerforce/flowerbase 1.1.2-beta.5 → 1.1.2-beta.7

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
- {"version":3,"file":"controller.d.ts","sourceRoot":"","sources":["../../../src/features/functions/controller.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAGhD;;;;;GAKG;AACH,eAAO,MAAM,mBAAmB,EAAE,kBAsGjC,CAAA"}
1
+ {"version":3,"file":"controller.d.ts","sourceRoot":"","sources":["../../../src/features/functions/controller.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAGhD;;;;;GAKG;AACH,eAAO,MAAM,mBAAmB,EAAE,kBAuGjC,CAAA"}
@@ -81,6 +81,7 @@ const functionsController = (app_1, _a) => __awaiter(void 0, [app_1, _a], void 0
81
81
  .db(database)
82
82
  .collection(collection)
83
83
  .watch([], { fullDocument: 'whenAvailable' });
84
+ console.log("🚀 ~ functionsController ~ changeStream:", changeStream);
84
85
  res.header('Content-Type', 'text/event-stream');
85
86
  res.header('Cache-Control', 'no-cache');
86
87
  res.header("content-encoding", "gzip");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowerforce/flowerbase",
3
- "version": "1.1.2-beta.5",
3
+ "version": "1.1.2-beta.7",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -97,6 +97,7 @@ export const functionsController: FunctionController = async (
97
97
  .db(database)
98
98
  .collection(collection)
99
99
  .watch([], { fullDocument: 'whenAvailable' })
100
+ console.log("🚀 ~ functionsController ~ changeStream:", changeStream)
100
101
 
101
102
  res.header('Content-Type', 'text/event-stream')
102
103
  res.header('Cache-Control', 'no-cache')