Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
humphd committed Nov 15, 2021
1 parent 7efc4cd commit 0b26979
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions dist/filer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion dist/filer.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/filer.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"indexeddb",
"idb"
],
"version": "1.3.1",
"version": "1.4.0",
"author": "Alan K <[email protected]> (http://blog.modeswitch.org)",
"homepage": "http://filerjs.github.io/filer",
"bugs": "https://github.com/filerjs/filer/issues",
Expand Down

0 comments on commit 0b26979

Please sign in to comment.