-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from StauroDEV/fix-version-crash
fix: version func breaking blumen
- Loading branch information
Showing
12 changed files
with
3,036 additions
and
2,422 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
"homepage": "https://github.com/StauroDEV/blumen", | ||
"scripts": { | ||
"dev": "tsx src/cli.ts", | ||
"build": "tsc", | ||
"build": "tsc -p tsconfig.build.json", | ||
"postbuild": "chmod +x ./dist/cli.js", | ||
"prepublishOnly": "pnpm build", | ||
"lint": "eslint --config eslint.config.js src/**/*.ts eslint.config.js", | ||
|
@@ -39,8 +39,8 @@ | |
"@ipld/car": "^5.3.0", | ||
"@stauro/filebase-upload": "^0.0.7", | ||
"@stauro/piggybank": "^0.0.5", | ||
"@ucanto/core": "^9.0.1", | ||
"@ucanto/principal": "^9.0.0", | ||
"@ucanto/core": "^10.0.1", | ||
"@ucanto/principal": "^9.0.1", | ||
"@web3-storage/access": "^18.2.0", | ||
"@web3-storage/w3up-client": "^12.4.1", | ||
"ascii-bar": "^1.0.3", | ||
|
@@ -54,13 +54,13 @@ | |
"viem": "^2.8.13" | ||
}, | ||
"devDependencies": { | ||
"@eslint/js": "^8.57.0", | ||
"@stylistic/eslint-plugin": "^1.7.0", | ||
"@eslint/js": "^9.1.1", | ||
"@stylistic/eslint-plugin": "^1.7.2", | ||
"@types/node": "^20.11.30", | ||
"@typescript-eslint/eslint-plugin": "^7.3.1", | ||
"@typescript-eslint/parser": "^7.3.1", | ||
"eslint": "^8.57.0", | ||
"globals": "^14.0.0", | ||
"@typescript-eslint/eslint-plugin": "^7.7.1", | ||
"@typescript-eslint/parser": "^7.7.1", | ||
"eslint": "^9.1.1", | ||
"globals": "^15.1.0", | ||
"semantic-release": "^23.0.5", | ||
"typescript": "^5.4.2" | ||
}, | ||
|
@@ -71,5 +71,6 @@ | |
}, | ||
"publishConfig": { | ||
"provenance": true | ||
} | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
Oops, something went wrong.