@cheetah.js/orm 0.1.42 → 0.1.43
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.
- package/dist/bun/index.js +1 -2
- package/dist/bun/index.js.map +3 -3
- package/package.json +2 -2
package/dist/bun/index.js
CHANGED
|
@@ -18423,7 +18423,6 @@ var require_Context = __commonJS((exports) => {
|
|
|
18423
18423
|
this.req = {};
|
|
18424
18424
|
this.headers = {};
|
|
18425
18425
|
this.locals = {};
|
|
18426
|
-
this.resultStatus = 200;
|
|
18427
18426
|
}
|
|
18428
18427
|
static async createFromRequest(url, request, server) {
|
|
18429
18428
|
const context = new Context_1;
|
|
@@ -243862,4 +243861,4 @@ export {
|
|
|
243862
243861
|
AfterCreate
|
|
243863
243862
|
};
|
|
243864
243863
|
|
|
243865
|
-
//# debugId=
|
|
243864
|
+
//# debugId=CAFE29B5F82ADC4164756e2164756e21
|