Skip to content

Commit

Permalink
ci: dts generation with tsc, bump dependencies (v3001) (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
lajbel authored Oct 14, 2024
1 parent 13a4145 commit 5240b3c
Show file tree
Hide file tree
Showing 6 changed files with 458 additions and 680 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kaplay",
"description": "KAPLAY is a JavaScript library that helps you make games fast and fun!",
"description": "KAPLAY is a JavaScript & TypeScript game library that helps you make games fast and fun!",
"version": "3001.0.0-beta.4",
"license": "MIT",
"homepage": "https://kaplayjs.com/",
Expand Down Expand Up @@ -46,26 +46,26 @@
"scripts": {
"dev": "NODE_ENV=development node scripts/dev.js",
"win:dev": "set NODE_ENV=development && node scripts/dev.js",
"build": "node scripts/build.js && npm run mergedoc",
"build": "npm run dts && node scripts/build.js && npm run merge-dts",
"check": "tsc",
"fmt": "dprint fmt",
"test": "node scripts/test.js",
"mergedoc": "dts-bundle-generator -o dist/doc.d.ts dist/declaration/index.d.ts",
"merge-dts": "dts-bundle-generator -o dist/doc.d.ts dist/declaration/index.d.ts",
"test:vite": "vitest",
"desktop": "tauri dev",
"prepare": "npm run build",
"publish:next": "npm publish --tag next"
"publish:next": "npm publish --tag next",
"dts": "tsc --p tsconfig.dts.json"
},
"devDependencies": {
"@kaplayjs/dprint-config": "^1.0.0",
"@kaplayjs/dprint-config": "^1.1.0",
"dprint": "^0.45.1",
"dts-bundle-generator": "^9.5.1",
"esbuild": "^0.21.5",
"esbuild-dts-path-alias": "^4.2.1",
"express": "^4.18.3",
"puppeteer": "^22.4.1",
"typescript": "^5.5.3",
"vitest": "^2.0.0"
"express": "^4.21.1",
"puppeteer": "^22.15.0",
"typescript": "^5.6.3",
"vitest": "^2.1.3"
},
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
}
Loading

0 comments on commit 5240b3c

Please sign in to comment.