esbuild-plugin-file-path-extensions
Advanced tools
@@ -162,3 +162,3 @@ import { stat, readFile } from 'node:fs/promises'; | ||
}, "esbuildPluginFilePathExtensions"); | ||
var version = "2.1.5-next.e319cfc"; | ||
var version = "2.1.5-next.e53a04c"; | ||
@@ -165,0 +165,0 @@ export { esbuildPluginFilePathExtensions, version }; |
{ | ||
"name": "esbuild-plugin-file-path-extensions", | ||
"version": "2.1.5-next.e319cfc", | ||
"version": "2.1.5-next.e53a04c", | ||
"description": "An esbuild plugin to automatically insert file extensions in your built JavaScript files based on the specified target", | ||
@@ -39,16 +39,16 @@ "main": "dist/index.cjs", | ||
"@sapphire/ts-config": "^5.0.1", | ||
"@types/node": "^22.13.10", | ||
"@types/node": "^22.13.14", | ||
"@typescript-eslint/eslint-plugin": "^7.13.1", | ||
"@typescript-eslint/parser": "^7.13.1", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"esbuild": "^0.25.0", | ||
"esbuild": "^0.25.1", | ||
"esbuild-plugin-version-injector": "^1.2.1", | ||
"eslint": "^8.57.1", | ||
"eslint-config-prettier": "^10.1.1", | ||
"eslint-plugin-prettier": "^5.2.3", | ||
"lint-staged": "^15.4.3", | ||
"eslint-plugin-prettier": "^5.2.5", | ||
"lint-staged": "^15.5.0", | ||
"prettier": "^3.5.3", | ||
"tsup": "^8.4.0", | ||
"typescript": "^5.5.2", | ||
"vitest": "^3.0.8" | ||
"vitest": "^3.0.9" | ||
}, | ||
@@ -99,3 +99,3 @@ "repository": { | ||
}, | ||
"packageManager": "yarn@4.7.0" | ||
"packageManager": "yarn@4.8.1" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet