chore: upgrade tsdown

This commit is contained in:
Johann Schopplich
2025-11-11 09:31:17 +01:00
parent b2782b026f
commit 2e7a27c3c0
6 changed files with 614 additions and 598 deletions

View File

@@ -2,7 +2,7 @@
"name": "@toon-format/toon",
"type": "module",
"version": "1.0.0",
"packageManager": "pnpm@10.20.0",
"packageManager": "pnpm@10.21.0",
"description": "Token-Oriented Object Notation (TOON) A compact, deterministic JSON format for LLM prompts",
"author": "Johann Schopplich <hello@johannschopplich.com>",
"license": "MIT",
@@ -25,11 +25,11 @@
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
}
},
"types": "./dist/index.d.ts",
"types": "./dist/index.d.mts",
"files": [
"dist"
],