@absolutejs/absolute 0.19.0-beta.65 → 0.19.0-beta.67

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,4 +1,6 @@
1
1
  export declare const getTransformed: (filePath: string) => string | undefined;
2
- export declare const setTransformed: (filePath: string, content: string, mtime: number) => void;
2
+ export declare const setTransformed: (filePath: string, content: string, mtime: number, imports?: string[]) => void;
3
+ export declare const getInvalidationVersion: (filePath: string) => number;
3
4
  export declare const invalidate: (filePath: string) => void;
4
5
  export declare const invalidateAll: () => void;
6
+ export declare const findNearestComponent: (filePath: string) => string | undefined;
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.65"
167
+ "version": "0.19.0-beta.67"
168
168
  }