@capacitor/filesystem
Advanced tools
Comparing version 4.0.1 to 4.0.2-nightly-d0ea188.0
@@ -285,3 +285,3 @@ import { WebPlugin } from '@capacitor/core'; | ||
for (const entry of readDirResult.files) { | ||
const entryPath = `${path}/${entry}`; | ||
const entryPath = `${path}/${entry.name}`; | ||
const entryObj = await this.stat({ path: entryPath, directory }); | ||
@@ -288,0 +288,0 @@ if (entryObj.type === 'file') { |
@@ -396,3 +396,3 @@ 'use strict'; | ||
for (const entry of readDirResult.files) { | ||
const entryPath = `${path}/${entry}`; | ||
const entryPath = `${path}/${entry.name}`; | ||
const entryObj = await this.stat({ path: entryPath, directory }); | ||
@@ -399,0 +399,0 @@ if (entryObj.type === 'file') { |
@@ -393,3 +393,3 @@ var capacitorFilesystem = (function (exports, core) { | ||
for (const entry of readDirResult.files) { | ||
const entryPath = `${path}/${entry}`; | ||
const entryPath = `${path}/${entry.name}`; | ||
const entryObj = await this.stat({ path: entryPath, directory }); | ||
@@ -396,0 +396,0 @@ if (entryObj.type === 'file') { |
{ | ||
"name": "@capacitor/filesystem", | ||
"version": "4.0.1", | ||
"version": "4.0.2-nightly-d0ea188.0", | ||
"description": "The Filesystem API provides a NodeJS-like API for working with files on the device.", | ||
@@ -82,3 +82,3 @@ "main": "dist/plugin.cjs.js", | ||
}, | ||
"gitHead": "42324ec218c8699bc10f914169ac366c8224b259" | ||
"gitHead": "d0ea188c7f6222a6e07cb6761f6357ccc6409856" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
360887
4486
2
25
309