@react-native-windows/fs
Advanced tools
Comparing version 0.72.0 to 0.73.0-preview.1
@@ -11,3 +11,3 @@ /** | ||
import fs from 'graceful-fs'; | ||
export interface ReactBativeWindowsFs extends AsyncMethods, SyncMethods { | ||
export interface ReactNativeWindowsFs extends AsyncMethods, SyncMethods { | ||
constants: typeof fs.constants; | ||
@@ -20,3 +20,3 @@ /** | ||
} | ||
declare const rnwFs: ReactBativeWindowsFs; | ||
declare const rnwFs: ReactNativeWindowsFs; | ||
export default rnwFs; |
{ | ||
"name": "@react-native-windows/fs", | ||
"description": "A minimal-dependency drop-in replacement to `fs` with changes for resiliency, promises, and convenience.", | ||
"version": "0.72.0", | ||
"version": "0.73.0-preview.1", | ||
"license": "MIT", | ||
@@ -23,9 +23,9 @@ "scripts": { | ||
"devDependencies": { | ||
"@rnw-scripts/eslint-config": "1.1.15", | ||
"@rnw-scripts/just-task": "2.3.6", | ||
"@rnw-scripts/ts-config": "2.0.3", | ||
"@rnw-scripts/eslint-config": "1.2.3", | ||
"@rnw-scripts/just-task": "2.3.17", | ||
"@rnw-scripts/ts-config": "2.0.5", | ||
"@types/graceful-fs": "^4.1.5", | ||
"@types/node": "^16.0.0", | ||
"@types/node": "^18.0.0", | ||
"@typescript-eslint/eslint-plugin": "^5.30.5", | ||
"@typescript-eslint/parser": "^5.30.5", | ||
"@typescript-eslint/parser": "^5.57.1", | ||
"eslint": "^8.19.0", | ||
@@ -40,7 +40,7 @@ "prettier": "^2.4.1", | ||
"beachball": { | ||
"defaultNpmTag": "latest", | ||
"defaultNpmTag": "preview", | ||
"disallowedChangeTypes": [ | ||
"major", | ||
"minor", | ||
"prerelease" | ||
"patch" | ||
] | ||
@@ -50,4 +50,4 @@ }, | ||
"engines": { | ||
"node": ">= 16" | ||
"node": ">= 18" | ||
} | ||
} |
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
169124