@cedx/esbuild-plugins
Advanced tools
Comparing version 0.3.0 to 1.0.0
@@ -1,5 +0,3 @@ | ||
export * from "./coffeescript.js"; | ||
export * from "./dedupe_modules.js"; | ||
export * from "./minify_html_literals.js"; |
@@ -9,3 +9,3 @@ { | ||
"type": "module", | ||
"version": "0.3.0", | ||
"version": "1.0.0", | ||
"author": { | ||
@@ -17,3 +17,2 @@ "email": "cedric@belin.io", | ||
"dependencies": { | ||
"coffeescript": "^2.7.0", | ||
"minify-html-literals": "^1.3.5", | ||
@@ -24,5 +23,5 @@ "pkg-dir": "^8.0.0" | ||
"@coffeelint/cli": "^5.2.11", | ||
"@types/coffeescript": "^2.5.7", | ||
"@types/gulp": "^4.0.17", | ||
"@types/node": "^22.10.6", | ||
"@types/node": "^22.10.7", | ||
"esbuild": "^0.24.2", | ||
"gulp": "^5.0.0" | ||
@@ -29,0 +28,0 @@ }, |
@@ -17,5 +17,5 @@ import {Plugin} from "esbuild"; | ||
/** | ||
* The path of the file system directory to use when resolving an import path. | ||
* The path of the directory to use when resolving an import path. | ||
*/ | ||
resolveDir: string; | ||
}>; |
@@ -1,3 +0,2 @@ | ||
export * from "./coffeescript.js"; | ||
export * from "./dedupe_modules.js"; | ||
export * from "./minify_html_literals.js"; |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
3
0
6442
11
104
- Removedcoffeescript@^2.7.0
- Removedcoffeescript@2.7.0(transitive)