Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,8 @@ | ||
## [1.0.1](https://github.com/streamich/fs-monkey/compare/v1.0.0...v1.0.1) (2020-05-14) | ||
### Bug Fixes | ||
* release broken import ([70080c5](https://github.com/streamich/fs-monkey/commit/70080c5fbb1e4ac82497016c4e06218cdedacd72)) | ||
# [1.0.0](https://github.com/streamich/fs-monkey/compare/v0.3.1...v1.0.0) (2020-02-17) | ||
@@ -2,0 +9,0 @@ |
@@ -18,5 +18,5 @@ 'use strict'; | ||
var _list = require('./util/list'); | ||
var _lists = require('./util/lists'); | ||
var util = _interopRequireWildcard(_list); | ||
var util = _interopRequireWildcard(_lists); | ||
@@ -23,0 +23,0 @@ function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } } |
{ | ||
"name": "fs-monkey", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Monkey patches for file system related things.", | ||
@@ -39,5 +39,5 @@ "main": "lib/index.js", | ||
"babel-preset-es2015": "6.24.1", | ||
"source-map-support": "0.5.16", | ||
"source-map-support": "0.5.19", | ||
"@types/jest": "23.3.14", | ||
"@types/node": "8.10.59", | ||
"@types/node": "8.10.60", | ||
"semantic-release": "15.14.0", | ||
@@ -44,0 +44,0 @@ "@semantic-release/changelog": "3.0.6", |
@@ -10,3 +10,3 @@ # fs-monkey | ||
### Install | ||
## Install | ||
@@ -17,3 +17,3 @@ ```shell | ||
# Terms | ||
## Terms | ||
@@ -33,3 +33,3 @@ An *fs-like* object is an object that implements methods of Node's | ||
# Reference | ||
## Reference | ||
@@ -46,4 +46,4 @@ - [`patchFs`](./docs/api/patchFs.md) - rewrites Node's filesystem module `fs` with *fs-like* object `vol` | ||
# License | ||
## License | ||
[Unlicense](./LICENSE) - public domain. |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
20773
0