@auto-engineer/frontend-checks 0.4.7 → 0.4.8

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @auto-engineer/frontend-checks
2
2
 
3
+ ## 0.4.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Version bump
8
+
3
9
  ## 0.4.6
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -157,5 +157,5 @@ export async function getPageScreenshot(url) {
157
157
  return buffer.toString('base64');
158
158
  }
159
159
  // Export command handler
160
- export { checkClientCommandHandler, handleCheckClientCommand, } from './commands/check-client';
160
+ export { checkClientCommandHandler, handleCheckClientCommand, } from './commands/check-client.js';
161
161
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@auto-engineer/frontend-checks",
3
- "version": "0.4.7",
3
+ "version": "0.4.8",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",