@yarnpkg/fslib
Advanced tools
Comparing version 3.0.0-rc.17 to 3.0.0-rc.18
@@ -36,3 +36,4 @@ import * as constants from './constants'; | ||
export { LazyFS } from './LazyFS'; | ||
export { MountFS, GetMountPointFn, MountableFS, MountFSOptions } from './LazyFS'; | ||
export { MountFS } from './MountFS'; | ||
export type { GetMountPointFn, MountableFS, MountFSOptions } from './MountFS'; | ||
export { NoFS } from './NoFS'; | ||
@@ -39,0 +40,0 @@ export { NodeFS } from './NodeFS'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.xfs = exports.extendFs = exports.patchFs = exports.ZipOpenFS = exports.ZipFS = exports.VirtualFS = exports.ProxiedFS = exports.PosixFS = exports.NodeFS = exports.NoFS = exports.MountFSOptions = exports.MountableFS = exports.GetMountPointFn = exports.MountFS = exports.LazyFS = exports.JailFS = exports.CwdFS = exports.FakeFS = exports.AliasFS = exports.toFilename = exports.ppath = exports.npath = exports.Filename = exports.PortablePath = exports.DEFAULT_COMPRESSION_LEVEL = exports.normalizeLineEndings = exports.statUtils = exports.opendir = exports.setupCopyIndex = exports.constants = void 0; | ||
exports.xfs = exports.extendFs = exports.patchFs = exports.ZipOpenFS = exports.ZipFS = exports.VirtualFS = exports.ProxiedFS = exports.PosixFS = exports.NodeFS = exports.NoFS = exports.MountFS = exports.LazyFS = exports.JailFS = exports.CwdFS = exports.FakeFS = exports.AliasFS = exports.toFilename = exports.ppath = exports.npath = exports.Filename = exports.PortablePath = exports.DEFAULT_COMPRESSION_LEVEL = exports.normalizeLineEndings = exports.statUtils = exports.opendir = exports.setupCopyIndex = exports.constants = void 0; | ||
const tslib_1 = require("tslib"); | ||
@@ -34,7 +34,4 @@ const constants = tslib_1.__importStar(require("./constants")); | ||
Object.defineProperty(exports, "LazyFS", { enumerable: true, get: function () { return LazyFS_1.LazyFS; } }); | ||
var LazyFS_2 = require("./LazyFS"); | ||
Object.defineProperty(exports, "MountFS", { enumerable: true, get: function () { return LazyFS_2.MountFS; } }); | ||
Object.defineProperty(exports, "GetMountPointFn", { enumerable: true, get: function () { return LazyFS_2.GetMountPointFn; } }); | ||
Object.defineProperty(exports, "MountableFS", { enumerable: true, get: function () { return LazyFS_2.MountableFS; } }); | ||
Object.defineProperty(exports, "MountFSOptions", { enumerable: true, get: function () { return LazyFS_2.MountFSOptions; } }); | ||
var MountFS_1 = require("./MountFS"); | ||
Object.defineProperty(exports, "MountFS", { enumerable: true, get: function () { return MountFS_1.MountFS; } }); | ||
var NoFS_1 = require("./NoFS"); | ||
@@ -41,0 +38,0 @@ Object.defineProperty(exports, "NoFS", { enumerable: true, get: function () { return NoFS_1.NoFS; } }); |
{ | ||
"name": "@yarnpkg/fslib", | ||
"version": "3.0.0-rc.17", | ||
"version": "3.0.0-rc.18", | ||
"stableVersion": "2.7.0", | ||
@@ -9,3 +9,3 @@ "license": "BSD-2-Clause", | ||
"dependencies": { | ||
"@yarnpkg/libzip": "^3.0.0-rc.17", | ||
"@yarnpkg/libzip": "^3.0.0-rc.18", | ||
"tslib": "^2.4.0" | ||
@@ -12,0 +12,0 @@ }, |
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
283719
7173
Updated@yarnpkg/libzip@^3.0.0-rc.18