@zenfs/core
Advanced tools
Comparing version 0.5.10 to 0.5.11
/// <reference types="node" resolution-mode="require"/> | ||
import type { ParsedPath } from 'node:path'; | ||
export declare const cwd = "/"; | ||
export declare let cwd: string; | ||
export declare function cd(path: string): void; | ||
export declare const sep = "/"; | ||
@@ -5,0 +6,0 @@ export declare function normalizeString(path: string, allowAboveRoot: boolean): string; |
@@ -23,3 +23,6 @@ /* | ||
*/ | ||
export const cwd = '/'; | ||
export let cwd = '/'; | ||
export function cd(path) { | ||
cwd = resolve(cwd, path); | ||
} | ||
export const sep = '/'; | ||
@@ -26,0 +29,0 @@ function validateString(str, name) { |
{ | ||
"name": "@zenfs/core", | ||
"version": "0.5.10", | ||
"version": "0.5.11", | ||
"description": "A filesystem in your browser", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
1483552
11439