@cinnabun/cli 0.0.11 → 0.0.13

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3571,7 +3571,7 @@ async function resolveModuleTree(rootModule) {
3571
3571
  ];
3572
3572
  const allModuleProviders = [
3573
3573
  ...scannedProviders,
3574
- ...metadata.providers.filter((p) => !scannedProviders.includes(p))
3574
+ ...metadata.providers.filter((p) => !scannedProviders.some((s) => s === p))
3575
3575
  ];
3576
3576
  allControllers.push(...allModuleControllers);
3577
3577
  allProviders.push(...allModuleProviders);
@@ -4107,7 +4107,7 @@ var package_default;
4107
4107
  var init_package = __esm(() => {
4108
4108
  package_default = {
4109
4109
  name: "@cinnabun/core",
4110
- version: "0.0.11",
4110
+ version: "0.0.13",
4111
4111
  description: "Production-ready TypeScript framework for Bun with decorators, DI, and type safety",
4112
4112
  type: "module",
4113
4113
  main: "dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cinnabun/cli",
3
- "version": "0.0.11",
3
+ "version": "0.0.13",
4
4
  "description": "CLI tool for the Cinnabun framework",
5
5
  "type": "module",
6
6
  "bin": {