@textlint/utils
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -6,2 +6,14 @@ # Change Log | ||
<a name="1.1.4"></a> | ||
## [1.1.4](https://github.com/textlint/textlint/compare/@textlint/utils@1.1.3...@textlint/utils@1.1.4) (2020-07-24) | ||
### Bug Fixes | ||
* improve "module" supports ([5ba5182](https://github.com/textlint/textlint/commit/5ba5182)) | ||
<a name="1.1.3"></a> | ||
@@ -8,0 +20,0 @@ ## [1.1.3](https://github.com/textlint/textlint/compare/@textlint/utils@1.1.2...@textlint/utils@1.1.3) (2020-07-24) |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var TextlintKeyPath_1 = require("./KeyPath/TextlintKeyPath"); | ||
exports.normalizeTextlintPresetSubRuleKey = TextlintKeyPath_1.normalizeTextlintPresetSubRuleKey; | ||
exports.normalizeTextlintRuleKey = TextlintKeyPath_1.normalizeTextlintRuleKey; | ||
exports.normalizeTextlintRulePresetKey = TextlintKeyPath_1.normalizeTextlintRulePresetKey; | ||
exports.normalizeTextlintPluginKey = TextlintKeyPath_1.normalizeTextlintPluginKey; | ||
exports.normalizeTextlintFilterRuleKey = TextlintKeyPath_1.normalizeTextlintFilterRuleKey; | ||
exports.normalizeTextlintKeyPath = TextlintKeyPath_1.normalizeTextlintKeyPath; | ||
Object.defineProperty(exports, "normalizeTextlintPresetSubRuleKey", { enumerable: true, get: function () { return TextlintKeyPath_1.normalizeTextlintPresetSubRuleKey; } }); | ||
Object.defineProperty(exports, "normalizeTextlintRuleKey", { enumerable: true, get: function () { return TextlintKeyPath_1.normalizeTextlintRuleKey; } }); | ||
Object.defineProperty(exports, "normalizeTextlintRulePresetKey", { enumerable: true, get: function () { return TextlintKeyPath_1.normalizeTextlintRulePresetKey; } }); | ||
Object.defineProperty(exports, "normalizeTextlintPluginKey", { enumerable: true, get: function () { return TextlintKeyPath_1.normalizeTextlintPluginKey; } }); | ||
Object.defineProperty(exports, "normalizeTextlintFilterRuleKey", { enumerable: true, get: function () { return TextlintKeyPath_1.normalizeTextlintFilterRuleKey; } }); | ||
Object.defineProperty(exports, "normalizeTextlintKeyPath", { enumerable: true, get: function () { return TextlintKeyPath_1.normalizeTextlintKeyPath; } }); | ||
var TextlintPackagePrefix_1 = require("./KeyPath/TextlintPackagePrefix"); | ||
exports.TextlintPackageNamePrefix = TextlintPackagePrefix_1.TextlintPackageNamePrefix; | ||
Object.defineProperty(exports, "TextlintPackageNamePrefix", { enumerable: true, get: function () { return TextlintPackagePrefix_1.TextlintPackageNamePrefix; } }); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.removePrefixFromPackageName = exports.splitKeyToPresetSubRule = void 0; | ||
// @org/preset/@org/rule | ||
@@ -4,0 +5,0 @@ var patternOrgXOrg = /^(@.*?\/.*?)\/(@.*?\/.*?)$/; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.normalizeTextlintPluginKey = exports.normalizeTextlintRulePresetKey = exports.normalizeTextlintFilterRuleKey = exports.normalizeTextlintRuleKey = exports.normalizeTextlintPresetSubRuleKey = exports.normalizeTextlintKeyPath = void 0; | ||
var TextlintPackagePrefix_1 = require("./TextlintPackagePrefix"); | ||
@@ -4,0 +5,0 @@ var KeyPathUtil_1 = require("./KeyPathUtil"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.TextlintPackageNamePrefix = void 0; | ||
/** | ||
@@ -4,0 +5,0 @@ * Package name prefix list |
{ | ||
"name": "@textlint/utils", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "textlint internal utils.", | ||
@@ -52,5 +52,5 @@ "keywords": [ | ||
"rimraf": "^3.0.2", | ||
"ts-node": "^8.8.2", | ||
"ts-node": "^8.10.2", | ||
"ts-node-test-register": "^8.0.1", | ||
"typescript": "^3.8.3" | ||
"typescript": "^3.9.7" | ||
}, | ||
@@ -60,3 +60,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "87ddb362c0d902fd80f6f3de20de72202f0e0147" | ||
"gitHead": "a6fde3a45f9a02732dc358e16aba192b7f3610ad" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
31508
520