@yarnpkg/fslib
Advanced tools
Comparing version 3.0.0-rc.44 to 3.0.0-rc.45
@@ -11,3 +11,3 @@ "use strict"; | ||
Event["Stop"] = "stop"; | ||
})(Event = exports.Event || (exports.Event = {})); | ||
})(Event || (exports.Event = Event = {})); | ||
var Status; | ||
@@ -18,3 +18,3 @@ (function (Status) { | ||
Status["Stopped"] = "stopped"; | ||
})(Status = exports.Status || (exports.Status = {})); | ||
})(Status || (exports.Status = Status = {})); | ||
function assertStatus(current, expected) { | ||
@@ -21,0 +21,0 @@ if (current !== expected) { |
@@ -222,3 +222,3 @@ "use strict"; | ||
} | ||
exports.NoFS = NoFS; | ||
NoFS.instance = new NoFS(); | ||
exports.NoFS = NoFS; |
{ | ||
"name": "@yarnpkg/fslib", | ||
"version": "3.0.0-rc.44", | ||
"version": "3.0.0-rc.45", | ||
"stableVersion": "2.10.3", | ||
@@ -16,3 +16,3 @@ "license": "BSD-2-Clause", | ||
"devDependencies": { | ||
"@yarnpkg/libzip": "^3.0.0-rc.44" | ||
"@yarnpkg/libzip": "^3.0.0-rc.45" | ||
}, | ||
@@ -19,0 +19,0 @@ "scripts": { |
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
221648