@fedify/testing 2.0.0-dev.1726 → 2.0.0-dev.1750

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.d.cts CHANGED
@@ -1,8 +1,8 @@
1
1
  import { ActorCallbackSetters, ActorDispatcher, ActorKeyPair, CollectionCallbackSetters, CollectionDispatcher, Context, Federation, FederationFetchOptions, FederationStartQueueOptions, InboxContext, InboxListenerSetters, Message, NodeInfoDispatcher, ObjectCallbackSetters, ObjectDispatcher, ParseUriResult, RequestContext, RouteActivityOptions, SendActivityOptions, SendActivityOptionsForCollection, SenderKeyPair, WebFingerLinksDispatcher } from "@fedify/fedify/federation";
2
2
  import { JsonValue, NodeInfo } from "@fedify/fedify/nodeinfo";
3
- import { DocumentLoader } from "@fedify/fedify/runtime";
4
3
  import { Activity, Actor, Collection, Hashtag, LookupObjectOptions, Object as Object$1, Recipient, TraverseCollectionOptions } from "@fedify/fedify/vocab";
5
4
  import { ResourceDescriptor } from "@fedify/fedify/webfinger";
5
+ import { DocumentLoader } from "@fedify/vocab-runtime";
6
6
  import { TracerProvider } from "@opentelemetry/api";
7
7
 
8
8
  //#region src/mock.d.ts
package/dist/mod.d.ts CHANGED
@@ -3,7 +3,7 @@ import { ActorCallbackSetters, ActorDispatcher, ActorKeyPair, CollectionCallback
3
3
  import { Activity, Actor, Collection, Hashtag, LookupObjectOptions, Object as Object$1, Recipient, TraverseCollectionOptions } from "@fedify/fedify/vocab";
4
4
  import { ResourceDescriptor } from "@fedify/fedify/webfinger";
5
5
  import { JsonValue, NodeInfo } from "@fedify/fedify/nodeinfo";
6
- import { DocumentLoader } from "@fedify/fedify/runtime";
6
+ import { DocumentLoader } from "@fedify/vocab-runtime";
7
7
 
8
8
  //#region src/mock.d.ts
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/testing",
3
- "version": "2.0.0-dev.1726+99d0d861",
3
+ "version": "2.0.0-dev.1750+6dbfd010",
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.1726+99d0d861"
53
+ "@fedify/fedify": "^2.0.0-dev.1750+6dbfd010"
54
54
  },
55
55
  "dependencies": {
56
56
  "@opentelemetry/api": "^1.9.0"