@cinnabun/cli 0.0.7 → 0.0.8

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -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.7",
4110
+ version: "0.0.8",
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.7",
3
+ "version": "0.0.8",
4
4
  "description": "CLI tool for the Cinnabun framework",
5
5
  "type": "module",
6
6
  "bin": {