@arcote.tech/arc 0.7.8 → 0.7.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.
Files changed (2) hide show
  1. package/dist/index.js +0 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2312,7 +2312,6 @@ class ArcAggregateElement extends ArcContextElement {
2312
2312
  return result ?? null;
2313
2313
  }
2314
2314
  }
2315
- console.log(`[Scope:${this.name}] no matching protection`);
2316
2315
  return null;
2317
2316
  }
2318
2317
  mutateContext(adapters) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@arcote.tech/arc",
3
3
  "type": "module",
4
- "version": "0.7.8",
4
+ "version": "0.7.10",
5
5
  "private": false,
6
6
  "author": "Przemysław Krasiński [arcote.tech]",
7
7
  "description": "Arc framework core rewrite with improved event emission and type safety",