@cinnabun/cli 0.0.13 → 0.0.14

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 +4 -4
  2. package/package.json +4 -4
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.13",
4110
+ version: "0.0.14",
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",
@@ -4134,13 +4134,13 @@ var init_package = __esm(() => {
4134
4134
  ],
4135
4135
  author: "",
4136
4136
  license: "MIT",
4137
- homepage: "https://github.com/cinnabunjs/cinnabun#readme",
4137
+ homepage: "https://github.com/cinnabunjs/core#readme",
4138
4138
  repository: {
4139
4139
  type: "git",
4140
- url: "https://github.com/cinnabunjs/cinnabun.git"
4140
+ url: "https://github.com/cinnabunjs/core.git"
4141
4141
  },
4142
4142
  bugs: {
4143
- url: "https://github.com/cinnabunjs/cinnabun/issues"
4143
+ url: "https://github.com/cinnabunjs/core/issues"
4144
4144
  },
4145
4145
  engines: {
4146
4146
  bun: ">=1.0.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cinnabun/cli",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "CLI tool for the Cinnabun framework",
5
5
  "type": "module",
6
6
  "bin": {
@@ -25,13 +25,13 @@
25
25
  ],
26
26
  "author": "",
27
27
  "license": "MIT",
28
- "homepage": "https://github.com/cinnabunjs/cinnabun#readme",
28
+ "homepage": "https://github.com/cinnabunjs/core",
29
29
  "repository": {
30
30
  "type": "git",
31
- "url": "https://github.com/cinnabunjs/cinnabun.git"
31
+ "url": "https://github.com/cinnabunjs/core.git"
32
32
  },
33
33
  "bugs": {
34
- "url": "https://github.com/cinnabunjs/cinnabun/issues"
34
+ "url": "https://github.com/cinnabunjs/core/issues"
35
35
  },
36
36
  "engines": {
37
37
  "bun": ">=1.0.0"