Skip to content

Commit 3843edd

Browse files
authored
Merge pull request #1234 from streamich/update-imports
fix: 🐛 update dependencies lock and user package with buffers
2 parents 47cb9b3 + 28315a3 commit 3843edd

File tree

4 files changed

+589
-578
lines changed

4 files changed

+589
-578
lines changed

packages/fs-fsa/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export interface IFileSystemChangeRecord {
165165
* The type of change that occurred.
166166
*/
167167
type: /** The file or directory was created or moved into the `root` file structure. */
168-
| 'appeared'
168+
| 'appeared'
169169

170170
/**
171171
* The file or directory was deleted or moved out of the root file structure.

packages/fs-snapshot/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
"tslib": "2"
8282
},
8383
"dependencies": {
84+
"@jsonjoy.com/buffers": "^17.65.0",
8485
"@jsonjoy.com/fs-node-utils": "workspace:*",
8586
"@jsonjoy.com/json-pack": "^17.65.0",
8687
"@jsonjoy.com/util": "^17.65.0"

packages/fs-snapshot/src/shared.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import { Writer } from '@jsonjoy.com/util/lib/buffers/Writer';
1+
import { Writer } from '@jsonjoy.com/buffers/lib/Writer';
22

33
export const writer = new Writer(1024 * 32);

0 commit comments

Comments
 (0)