@absolutejs/absolute 0.19.0-beta.80 → 0.19.0-beta.82

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.
@@ -0,0 +1 @@
1
+ export {};
@@ -1,5 +1,5 @@
1
1
  import { BuildConfig } from '../../types/build';
2
2
  import type { ResolvedBuildPaths } from './configResolver';
3
- export declare const detectFramework: (filePath: string, resolved?: ResolvedBuildPaths) => "html" | "react" | "vue" | "svelte" | "angular" | "unknown" | "ignored" | "styles" | "htmx" | "assets";
3
+ export declare const detectFramework: (filePath: string, resolved?: ResolvedBuildPaths) => "react" | "vue" | "svelte" | "angular" | "html" | "unknown" | "ignored" | "styles" | "htmx" | "assets";
4
4
  export declare const getWatchPaths: (config: BuildConfig, resolved?: ResolvedBuildPaths) => string[];
5
5
  export declare const shouldIgnorePath: (path: string, resolved?: ResolvedBuildPaths) => boolean;
package/package.json CHANGED
@@ -164,5 +164,5 @@
164
164
  "typecheck": "bun run vue-tsc --noEmit"
165
165
  },
166
166
  "types": "./dist/src/index.d.ts",
167
- "version": "0.19.0-beta.80"
167
+ "version": "0.19.0-beta.82"
168
168
  }