Skip to content

Commit b3315dd

Browse files
committed
switch from glob to fast-glob
1 parent 105f5aa commit b3315dd

File tree

3 files changed

+140
-35
lines changed

3 files changed

+140
-35
lines changed

package-lock.json

Lines changed: 138 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@ladjs/consolidate": "^1.0.4",
2828
"download-git-repo": "^3.0.2",
2929
"exeq": "^3.0.0",
30-
"glob": "^11.0.2",
30+
"fast-glob": "^3.3.3",
3131
"handlebars": "^4.7.8",
3232
"inquirer": "^12.6.3",
3333
"kleur": "^4.1.5",

src/connect-handler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const Moleculer = require("moleculer");
44
const os = require("os");
55
const fs = require("fs");
66
const path = require("path");
7-
const glob = require("glob");
7+
const glob = require("fast-glob");
88

99
/**
1010
* Creates an instance of ServiceBroker

0 commit comments

Comments
 (0)