@markuplint/create-rule-helper
Advanced tools
Comparing version 2.1.2 to 2.2.0
@@ -5,5 +5,5 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const path_1 = (0, tslib_1.__importDefault)(require("path")); | ||
const util_1 = (0, tslib_1.__importDefault)(require("util")); | ||
const glob_1 = (0, tslib_1.__importDefault)(require("glob")); | ||
const path_1 = tslib_1.__importDefault(require("path")); | ||
const util_1 = tslib_1.__importDefault(require("util")); | ||
const glob_1 = tslib_1.__importDefault(require("glob")); | ||
const create_rule_helper_error_1 = require("./create-rule-helper-error"); | ||
@@ -10,0 +10,0 @@ const install_scaffold_1 = require("./install-scaffold"); |
@@ -5,3 +5,3 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const path_1 = (0, tslib_1.__importDefault)(require("path")); | ||
const path_1 = tslib_1.__importDefault(require("path")); | ||
const create_rule_helper_error_1 = require("./create-rule-helper-error"); | ||
@@ -8,0 +8,0 @@ const fs_exists_1 = require("./fs-exists"); |
@@ -5,3 +5,3 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const path_1 = (0, tslib_1.__importDefault)(require("path")); | ||
const path_1 = tslib_1.__importDefault(require("path")); | ||
const create_rule_helper_error_1 = require("./create-rule-helper-error"); | ||
@@ -8,0 +8,0 @@ const fs_exists_1 = require("./fs-exists"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
(0, tslib_1.__exportStar)(require("./create-rule-helper"), exports); | ||
(0, tslib_1.__exportStar)(require("./types"), exports); | ||
tslib_1.__exportStar(require("./create-rule-helper"), exports); | ||
tslib_1.__exportStar(require("./types"), exports); |
@@ -6,3 +6,3 @@ "use strict"; | ||
const fs_1 = require("fs"); | ||
const path_1 = (0, tslib_1.__importDefault)(require("path")); | ||
const path_1 = tslib_1.__importDefault(require("path")); | ||
const fs_exists_1 = require("./fs-exists"); | ||
@@ -9,0 +9,0 @@ const transfer_1 = require("./transfer"); |
@@ -6,3 +6,3 @@ "use strict"; | ||
const fs_1 = require("fs"); | ||
const path_1 = (0, tslib_1.__importDefault)(require("path")); | ||
const path_1 = tslib_1.__importDefault(require("path")); | ||
async function readPackageJson(dir) { | ||
@@ -9,0 +9,0 @@ const filePath = path_1.default.resolve(dir, 'package.json'); |
@@ -5,3 +5,3 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const path_1 = (0, tslib_1.__importDefault)(require("path")); | ||
const path_1 = tslib_1.__importDefault(require("path")); | ||
const read_package_json_1 = require("./read-package-json"); | ||
@@ -8,0 +8,0 @@ async function searchCoreRepository() { |
@@ -6,3 +6,3 @@ "use strict"; | ||
const fs_1 = require("fs"); | ||
const path_1 = (0, tslib_1.__importDefault)(require("path")); | ||
const path_1 = tslib_1.__importDefault(require("path")); | ||
const mustache_1 = require("mustache"); | ||
@@ -9,0 +9,0 @@ const prettier_1 = require("prettier"); |
{ | ||
"name": "@markuplint/create-rule-helper", | ||
"version": "2.1.2", | ||
"version": "2.2.0", | ||
"description": "Create rule helper", | ||
@@ -20,14 +20,14 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
"dependencies": { | ||
"@markuplint/ml-core": "^2.1.2", | ||
"@markuplint/ml-core": "2.2.0", | ||
"glob": "^7.2.0", | ||
"mustache": "^4.2.0", | ||
"prettier": "^2.5.1", | ||
"prettier": "^2.6.2", | ||
"tslib": "^2.3.1", | ||
"typescript": "^4.5.5" | ||
"typescript": "^4.6.3" | ||
}, | ||
"devDependencies": { | ||
"@types/fs-extra": "^9.0.13", | ||
"fs-extra": "^10.0.0" | ||
"fs-extra": "^10.0.1" | ||
}, | ||
"gitHead": "76939e9a8278829f1871a117f8c0cbc9777db7c2" | ||
"gitHead": "0321513e36cc74929c41e06e1f58c43ff7602556" | ||
} |
Sorry, the diff of this file is not supported yet
74948
+ Added@markuplint/i18n@2.1.0(transitive)
+ Added@markuplint/ml-ast@2.0.1-dev.20220307.0(transitive)
+ Added@markuplint/ml-config@2.0.1-dev.20220307.0(transitive)
+ Added@markuplint/ml-core@2.2.0(transitive)
+ Added@markuplint/ml-spec@2.1.0(transitive)
+ Added@markuplint/parser-utils@2.1.0(transitive)
+ Added@markuplint/types@2.1.0(transitive)
- Removed@markuplint/i18n@2.1.2(transitive)
- Removed@markuplint/ml-ast@2.0.1(transitive)
- Removed@markuplint/ml-config@2.1.1(transitive)
- Removed@markuplint/ml-core@2.3.7(transitive)
- Removed@markuplint/ml-spec@2.1.3(transitive)
- Removed@markuplint/parser-utils@2.2.4(transitive)
- Removed@markuplint/types@2.2.2(transitive)
Updated@markuplint/ml-core@2.2.0
Updatedprettier@^2.6.2
Updatedtypescript@^4.6.3