@capacitor/filesystem
Advanced tools
Comparing version 7.0.0-dev-2245-20241115T154841.0 to 7.0.0-dev-2245-20241122T184249.0
'use strict'; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
var core = require('@capacitor/core'); | ||
@@ -6,0 +4,0 @@ |
@@ -713,4 +713,2 @@ var capacitorFilesystem = (function (exports, core) { | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
return exports; | ||
@@ -717,0 +715,0 @@ |
{ | ||
"name": "@capacitor/filesystem", | ||
"version": "7.0.0-dev-2245-20241115T154841.0", | ||
"version": "7.0.0-dev-2245-20241122T184249.0", | ||
"description": "The Filesystem API provides a NodeJS-like API for working with files on the device.", | ||
@@ -43,3 +43,3 @@ "main": "dist/plugin.cjs.js", | ||
"docgen": "docgen --api FilesystemPlugin --output-readme README.md --output-json dist/docs.json", | ||
"build": "npm run clean && npm run docgen && tsc && rollup -c rollup.config.js", | ||
"build": "npm run clean && npm run docgen && tsc && rollup -c rollup.config.mjs", | ||
"clean": "rimraf ./dist", | ||
@@ -62,3 +62,3 @@ "watch": "tsc --watch", | ||
"rimraf": "^3.0.0", | ||
"rollup": "^2.29.0", | ||
"rollup": "^4.26.0", | ||
"swiftlint": "^1.0.1", | ||
@@ -65,0 +65,0 @@ "typescript": "~4.1.5" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
401762
5154