Release 1.4.0

This commit is contained in:
David Humphrey 2021-11-15 11:12:05 -05:00
parent 7efc4cdc1d
commit 0b26979839
5 changed files with 14 additions and 4 deletions

10
dist/filer.js vendored
View File

@ -19824,6 +19824,16 @@ module.exports = Filer = {
path: require('./path.js'),
Errors: require('./errors.js'),
Shell: require('./shell/shell.js'),
/**
* @deprecated Importing filer from your webpack config is not recommended.
*
* The filer `FilerWebpackPlugin` class is exposed directly.
*
* ```
* const { FilerWebpackPlugin } = require('filer/webpack');
* ```
*/
FilerWebpackPlugin: require('./webpack-plugin')
}; // Add a getter for the `fs` instance, which returns
// a Filer FileSystem instance, using the default provider/flags.

2
dist/filer.js.map vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "filer",
"version": "1.3.1",
"version": "1.4.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -10,7 +10,7 @@
"indexeddb",
"idb"
],
"version": "1.3.1",
"version": "1.4.0",
"author": "Alan K <ack@modeswitch.org> (http://blog.modeswitch.org)",
"homepage": "http://filerjs.github.io/filer",
"bugs": "https://github.com/filerjs/filer/issues",