Exports
All checks were successful
Lint / lint (push) Successful in 12s

This commit is contained in:
Julien Valverdé
2024-09-07 03:19:02 +02:00
parent 149cfc9687
commit c838f38eb2

View File

@@ -8,64 +8,40 @@
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"exports": { "exports": {
".": { ".": {
"import": { "types": "./dist/index.d.ts",
"types": "./dist/index.d.ts", "default": "./dist/index.js"
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}, },
"./Layers": { "./Express": {
"import": { "types": "./dist/Express/index.d.ts",
"types": "./dist/Layers/index.d.ts", "default": "./dist/Express/index.js"
"default": "./dist/Layers/index.js"
},
"require": {
"types": "./dist/Layers/index.d.cts",
"default": "./dist/Layers/index.cjs"
}
}, },
"./Schema": { "./TRPC": {
"import": { "types": "./dist/TRPC/index.d.ts",
"types": "./dist/Schema/index.d.ts", "default": "./dist/TRPC/index.js"
"default": "./dist/Schema/index.js"
},
"require": {
"types": "./dist/Schema/index.d.cts",
"default": "./dist/Schema/index.cjs"
}
},
"./Schema/MobX": {
"import": {
"types": "./dist/Schema/MobX/index.d.ts",
"default": "./dist/Schema/MobX/index.js"
},
"require": {
"types": "./dist/Schema/MobX/index.d.cts",
"default": "./dist/Schema/MobX/index.cjs"
}
},
"./Schema/TanStackForm": {
"import": {
"types": "./dist/Schema/TanStackForm/index.d.ts",
"default": "./dist/Schema/TanStackForm/index.js"
},
"require": {
"types": "./dist/Schema/TanStackForm/index.d.cts",
"default": "./dist/Schema/TanStackForm/index.cjs"
}
}, },
"./Types": { "./Types": {
"import": { "types": "./dist/Types/index.d.ts",
"types": "./dist/Types/index.d.ts", "default": "./dist/Types/index.js"
"default": "./dist/Types/index.js" },
}, "./Schema": {
"require": { "types": "./dist/Schema/index.d.ts",
"types": "./dist/Types/index.d.cts", "default": "./dist/Schema/index.js"
"default": "./dist/Types/index.cjs" },
} "./Schema/MobX": {
"types": "./dist/Schema/MobX/index.d.ts",
"default": "./dist/Schema/MobX/index.js"
},
"./Schema/TanStackForm": {
"types": "./dist/Schema/TanStackForm/index.d.ts",
"default": "./dist/Schema/TanStackForm/index.js"
},
"./JSONWebToken": {
"types": "./dist/JSONWebToken.d.ts",
"default": "./dist/JSONWebToken.js"
},
"./OpenAIClient": {
"types": "./dist/OpenAIClient.d.ts",
"default": "./dist/OpenAIClient.js"
} }
}, },
"scripts": { "scripts": {