@fedify/testing 2.3.0-dev.1050 → 2.3.0-dev.1079

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
@@ -265,6 +265,7 @@ function validateOutboxListenerPath(path, dispatcherPath) {
265
265
  * @since 1.8.0
266
266
  */
267
267
  var MockFederation = class {
268
+ options;
268
269
  sentActivities = [];
269
270
  queueStarted = false;
270
271
  activeQueues = /* @__PURE__ */ new Set();
package/dist/mod.js CHANGED
@@ -264,6 +264,7 @@ function validateOutboxListenerPath(path, dispatcherPath) {
264
264
  * @since 1.8.0
265
265
  */
266
266
  var MockFederation = class {
267
+ options;
267
268
  sentActivities = [];
268
269
  queueStarted = false;
269
270
  activeQueues = /* @__PURE__ */ new Set();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/testing",
3
- "version": "2.3.0-dev.1050+74157106",
3
+ "version": "2.3.0-dev.1079+36ac23d1",
4
4
  "description": "Testing utilities for Fedify applications",
5
5
  "keywords": [
6
6
  "fedify",
@@ -50,16 +50,16 @@
50
50
  "package.json"
51
51
  ],
52
52
  "peerDependencies": {
53
- "@fedify/fedify": "^2.3.0-dev.1050+74157106"
53
+ "@fedify/fedify": "^2.3.0-dev.1079+36ac23d1"
54
54
  },
55
55
  "dependencies": {
56
- "es-toolkit": "1.43.0"
56
+ "es-toolkit": "1.46.1"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@js-temporal/polyfill": "^0.5.1",
60
60
  "@std/assert": "npm:@jsr/std__assert@^1.0.13",
61
61
  "@std/async": "npm:@jsr/std__async@^1.0.13",
62
- "tsdown": "^0.21.6",
62
+ "tsdown": "^0.22.0",
63
63
  "typescript": "^5.9.2",
64
64
  "@fedify/fixture": "^2.0.0"
65
65
  },