@autofleet/zehut 3.1.2-beta.16 → 3.1.2-beta.17

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.
@@ -179,7 +179,6 @@ describe('E2E', () => {
179
179
  businessModels: {},
180
180
  demandSources: {},
181
181
  };
182
- // Enable tracing if necessary (adjust based on your implementation)
183
182
  (0, index_1.enableTracing)({
184
183
  outbreakOptions: {
185
184
  headersPrefix: 'x-af-',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autofleet/zehut",
3
- "version": "3.1.2-beta.16",
3
+ "version": "3.1.2-beta.17",
4
4
  "description": "manage user's identity",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -48,6 +48,9 @@
48
48
  "ts-jest": "^29.1.1",
49
49
  "typescript": "^4.9.5"
50
50
  },
51
+ "peerDependencies": {
52
+ "@autofleet/shtinker": "*"
53
+ },
51
54
  "files": [
52
55
  "lib/**/*"
53
56
  ]