From 04f409b710756f109c18bc45566da1d9bb2af6cd Mon Sep 17 00:00:00 2001 From: Arthur Fiorette <47537704+arthurfiorette@users.noreply.github.com> Date: Wed, 29 Jan 2025 16:18:40 -0300 Subject: [PATCH] Include `OPENAPI_VERSION` into npm bundle (#2257) Update .npmignore --- .npmignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmignore b/.npmignore index efa457b384..083b58a233 100644 --- a/.npmignore +++ b/.npmignore @@ -8,6 +8,7 @@ !/LICENSE !/README.md !/VERSION +!/OPENAPI_VERSION !/package.json !/cjs/**/* !/esm/**/*