From 457a3495ab6c1fd8359d057b6fc8a8d209d7858c Mon Sep 17 00:00:00 2001 From: John Dvorak Date: Wed, 20 May 2026 16:05:55 -0700 Subject: [PATCH] chore: scope package to @apophis/fastify --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8cd3fe9..2e2843e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "apophis-fastify", + "name": "@apophis/fastify", "version": "2.0.0", "description": "Contract-driven API testing plugin for Fastify with property-based testing, timeout enforcement, redirect capture, and deterministic concurrency", "main": "dist/index.js",