esbuild-plugin-file-path-extensions
Advanced tools
Comparing version
@@ -162,3 +162,3 @@ import { stat, readFile } from 'node:fs/promises'; | ||
}, "esbuildPluginFilePathExtensions"); | ||
var version = "2.1.4-next.604e934"; | ||
var version = "2.1.4-next.6d47cce"; | ||
@@ -165,0 +165,0 @@ export { esbuildPluginFilePathExtensions, version }; |
{ | ||
"name": "esbuild-plugin-file-path-extensions", | ||
"version": "2.1.4-next.604e934", | ||
"version": "2.1.4-next.6d47cce", | ||
"description": "An esbuild plugin to automatically insert file extensions in your built JavaScript files based on the specified target", | ||
@@ -34,8 +34,8 @@ "main": "dist/index.cjs", | ||
"@commitlint/config-conventional": "^19.5.0", | ||
"@favware/cliff-jumper": "4.1.0", | ||
"@favware/cliff-jumper": "5.0.0", | ||
"@sapphire/eslint-config": "^5.0.5", | ||
"@sapphire/prettier-config": "^2.0.0", | ||
"@sapphire/result": "^2.6.6", | ||
"@sapphire/result": "^2.7.1", | ||
"@sapphire/ts-config": "^5.0.1", | ||
"@types/node": "^20.16.5", | ||
"@types/node": "^22.8.7", | ||
"@typescript-eslint/eslint-plugin": "^7.13.1", | ||
@@ -51,5 +51,5 @@ "@typescript-eslint/parser": "^7.13.1", | ||
"prettier": "^3.3.3", | ||
"tsup": "^8.3.0", | ||
"tsup": "^8.3.5", | ||
"typescript": "^5.5.2", | ||
"vitest": "^2.1.1" | ||
"vitest": "^2.1.4" | ||
}, | ||
@@ -100,3 +100,3 @@ "repository": { | ||
}, | ||
"packageManager": "yarn@4.5.0" | ||
"packageManager": "yarn@4.5.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
60242
0