@absolutejs/absolute 0.19.0-beta.110 → 0.19.0-beta.112

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,3 +1,4 @@
1
+ export declare const hasMkcert: () => boolean;
1
2
  export declare const ensureDevCert: () => {
2
3
  cert: string;
3
4
  key: string;
@@ -6,3 +7,4 @@ export declare const loadDevCert: () => {
6
7
  cert: string;
7
8
  key: string;
8
9
  } | null;
10
+ export declare const setupMkcert: () => 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.110"
167
+ "version": "0.19.0-beta.112"
168
168
  }