@igniter-js/cli 0.2.71 → 0.2.72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -17158,7 +17158,9 @@ async function loadRouter(routerPath) {
|
|
|
17158
17158
|
"redis",
|
|
17159
17159
|
"ioredis",
|
|
17160
17160
|
"bullmq",
|
|
17161
|
-
"@opentelemetry/*"
|
|
17161
|
+
"@opentelemetry/*",
|
|
17162
|
+
"chalk",
|
|
17163
|
+
"supports-color"
|
|
17162
17164
|
]
|
|
17163
17165
|
});
|
|
17164
17166
|
const [outputFile] = result.outputFiles;
|