Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "fnm",
"version": "1.39.1",
"version": "1.39.0",
Comment thread
Dargon789 marked this conversation as resolved.
Outdated
"private": true,
"repository": "git@github.com:Schniz/fnm.git",
"author": "Gal Schlezinger <gal@spitfire.co.il>",
"repository": "github:Dargon789/fnm",
"author": "Dargon789 <dargon789.uni.eth>",
Comment thread
Dargon789 marked this conversation as resolved.
Outdated
"type": "module",
"packageManager": "pnpm@9.1.4",
"packageManager": "pnpm@9.15.9",
"license": "GPLv3",
"scripts": {
"test": "cross-env NODE_OPTIONS='--experimental-vm-modules' jest",
"version:prepare": "changeset version && ./.ci/prepare-version.js",
"generate-command-docs": "./.ci/print-command-docs.js"
},
"changelog": {
"repo": "Schniz/fnm",
"repo": "Dargon789/fnm",
Comment thread
Dargon789 marked this conversation as resolved.
Outdated
"labels": {
"PR: New Feature": "New Feature 🎉",
"PR: Bugfix": "Bugfix 🐛",
Expand All @@ -23,27 +23,27 @@
},
"devDependencies": {
"@changesets/changelog-github": "0.5.1",
"@changesets/cli": "2.28.0",
"@changesets/cli": "^2.29.7",
"@types/jest": "^30.0.0",
"@types/node": "^24.0.0",
"@types/node": "^24.1.0",
"@types/shell-escape": "^0.2.1",
"chalk": "^5.1.2",
"cmd-ts": "0.13.0",
"cmd-ts": "0.14.1",
"cross-env": "^10.0.0",
"execa": "9.6.1",
"execa": "7.2.0",
Comment thread
Dargon789 marked this conversation as resolved.
Outdated
"jest": "^30.0.0",
"lerna-changelog": "2.2.0",
"node-fetch": "^3.3.0",
"p-retry": "^7.0.0",
"prettier": "3.5.1",
"prettier": "3.6.2",
"pv": "1.0.1",
"shell-escape": "^0.2.0",
"svg-term-cli": "2.1.1",
"toml": "3.0.0",
"ts-dedent": "^2.2.0",
"ts-jest": "^29.0.3",
"typescript": "^5.0.0",
"which": "^6.0.0",
"which": "^3.0.1",
Comment thread
Dargon789 marked this conversation as resolved.
Outdated
"zod": "^4.0.0"
},
"prettier": {
Expand Down
Loading