@textlint/feature-flag
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="3.0.2"></a> | ||
## [3.0.2](https://github.com/textlint/textlint/compare/@textlint/feature-flag@3.0.1...@textlint/feature-flag@3.0.2) (2017-12-31) | ||
### Bug Fixes | ||
* **feature-flag:** Update MapLile@2 ([5b261f0](https://github.com/textlint/textlint/commit/5b261f0)) | ||
<a name="3.0.1"></a> | ||
@@ -8,0 +19,0 @@ ## [3.0.1](https://github.com/textlint/textlint/compare/@textlint/feature-flag@3.0.0...@textlint/feature-flag@3.0.1) (2017-12-25) |
@@ -12,5 +12,5 @@ // MIT © 2017 azu | ||
exports.throwIfTesting = throwIfTesting; | ||
var Map = require("map-like"); | ||
var MapLike = require("map-like").MapLike; | ||
var assert = require("assert"); | ||
var flagMap = new Map(); | ||
var flagMap = new MapLike(); | ||
/** | ||
@@ -17,0 +17,0 @@ * IT IS FOR TESTING |
@@ -13,3 +13,3 @@ { | ||
"name": "@textlint/feature-flag", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "textlint internal feature flag manager.", | ||
@@ -45,4 +45,4 @@ "main": "lib/textlint-feature-flag.js", | ||
"dependencies": { | ||
"map-like": "^1.1.2" | ||
"map-like": "^2.0.0" | ||
} | ||
} |
// MIT © 2017 azu | ||
"use strict"; | ||
const Map = require("map-like"); | ||
const MapLike = require("map-like").MapLike; | ||
const assert = require("assert"); | ||
const flagMap = new Map(); | ||
const flagMap = new MapLike(); | ||
/** | ||
@@ -7,0 +7,0 @@ * IT IS FOR TESTING |
Sorry, the diff of this file is not supported yet
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
15676
+ Addedmap-like@2.0.0(transitive)
- Removedmap-like@1.1.3(transitive)
Updatedmap-like@^2.0.0