openapi-utils: rename export

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2025-01-23 13:39:34 +01:00
parent df43519ede
commit 25350e9e5d
6 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -17,14 +17,14 @@
"license": "Apache-2.0",
"exports": {
".": "./src/index.ts",
"./tests": "./src/testUtils.ts",
"./testUtils": "./src/testUtils.ts",
"./package.json": "./package.json"
},
"main": "src/index.ts",
"types": "src/index.ts",
"typesVersions": {
"*": {
"tests": [
"testUtils": [
"src/testUtils.ts"
],
"package.json": [