0.1.17 #18

Merged
Thilawyn merged 37 commits from next into master 2024-09-07 20:56:30 +02:00
Showing only changes of commit c838f38eb2 - Show all commits

View File

@@ -8,64 +8,40 @@
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
"./Express": {
"types": "./dist/Express/index.d.ts",
"default": "./dist/Express/index.js"
},
"./Layers": {
"import": {
"types": "./dist/Layers/index.d.ts",
"default": "./dist/Layers/index.js"
},
"require": {
"types": "./dist/Layers/index.d.cts",
"default": "./dist/Layers/index.cjs"
}
},
"./Schema": {
"import": {
"types": "./dist/Schema/index.d.ts",
"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"
}
"./TRPC": {
"types": "./dist/TRPC/index.d.ts",
"default": "./dist/TRPC/index.js"
},
"./Types": {
"import": {
"types": "./dist/Types/index.d.ts",
"default": "./dist/Types/index.js"
},
"require": {
"types": "./dist/Types/index.d.cts",
"default": "./dist/Types/index.cjs"
}
"./Schema": {
"types": "./dist/Schema/index.d.ts",
"default": "./dist/Schema/index.js"
},
"./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": {