@sovr/engine 2.0.1 → 3.0.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/dist/index.js CHANGED
@@ -17,7 +17,7 @@ var __copyProps = (to, from, except, desc) => {
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
 
20
- // packages/@sovr/engine/src/index.ts
20
+ // src/index.ts
21
21
  var index_exports = {};
22
22
  __export(index_exports, {
23
23
  DEFAULT_RULES: () => DEFAULT_RULES,
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- // packages/@sovr/engine/src/index.ts
1
+ // src/index.ts
2
2
  var DEFAULT_RULES = [
3
3
  // --- HTTP Proxy: Dangerous outbound calls ---
4
4
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sovr/engine",
3
- "version": "2.0.1",
3
+ "version": "3.0.0",
4
4
  "description": "Unified Policy Engine for SOVR — the single decision plane for all proxy channels",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",