@fedify/testing 2.0.0-dev.1641 → 2.0.0-dev.1690

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/mod.cjs CHANGED
@@ -318,6 +318,9 @@ var MockFederation = class {
318
318
  },
319
319
  setSharedKeyDispatcher() {
320
320
  return this;
321
+ },
322
+ withIdempotency() {
323
+ return this;
321
324
  }
322
325
  };
323
326
  }
package/dist/mod.js CHANGED
@@ -295,6 +295,9 @@ var MockFederation = class {
295
295
  },
296
296
  setSharedKeyDispatcher() {
297
297
  return this;
298
+ },
299
+ withIdempotency() {
300
+ return this;
298
301
  }
299
302
  };
300
303
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/testing",
3
- "version": "2.0.0-dev.1641+6b0c942c",
3
+ "version": "2.0.0-dev.1690+304896b8",
4
4
  "description": "Testing utilities for Fedify applications",
5
5
  "keywords": [
6
6
  "fedify",
@@ -50,7 +50,7 @@
50
50
  "package.json"
51
51
  ],
52
52
  "peerDependencies": {
53
- "@fedify/fedify": "^2.0.0-dev.1641+6b0c942c"
53
+ "@fedify/fedify": "^2.0.0-dev.1690+304896b8"
54
54
  },
55
55
  "dependencies": {
56
56
  "@opentelemetry/api": "^1.9.0"