gemi 0.4.70 → 0.4.71

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.
@@ -1 +1 @@
1
- {"version":3,"file":"HttpReload.d.ts","sourceRoot":"","sources":["../../client/HttpReload.tsx"],"names":[],"mappings":"AAOA,eAAO,MAAM,UAAU,mCAwCtB,CAAC"}
1
+ {"version":3,"file":"HttpReload.d.ts","sourceRoot":"","sources":["../../client/HttpReload.tsx"],"names":[],"mappings":"AAOA,eAAO,MAAM,UAAU,mCAuCtB,CAAC"}
@@ -1771,7 +1771,6 @@ const HttpReload = () => {
1771
1771
  search: searchParams.toJSON()
1772
1772
  }).catch(console.log).finally(() => {
1773
1773
  setReloading(false);
1774
- console.log("Reloading finished");
1775
1774
  });
1776
1775
  });
1777
1776
  }
@@ -19874,10 +19874,10 @@ function requireNamedTypes() {
19874
19874
  })(main);
19875
19875
  async function customRequestParser(original) {
19876
19876
  function isExportedControllerClassDeclaration(body) {
19877
- return (body.type === "ExportNamedDeclaration" || body.type === "ExportDefaultDeclaration") && body.declaration.type === "ClassDeclaration" && body.declaration.superClass.name === "Controller";
19877
+ return (body.type === "ExportNamedDeclaration" || body.type === "ExportDefaultDeclaration") && body.declaration.type === "ClassDeclaration" && (body.superClass.name === "Controller" || body.superClass.name === "ResourceController");
19878
19878
  }
19879
19879
  function isController(body) {
19880
- return body.type === "ClassDeclaration" && body.superClass.name === "Controller";
19880
+ return body.type === "ClassDeclaration" && (body.superClass.name === "Controller" || body.superClass.name === "ResourceController");
19881
19881
  }
19882
19882
  function isRouterClassDeclaration(body) {
19883
19883
  return body.type === "ClassDeclaration" && (body.superClass.name === "ApiRouter" || body.superClass.name === "ViewRouter");
@@ -19948,7 +19948,7 @@ async function customRequestParser(original) {
19948
19948
  }
19949
19949
  }
19950
19950
  const orgFile = await main$2.parse(original, {
19951
- parser: await import("./typescript-DADBvwYC.mjs").then((n) => n.t)
19951
+ parser: await import("./typescript-CeZcXBr-.mjs").then((n) => n.t)
19952
19952
  });
19953
19953
  for (const body of orgFile.program.body) {
19954
19954
  if (!body || (body == null ? void 0 : body.type) === "ImportDeclaration") {
@@ -1,4 +1,4 @@
1
- import { g } from "./index-D9QWnghl.mjs";
1
+ import { g } from "./index-BbySvAwL.mjs";
2
2
  export {
3
3
  g as default
4
4
  };
@@ -1,4 +1,4 @@
1
- import { r as requireUtil, a as require$$0 } from "./index-D9QWnghl.mjs";
1
+ import { r as requireUtil, a as require$$0 } from "./index-BbySvAwL.mjs";
2
2
  function _mergeNamespaces(n, m) {
3
3
  for (var i = 0; i < m.length; i++) {
4
4
  const e = m[i];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gemi",
3
- "version": "0.4.70",
3
+ "version": "0.4.71",
4
4
  "devDependencies": {
5
5
  "@babel/parser": "^7.25.4",
6
6
  "@repo/eslint-config": "*",