Skip to content

Commit

Permalink
Merge pull request #31 from StauroDEV/fix-version-crash
Browse files Browse the repository at this point in the history
fix: version func breaking blumen
  • Loading branch information
talentlessguy authored Apr 29, 2024
2 parents 161f841 + 277bfe4 commit 7882a10
Show file tree
Hide file tree
Showing 12 changed files with 3,036 additions and 2,422 deletions.
4 changes: 2 additions & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import stylistic from '@stylistic/eslint-plugin'
import tsParser from '@typescript-eslint/parser'
import ts from '@typescript-eslint/eslint-plugin'
import globals from 'globals'
import js from '@eslint/js'
import globals from 'globals'

/** @type {import('eslint').Linter.FlatConfig[]} */
export default [
Expand All @@ -12,13 +12,13 @@ export default [
languageOptions: {
globals: {
...globals.node,
...globals[''],
},
parser: tsParser,
parserOptions: {
config: './tsconfig.json',
ecmaFeatures: { modules: true },
ecmaVersion: 'latest',
sourceType: 'module',
},
},
plugins: {
Expand Down
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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"
},
Expand All @@ -71,5 +71,6 @@
},
"publishConfig": {
"provenance": true
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 7882a10

Please sign in to comment.