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

@@ -8,19 +8,19 @@
"fetch:github-repos": "tsx scripts/fetch-github-repos.ts"
},
"devDependencies": {
"@ai-sdk/anthropic": "^2.0.40",
"@ai-sdk/google": "^2.0.26",
"@ai-sdk/openai": "^2.0.59",
"@ai-sdk/anthropic": "^2.0.44",
"@ai-sdk/google": "^2.0.31",
"@ai-sdk/openai": "^2.0.65",
"@ai-sdk/provider": "^2.0.0",
"@ai-sdk/xai": "^2.0.30",
"@ai-sdk/xai": "^2.0.32",
"@clack/prompts": "^0.11.0",
"@faker-js/faker": "^10.1.0",
"ai": "^5.0.86",
"ai": "^5.0.92",
"csv-stringify": "^6.6.0",
"fast-xml-parser": "^5.3.0",
"gpt-tokenizer": "^3.2.0",
"fast-xml-parser": "^5.3.1",
"gpt-tokenizer": "^3.4.0",
"ofetch": "^1.5.1",
"p-map": "^7.0.3",
"p-map": "^7.0.4",
"p-queue": "^9.0.0",
"unstorage": "^1.17.2",
"yaml": "^2.8.1"

View File

@@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@10.20.0",
"packageManager": "pnpm@10.21.0",
"scripts": {
"build": "pnpm -r --filter=./packages/** run build",
"automd": "automd",
@@ -15,13 +15,13 @@
},
"devDependencies": {
"@antfu/eslint-config": "^6.2.0",
"@types/node": "^24.9.2",
"@types/node": "^24.10.0",
"automd": "^0.4.2",
"bumpp": "^10.3.1",
"eslint": "^9.39.0",
"tsdown": "^0.15.12",
"eslint": "^9.39.1",
"tsdown": "^0.16.2",
"tsx": "^4.20.6",
"typescript": "^5.9.3",
"vitest": "^4.0.6"
"vitest": "^4.0.8"
}
}

View File

@@ -1,3 +1,3 @@
#!/usr/bin/env node
'use strict'
import('../dist/index.js')
import('../dist/index.mjs')

View File

@@ -2,7 +2,7 @@
"name": "@toon-format/cli",
"type": "module",
"version": "1.0.0",
"packageManager": "pnpm@10.20.0",
"packageManager": "pnpm@10.21.0",
"description": "CLI for JSON ↔ TOON conversion using @toon-format/toon",
"author": "Johann Schopplich <hello@johannschopplich.com>",
"license": "MIT",
@@ -17,11 +17,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",
"bin": {
"toon": "bin/toon.mjs"
},
@@ -37,6 +37,6 @@
"dependencies": {
"citty": "^0.1.6",
"consola": "^3.4.2",
"tokenx": "^1.2.0"
"tokenx": "^1.2.1"
}
}

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"
],

1166
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff