@ejfdelgado/ejflab-back 1.19.1 → 1.20.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ejfdelgado/ejflab-back",
3
- "version": "1.19.1",
3
+ "version": "1.20.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/ejfdelgado/ejflab-back.git"
@@ -18,7 +18,7 @@
18
18
  "license": "ISC",
19
19
  "private": false,
20
20
  "dependencies": {
21
- "@ejfdelgado/ejflab-common": "1.11.3",
21
+ "@ejfdelgado/ejflab-common": "1.12.0",
22
22
  "@google-cloud/compute": "^4.7.0",
23
23
  "@google-cloud/firestore": "^7.9.0",
24
24
  "@google-cloud/storage": "^7.11.3",
@@ -120,7 +120,7 @@ export class ProcessResponseProcessor extends GenericProcessor {
120
120
  countLocalChanges++;
121
121
  // Publish to others the not indexed one?
122
122
  const destiny = `${room}.d.${path}`;
123
- //console.log(`Publishing to ${destiny} ok?`);
123
+ console.log(`Publish processResponse to ${destiny}!`);
124
124
  this.io.to(destiny).emit("processResponse", {
125
125
  processorId,
126
126
  sourcePath: path,