@cinnabun/core 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/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -69,7 +69,7 @@ bun run src/main.ts
69
69
 
70
70
  ## Documentation
71
71
 
72
- See the main [Cinnabun README](https://github.com/cinnabunjs/cinnabun#readme) and [docs/](https://github.com/cinnabunjs/cinnabun/tree/main/docs) for architecture, API reference, and implementation guides.
72
+ See the main [Cinnabun README](https://github.com/cinnabunjs/core/blob/main/README.md)
73
73
 
74
74
  ## Requirements
75
75
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cinnabun/core",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "Production-ready TypeScript framework for Bun with decorators, DI, and type safety",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -27,13 +27,13 @@
27
27
  ],
28
28
  "author": "",
29
29
  "license": "MIT",
30
- "homepage": "https://github.com/cinnabunjs/cinnabun#readme",
30
+ "homepage": "https://github.com/cinnabunjs/core#readme",
31
31
  "repository": {
32
32
  "type": "git",
33
- "url": "https://github.com/cinnabunjs/cinnabun.git"
33
+ "url": "https://github.com/cinnabunjs/core.git"
34
34
  },
35
35
  "bugs": {
36
- "url": "https://github.com/cinnabunjs/cinnabun/issues"
36
+ "url": "https://github.com/cinnabunjs/core/issues"
37
37
  },
38
38
  "engines": {
39
39
  "bun": ">=1.0.0"