@zenfs/core 2.5.5 → 2.5.6
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/dist/backends/fetch.js +1 -1
- package/dist/backends/single_buffer.d.ts +1 -1
- package/dist/backends/single_buffer.js +3 -3
- package/dist/backends/store/fs.js +1 -1
- package/dist/backends/store/store.d.ts +1 -1
- package/dist/backends/store/store.js +1 -1
- package/dist/internal/inode.d.ts +1 -1
- package/dist/internal/inode.js +1 -1
- package/dist/vfs/acl.d.ts +1 -1
- package/dist/vfs/acl.js +1 -1
- package/dist/vfs/ioctl.d.ts +1 -1
- package/dist/vfs/ioctl.js +1 -1
- package/package.json +2 -2
package/dist/backends/fetch.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { withErrno } from 'kerium';
|
|
3
3
|
import { err, warn } from 'kerium/log';
|
|
4
4
|
import { decodeUTF8 } from 'utilium';
|
|
5
|
-
import * as requests from 'utilium/requests
|
|
5
|
+
import * as requests from 'utilium/requests';
|
|
6
6
|
import { Index } from '../internal/file_index.js';
|
|
7
7
|
import { IndexFS } from '../internal/index_fs.js';
|
|
8
8
|
import { normalizePath } from '../utils.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ArrayOf } from 'memium';
|
|
2
2
|
import type { UUID } from 'node:crypto';
|
|
3
|
-
import { BufferView } from 'utilium/buffer
|
|
3
|
+
import { BufferView } from 'utilium/buffer';
|
|
4
4
|
import type { UsageInfo } from '../internal/filesystem.js';
|
|
5
5
|
import { StoreFS } from './store/fs.js';
|
|
6
6
|
import { SyncMapTransaction, type SyncMapStore } from './store/map.js';
|
|
@@ -89,9 +89,9 @@ import { withErrno } from 'kerium';
|
|
|
89
89
|
import { alert, crit, debug, err, warn } from 'kerium/log';
|
|
90
90
|
import { array, offsetof, sizeof } from 'memium';
|
|
91
91
|
import { $from, field, struct, types as t } from 'memium/decorators';
|
|
92
|
-
import { BufferView } from 'utilium/buffer
|
|
93
|
-
import { crc32c } from 'utilium/checksum
|
|
94
|
-
import { decodeUUID, encodeUUID } from 'utilium/string
|
|
92
|
+
import { BufferView } from 'utilium/buffer';
|
|
93
|
+
import { crc32c } from 'utilium/checksum';
|
|
94
|
+
import { decodeUUID, encodeUUID } from 'utilium/string';
|
|
95
95
|
import { _inode_version, Inode } from '../internal/inode.js';
|
|
96
96
|
import { StoreFS } from './store/fs.js';
|
|
97
97
|
import { SyncMapTransaction } from './store/map.js';
|
|
@@ -55,7 +55,7 @@ import { withErrno } from 'kerium';
|
|
|
55
55
|
import { crit, debug, err, notice, warn } from 'kerium/log';
|
|
56
56
|
import { sizeof } from 'memium';
|
|
57
57
|
import { _throw, canary, encodeUTF8 } from 'utilium';
|
|
58
|
-
import { extendBuffer } from 'utilium/buffer
|
|
58
|
+
import { extendBuffer } from 'utilium/buffer';
|
|
59
59
|
import { Index } from '../../internal/file_index.js';
|
|
60
60
|
import { FileSystem } from '../../internal/filesystem.js';
|
|
61
61
|
import { Inode, isDirectory, isFile, rootIno } from '../../internal/inode.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
|
2
2
|
import { withErrno } from 'kerium';
|
|
3
3
|
import { warn } from 'kerium/log';
|
|
4
|
-
import { Resource } from 'utilium/cache
|
|
4
|
+
import { Resource } from 'utilium/cache';
|
|
5
5
|
import '../../polyfills.js';
|
|
6
6
|
/**
|
|
7
7
|
* A transaction for a store.
|
package/dist/internal/inode.d.ts
CHANGED
package/dist/internal/inode.js
CHANGED
|
@@ -38,7 +38,7 @@ import { crit, warn } from 'kerium/log';
|
|
|
38
38
|
import { sizeof } from 'memium';
|
|
39
39
|
import { $from, field, struct, types as t } from 'memium/decorators';
|
|
40
40
|
import { decodeUTF8, encodeUTF8, pick } from 'utilium';
|
|
41
|
-
import { BufferView } from 'utilium/buffer
|
|
41
|
+
import { BufferView } from 'utilium/buffer';
|
|
42
42
|
import * as c from '../constants.js';
|
|
43
43
|
import { Stats } from '../node/stats.js';
|
|
44
44
|
import { contextOf } from './contexts.js';
|
package/dist/vfs/acl.d.ts
CHANGED
package/dist/vfs/acl.js
CHANGED
|
@@ -43,7 +43,7 @@ import { withErrno } from 'kerium';
|
|
|
43
43
|
import { err } from 'kerium/log';
|
|
44
44
|
import { sizeof } from 'memium';
|
|
45
45
|
import { $from, struct, types as t } from 'memium/decorators';
|
|
46
|
-
import { BufferView } from 'utilium/buffer
|
|
46
|
+
import { BufferView } from 'utilium/buffer';
|
|
47
47
|
import { R_OK, S_IRWXG, S_IRWXO, S_IRWXU, W_OK, X_OK } from '../constants.js';
|
|
48
48
|
import { contextOf } from '../internal/contexts.js';
|
|
49
49
|
import { Attributes } from '../internal/inode.js';
|
package/dist/vfs/ioctl.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BufferView } from 'utilium/buffer
|
|
1
|
+
import { BufferView } from 'utilium/buffer';
|
|
2
2
|
import type { V_Context } from '../context.js';
|
|
3
3
|
import { Inode } from '../internal/inode.js';
|
|
4
4
|
declare const fsxattr_base: import("memium").StructConstructor<BufferView<any>>;
|
package/dist/vfs/ioctl.js
CHANGED
|
@@ -43,7 +43,7 @@ import { Errno, Exception, setUVMessage, UV } from 'kerium';
|
|
|
43
43
|
import { sizeof } from 'memium';
|
|
44
44
|
import { $from, struct, types as t } from 'memium/decorators';
|
|
45
45
|
import { _throw } from 'utilium';
|
|
46
|
-
import { BufferView } from 'utilium/buffer
|
|
46
|
+
import { BufferView } from 'utilium/buffer';
|
|
47
47
|
import { Inode, InodeFlags } from '../internal/inode.js';
|
|
48
48
|
import { normalizePath } from '../utils.js';
|
|
49
49
|
import { resolveMount } from './shared.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zenfs/core",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.6",
|
|
4
4
|
"description": "A filesystem, anywhere",
|
|
5
5
|
"funding": {
|
|
6
6
|
"type": "individual",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"kerium": "^1.3.4",
|
|
78
78
|
"memium": "^0.4.0",
|
|
79
79
|
"readable-stream": "^4.5.2",
|
|
80
|
-
"utilium": "^
|
|
80
|
+
"utilium": "^3.0.0"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
83
|
"@octokit/action": "^8.0.4",
|