@fedify/testing 2.0.0-dev.1561 → 2.0.0-dev.158

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright 2024–2025 Hong Minhee
3
+ Copyright 2024–2026 Hong Minhee
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of
6
6
  this software and associated documentation files (the "Software"), to deal in
package/README.md CHANGED
@@ -40,7 +40,7 @@ interface for unit testing:
40
40
 
41
41
  ~~~~ typescript
42
42
  import { MockFederation } from "@fedify/testing";
43
- import { Create } from "@fedify/fedify/vocab";
43
+ import { Create } from "@fedify/vocab";
44
44
 
45
45
  // Create a mock federation
46
46
  const federation = new MockFederation<{ userId: string }>();