files-pipe
Advanced tools
Comparing version 2.0.8 to 2.0.9
{ | ||
"name": "files-pipe", | ||
"version": "2.0.8", | ||
"homepage": "https://github.com/baxast/files-pipe#readme", | ||
"version": "2.0.9", | ||
"homepage": "https://github.com/NikolaRHristov/FilesPipe#readme", | ||
"bugs": { | ||
"url": "https://github.com/baxast/files-pipe/issues" | ||
"url": "https://github.com/NikolaRHristov/FilesPipe/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/baxast/files-pipe.git" | ||
"url": "git+https://github.com/NikolaRHristov/FilesPipe.git" | ||
}, | ||
@@ -16,5 +16,6 @@ "type": "module", | ||
"scripts": { | ||
"prepublishOnly": "baxast 'Source/**/*.ts'" | ||
"prepublishOnly": "TypeScriptESBuild 'Source/**/*.ts'" | ||
}, | ||
"dependencies": { | ||
"@types/node": "20.4.10", | ||
"deepmerge-ts": "5.1.0", | ||
@@ -24,4 +25,4 @@ "fast-glob": "3.3.1" | ||
"devDependencies": { | ||
"baxast": "0.1.0" | ||
"typescript-esbuild": "0.1.8" | ||
} | ||
} |
@@ -65,6 +65,4 @@ # [files-pipe] 🧪 | ||
#### You can add multiple paths to your pipe by specifying an array as the `path` | ||
#### You can add multiple paths to your pipe by specifying an array as the `path` variable. | ||
variable. | ||
**`Index.ts`** | ||
@@ -71,0 +69,0 @@ |
@@ -5,4 +5,4 @@ { | ||
}, | ||
"extends": "baxast/Target/Configuration/TypeScript", | ||
"extends": "typescript-esbuild/Target/Configuration/TypeScript", | ||
"include": ["Source"] | ||
} |
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
12028
24
0
3
113
+ Added@types/node@20.4.10
+ Added@types/node@20.4.10(transitive)