dev-dict 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +5 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dev-dict",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "A dictionary of software related terms. Supports multiple languages.",
5
5
  "author": "Cornelius Weidmann <cornelius@kyco.io> (https://kyco.io)",
6
6
  "license": "MIT",
@@ -45,10 +45,10 @@
45
45
  "scripts": {
46
46
  "dev": "vite",
47
47
  "build": "vite build",
48
- "docs:generate": "node scripts/generate-docs.js",
49
- "prepublishOnly": "npm run build && npm run docs:generate",
48
+ "docs:generate": "pnpm build && tsx scripts/generate-docs.ts",
49
+ "prepublishOnly": "pnpm docs:generate",
50
50
  "test": "echo \"This project does not have any tests which can be run yet...\"",
51
- "update-packages": "npx npm-check-updates -u"
51
+ "update-packages": "pnpm dlx npm-check-updates -u"
52
52
  },
53
53
  "packageManager": "pnpm@10.24.0",
54
54
  "devDependencies": {
@@ -65,6 +65,7 @@
65
65
  "globals": "^16.5.0",
66
66
  "prettier": "^3.7.4",
67
67
  "semantic-release": "^25.0.2",
68
+ "tsx": "^4.21.0",
68
69
  "typescript": "^5.9.3",
69
70
  "typescript-eslint": "^8.48.1",
70
71
  "vite": "^7.2.6",