@fedify/testing 2.1.0-dev.421 → 2.1.0-dev.513

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
@@ -345,6 +345,9 @@ var MockFederation = class {
345
345
  onError() {
346
346
  return this;
347
347
  },
348
+ onUnverifiedActivity() {
349
+ return this;
350
+ },
348
351
  setSharedKeyDispatcher() {
349
352
  return this;
350
353
  },
package/dist/mod.js CHANGED
@@ -322,6 +322,9 @@ var MockFederation = class {
322
322
  onError() {
323
323
  return this;
324
324
  },
325
+ onUnverifiedActivity() {
326
+ return this;
327
+ },
325
328
  setSharedKeyDispatcher() {
326
329
  return this;
327
330
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/testing",
3
- "version": "2.1.0-dev.421+8225ebc2",
3
+ "version": "2.1.0-dev.513+f5543fca",
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.1.0-dev.421+8225ebc2"
53
+ "@fedify/fedify": "^2.1.0-dev.513+f5543fca"
54
54
  },
55
55
  "dependencies": {
56
56
  "es-toolkit": "1.43.0"