chore: crush git history - reborn from consolidation on 2026-03-10
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
/**
|
||||
* apophis-fastify - Package entry point.
|
||||
* Exports the plugin as a Fastify plugin with proper metadata.
|
||||
*/
|
||||
|
||||
import fp from 'fastify-plugin'
|
||||
import { apophisPlugin } from './plugin/index.js'
|
||||
|
||||
export default fp(apophisPlugin, {
|
||||
name: 'apophis-fastify',
|
||||
dependencies: ['@fastify/swagger'],
|
||||
})
|
||||
|
||||
export * from './types.js'
|
||||
|
||||
// Chaos-v3: Pure chaos application for property-based testing
|
||||
export {
|
||||
applyChaosToExecution,
|
||||
applyChaosToAllResponses,
|
||||
createChaosEventArbitrary,
|
||||
extractDelays,
|
||||
sleep,
|
||||
type ChaosEvent,
|
||||
type ChaosEventType,
|
||||
type ChaosApplicationResult,
|
||||
} from './quality/chaos-v3.js'
|
||||
Reference in New Issue
Block a user