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

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.
Files changed (2) hide show
  1. package/README.md +8 -6
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -95,10 +95,12 @@ The package also exports helper functions for creating various context types:
95
95
  - `createRequestContext()`: Creates a request context
96
96
  - `createInboxContext()`: Creates an inbox context
97
97
 
98
- ## Features
99
98
 
100
- - Track sent activities with metadata
101
- - Simulate activity reception
102
- - Configure custom URI templates
103
- - Test queue-based activity processing
104
- - Mock document loaders and context loaders
99
+ Features
100
+ --------
101
+
102
+ - Track sent activities with metadata
103
+ - Simulate activity reception
104
+ - Configure custom URI templates
105
+ - Test queue-based activity processing
106
+ - Mock document loaders and context loaders
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/testing",
3
- "version": "2.0.0-dev.158+628cd89e",
3
+ "version": "2.0.0-dev.159+6c07cd44",
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.158+628cd89e"
53
+ "@fedify/fedify": "^2.0.0-dev.159+6c07cd44"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@js-temporal/polyfill": "^0.5.1",