@zenfs/core
Advanced tools
Comparing version 1.6.5 to 1.6.6
@@ -9,3 +9,3 @@ import type { FileReadResult } from 'node:fs/promises'; | ||
* A device | ||
* @todo Maybe add major/minor number or some other device information, like a UUID? | ||
* @todo Maybe add some other device information, like a UUID? | ||
* @privateRemarks | ||
@@ -12,0 +12,0 @@ * UUIDs were considered, however they don't make sense without an easy mechanism for persistence |
@@ -357,3 +357,2 @@ import { Buffer } from 'buffer'; | ||
* Retrieves the files matching the specified pattern. | ||
* @todo Implement | ||
*/ | ||
@@ -360,0 +359,0 @@ export declare function glob(this: V_Context, pattern: string | string[]): NodeJS.AsyncIterator<string>; |
@@ -10,3 +10,3 @@ import { Stats, type StatsLike } from './stats.js'; | ||
* @internal | ||
* @todo [BREAKING] | ||
* @todo [BREAKING] Remove 58 byte Inode upgrade path | ||
*/ | ||
@@ -13,0 +13,0 @@ export declare class Inode implements StatsLike { |
@@ -50,3 +50,3 @@ var __esDecorate = (this && this.__esDecorate) || function (ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) { | ||
* @internal | ||
* @todo [BREAKING] | ||
* @todo [BREAKING] Remove 58 byte Inode upgrade path | ||
*/ | ||
@@ -122,3 +122,3 @@ let Inode = (() => { | ||
*/ | ||
new DataView(newBuffer.buffer).setBigUint64(sz_inode - 2, randomBigInt()); | ||
new DataView(newBuffer.buffer).setBigUint64(sz_inode - 1, randomBigInt()); | ||
buffer = newBuffer; | ||
@@ -125,0 +125,0 @@ } |
{ | ||
"name": "@zenfs/core", | ||
"version": "1.6.5", | ||
"version": "1.6.6", | ||
"description": "A filesystem, anywhere", | ||
@@ -5,0 +5,0 @@ "funding": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
585970
14849