@live-change/security-service 0.8.81 → 0.8.83

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.
Files changed (2) hide show
  1. package/event.js +2 -2
  2. package/package.json +5 -5
package/event.js CHANGED
@@ -171,9 +171,9 @@ async function processSecurityCounters(event, timestamp, service) {
171
171
  reverse: true,
172
172
  limit: request.max
173
173
  }
174
- console.log("R", range)
174
+ console.log("SECURITY COUNTER RANGE", range)
175
175
  const events = await app.dao.get(['database', 'indexRange', service.databaseName, indexName, range])
176
- console.log("RR", events)
176
+ console.log("SECURITY COUNTER EVENTS", events)
177
177
  return {
178
178
  type: request.type,
179
179
  events
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/security-service",
3
- "version": "0.8.81",
3
+ "version": "0.8.83",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -22,10 +22,10 @@
22
22
  },
23
23
  "type": "module",
24
24
  "dependencies": {
25
- "@live-change/framework": "^0.8.81",
26
- "@live-change/pattern": "^0.8.81",
27
- "@live-change/pattern-db": "^0.8.81",
25
+ "@live-change/framework": "^0.8.83",
26
+ "@live-change/pattern": "^0.8.83",
27
+ "@live-change/pattern-db": "^0.8.83",
28
28
  "nodemailer": "^6.7.2"
29
29
  },
30
- "gitHead": "bbc862b339eae9c68cb4b06cad0abdbb0405b409"
30
+ "gitHead": "a3c85f0869b4c65c2bdd6f181bdfcbe2d6f2bde5"
31
31
  }