File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 label : Minimal Reproduction
6464 description : Provide the smallest amount of code that reproduces the issue
6565 placeholder : |
66- import { Kernel } from "@raptor/framework ";
66+ import { Kernel } from "@raptor/kernel ";
6767 import { Validator } from "@raptor/validator";
6868
6969 const app = new Kernel();
Original file line number Diff line number Diff line change 11# Code of Conduct
22
3- This package is part of the
4- [ Raptor Framework] ( https://github.com/raptor-js/framework ) project.
3+ This package is part of the [ Raptor] ( https://github.com/raptor-js ) project.
54
65Please refer to the main framework
7- [ Code of Conduct] ( https://github.com/raptor-js/framework /blob/main/CODE_OF_CONDUCT.md )
6+ [ Code of Conduct] ( https://github.com/raptor-js/kernel /blob/main/CODE_OF_CONDUCT.md )
87for our community guidelines and standards.
98
109All Raptor packages and their communities follow the same Code of Conduct to
1110ensure a welcoming and inclusive environment for everyone.
1211
1312## Quick Links
1413
15- - [ Framework Repository] ( https://github.com/raptor-js/framework )
16- - [ Code of Conduct] ( https://github.com/raptor-js/framework /blob/main/CODE_OF_CONDUCT.md )
17- - [ Report an Issue] ( https://github.com/raptor-js/framework /issues/new/choose )
14+ - [ Kernel Repository] ( https://github.com/raptor-js/kernel )
15+ - [ Code of Conduct] ( https://github.com/raptor-js/kernel /blob/main/CODE_OF_CONDUCT.md )
16+ - [ Report an Issue] ( https://github.com/raptor-js/kernel /issues/new/choose )
Original file line number Diff line number Diff line change 22
33Thank you for your interest in contributing to the Raptor ecosystem!
44
5- This package is part of the
6- [ Raptor Framework] ( https://github.com/raptor-js/framework ) project. Please see
7- the main framework
8- [ contributing documentation] ( https://github.com/raptor-js/framework/blob/main/CONTRIBUTING.md )
5+ This package is part of the [ Raptor] ( https://github.com/raptor-js ) project.
6+ Please see the main framework
7+ [ contributing documentation] ( https://github.com/raptor-js/kernel/blob/main/CONTRIBUTING.md )
98for guidelines on:
109
1110- Reporting issues
@@ -19,7 +18,7 @@ outlined in the main repository.
1918
2019## Quick Links
2120
22- - [ Framework Repository] ( https://github.com/raptor-js/framework )
23- - [ Contributing Guide] ( https://github.com/raptor-js/framework /blob/main/CONTRIBUTING.md )
21+ - [ Kernel Repository] ( https://github.com/raptor-js/kernel )
22+ - [ Contributing Guide] ( https://github.com/raptor-js/kernel /blob/main/CONTRIBUTING.md )
2423- [ Documentation] ( https://raptorjs.com )
25- - [ Report an Issue] ( https://github.com/raptor-js/framework /issues/new/choose )
24+ - [ Report an Issue] ( https://github.com/raptor-js/kernel /issues/new/choose )
Original file line number Diff line number Diff line change 11{
22 "name" : " @raptor/pages" ,
3- "version" : " 0.3 .0" ,
3+ "version" : " 0.4 .0" ,
44 "exports" : " ./mod.ts" ,
55 "publish" : {
66 "exclude" : [
2222 "lock" : true ,
2323 "imports" : {
2424 "@mdx-js/mdx" : " npm:@mdx-js/mdx@^3.1.1" ,
25- "@raptor/framework " : " jsr:@raptor/framework @^0.19.0" ,
26- "@raptor/router" : " jsr:@raptor/router@^0.20 .0" ,
25+ "@raptor/kernel " : " jsr:@raptor/kernel @^0.19.0" ,
26+ "@raptor/router" : " jsr:@raptor/router@^0.21 .0" ,
2727 "@std/assert" : " jsr:@std/assert@^1.0.19" ,
2828 "gray-matter" : " npm:gray-matter@^4.0.3" ,
2929 "mdast-util-to-string" : " npm:mdast-util-to-string@^4.0.0" ,
Original file line number Diff line number Diff line change 1- import type { Middleware } from "@raptor/framework " ;
1+ import type { Middleware } from "@raptor/kernel " ;
22
33import Pages from "./pages.ts" ;
44import type { Config } from "./config.ts" ;
Original file line number Diff line number Diff line change 11import { join } from "node:path" ;
2- import { ServerError } from "@raptor/framework " ;
2+ import { ServerError } from "@raptor/kernel " ;
33
44import type { Config } from "./config.ts" ;
55
Original file line number Diff line number Diff line change 55 HttpMethod ,
66 type Middleware ,
77 ServerError ,
8- } from "@raptor/framework " ;
8+ } from "@raptor/kernel " ;
99
1010import Locator from "./locator.ts" ;
1111import Renderer from "./renderer.ts" ;
You can’t perform that action at this time.
0 commit comments