roto-rooter 0.8.2 → 0.8.4

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,6 +1,7 @@
1
1
  import type { RouteDefinition } from '../types.js';
2
2
  /**
3
- * Parse the app/routes.ts file and extract route definitions
3
+ * Parse the app/routes.ts file and extract route definitions.
4
+ * Resolves imports from other route files (e.g., [...trustedRoutes, ...appRoutes]).
4
5
  */
5
6
  export declare function parseRoutes(rootDir: string): RouteDefinition[];
6
7
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"route-parser.d.ts","sourceRoot":"","sources":["../../src/parsers/route-parser.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAGnD;;GAEG;AACH,wBAAgB,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,eAAe,EAAE,CAqB9D;AAuND;;GAEG;AACH,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,eAAe,EAAE,GAAG,MAAM,EAAE,CAcpE;AAED;;;GAGG;AACH,wBAAgB,UAAU,CACxB,GAAG,EAAE,MAAM,EACX,MAAM,EAAE,eAAe,EAAE,GACxB,eAAe,GAAG,SAAS,CAgB7B;AAED;;;GAGG;AACH,wBAAgB,mBAAmB,CACjC,OAAO,EAAE,MAAM,EACf,MAAM,EAAE,eAAe,EAAE,GACxB,eAAe,GAAG,SAAS,CAsD7B"}
1
+ {"version":3,"file":"route-parser.d.ts","sourceRoot":"","sources":["../../src/parsers/route-parser.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAGnD;;;GAGG;AACH,wBAAgB,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,eAAe,EAAE,CA4B9D;AAuVD;;GAEG;AACH,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,eAAe,EAAE,GAAG,MAAM,EAAE,CAcpE;AAED;;;GAGG;AACH,wBAAgB,UAAU,CACxB,GAAG,EAAE,MAAM,EACX,MAAM,EAAE,eAAe,EAAE,GACxB,eAAe,GAAG,SAAS,CAgB7B;AAED;;;GAGG;AACH,wBAAgB,mBAAmB,CACjC,OAAO,EAAE,MAAM,EACf,MAAM,EAAE,eAAe,EAAE,GACxB,eAAe,GAAG,SAAS,CAsD7B"}
@@ -1 +1 @@
1
- {"version":3,"file":"drizzle.d.ts","sourceRoot":"","sources":["../../src/sql/drizzle.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAKH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAEjD,OAAO,KAAK,EAAkC,YAAY,EAAE,MAAM,YAAY,CAAC;AAsD/E;;GAEG;AACH,wBAAgB,sBAAsB,CAAC,MAAM,EAAE,aAAa,GAAG,YAAY,CAM1E"}
1
+ {"version":3,"file":"drizzle.d.ts","sourceRoot":"","sources":["../../src/sql/drizzle.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAKH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAEjD,OAAO,KAAK,EAAkC,YAAY,EAAE,MAAM,YAAY,CAAC;AA4E/E;;GAEG;AACH,wBAAgB,sBAAsB,CAAC,MAAM,EAAE,aAAa,GAAG,YAAY,CAM1E"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "roto-rooter",
3
- "version": "0.8.2",
3
+ "version": "0.8.4",
4
4
  "description": "Static analysis and functional verifier tool for React Router applications",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",