Skip to content

Commit e373ead

Browse files
committed
docs: added changesets updates
1 parent 532a3c6 commit e373ead

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.changeset/warm-dodos-decide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
---
77

88
refactor: minor cleanup, removal of the linting command..
9+
fix: make backup to be stream, to allow bigger workspaces
10+
refactor: cleanup of fs / path imports in the cli

packages/core/src/implementations/backups.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { replacePlaceholders, metaApiRequestBlob, joinPath } from '@calycode/utils';
1+
import { replacePlaceholders, joinPath } from '@calycode/utils';
22

33
/**
44
* Exports a backup and emits events for CLI/UI.

packages/core/src/utils/event-handling/event-emitter.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
* Type-safe event emitter that provides strongly-typed event handling.
33
* Used as the base class for Caly to enable event-driven architecture.
44
*
5-
* @template E - Object type mapping event names to their data types
6-
*
75
* @example
86
* ```typescript
97
* interface MyEvents {

0 commit comments

Comments
 (0)