@kar-mi/spirit-vale-tools-logging 0.9.0 → 0.10.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +8 -8
package/dist/index.js CHANGED
@@ -108,7 +108,7 @@ function isLogStream(value) {
108
108
 
109
109
  // src/combat-sanitizer.ts
110
110
  var IDENTITY_KEYS = new Set(["kind", "operation", "tick", "actorId", "displayName", "archetype", "ownerConnectionId", "uid"]);
111
- var COMBAT_KEYS = new Set(["kind", "operation", "tick", "actorId", "mobId", "displayName", "value", "team", "sourceId", "sourceLabel", "recoveryStyle", "hitResult", "duplicatesDamageEvent", "critical", "targetId", "statusId", "level", "action", "phase", "skillId", "stacks", "rpc", "remainingSeconds"]);
111
+ var COMBAT_KEYS = new Set(["kind", "operation", "tick", "actorId", "mobId", "displayName", "value", "team", "sourceId", "sourceLabel", "recoveryStyle", "attribution", "hitResult", "duplicatesDamageEvent", "critical", "targetId", "statusId", "level", "action", "phase", "skillId", "stacks", "rpc", "remainingSeconds", "barrierBefore", "barrierAfter", "incomingActorId", "incomingSourceId", "incomingSourceLabel"]);
112
112
  function sanitizeCombatData(type, data) {
113
113
  if (type === "combat.lifecycle" || type === "capture.lifecycle")
114
114
  return pick(data, new Set(["state"]));
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@kar-mi/spirit-vale-tools-logging",
3
- "version": "0.9.0",
4
- "description": "Session-oriented logging utilities for Spirit Vale tools.",
5
- "license": "AGPL-3.0-only",
6
- "repository": {
7
- "type": "git",
8
- "url": "git+https://github.com/kar-mi/spirit-vale-tools.git",
9
- "directory": "packages/logging"
10
- },
3
+ "version": "0.10.0",
4
+ "description": "Session-oriented logging utilities for Spirit Vale tools.",
5
+ "license": "AGPL-3.0-only",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/kar-mi/spirit-vale-tools.git",
9
+ "directory": "packages/logging"
10
+ },
11
11
  "type": "module",
12
12
  "files": [
13
13
  "dist",