@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.js
CHANGED
|
@@ -17150,7 +17150,9 @@ async function loadRouter(routerPath) {
|
|
|
17150
17150
|
"redis",
|
|
17151
17151
|
"ioredis",
|
|
17152
17152
|
"bullmq",
|
|
17153
|
-
"@opentelemetry/*"
|
|
17153
|
+
"@opentelemetry/*",
|
|
17154
|
+
"chalk",
|
|
17155
|
+
"supports-color"
|
|
17154
17156
|
]
|
|
17155
17157
|
});
|
|
17156
17158
|
const [outputFile] = result.outputFiles;
|