@dxos/lock-file 0.8.4-main.fbb7a13 → 0.8.4-main.fcfe5033a5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/lock-file",
3
- "version": "0.8.4-main.fbb7a13",
3
+ "version": "0.8.4-main.fcfe5033a5",
4
4
  "description": "Lock file .",
5
5
  "homepage": "https://dxos.org",
6
6
  "bugs": "https://github.com/dxos/dxos/issues",
@@ -30,8 +30,8 @@
30
30
  "dependencies": {
31
31
  "koffi": "^2.8.0",
32
32
  "nan": "2.23.0",
33
- "@dxos/async": "0.8.4-main.fbb7a13",
34
- "@dxos/node-std": "0.8.4-main.fbb7a13"
33
+ "@dxos/async": "0.8.4-main.fcfe5033a5",
34
+ "@dxos/node-std": "0.8.4-main.fcfe5033a5"
35
35
  },
36
36
  "devDependencies": {},
37
37
  "publishConfig": {
@@ -7,7 +7,6 @@ import { existsSync, mkdirSync, unlinkSync } from 'node:fs';
7
7
  import { rm } from 'node:fs/promises';
8
8
  import { tmpdir } from 'node:os';
9
9
  import { join } from 'node:path';
10
-
11
10
  import { afterAll, beforeAll, describe, expect, onTestFinished, test } from 'vitest';
12
11
 
13
12
  import { Trigger } from '@dxos/async';
package/src/sys.ts CHANGED
@@ -2,9 +2,8 @@
2
2
  // Copyright 2025 DXOS.org
3
3
  //
4
4
 
5
- import { platform } from 'node:os';
6
-
7
5
  import type * as koffi from 'koffi';
6
+ import { platform } from 'node:os';
8
7
 
9
8
  // flock constants
10
9
  const LOCK_SH = 1; // Shared lock