@textlint/kernel
Advanced tools
Comparing version
{ | ||
"name": "@textlint/kernel", | ||
"version": "15.0.0", | ||
"version": "15.0.1", | ||
"description": "textlint kernel is core logic by pure JavaScript.", | ||
@@ -20,3 +20,2 @@ "keywords": [ | ||
"main": "lib/src/index.js", | ||
"module": "./module/src/index.js", | ||
"typings": "lib/src/index.d.ts", | ||
@@ -29,3 +28,2 @@ "directories": { | ||
"lib/", | ||
"module/", | ||
"src/", | ||
@@ -35,4 +33,4 @@ "!*.tsbuildinfo" | ||
"scripts": { | ||
"build": "tsc -b && tsc -b tsconfig.module.json", | ||
"clean": "rimraf lib/ module/", | ||
"build": "tsc -b", | ||
"clean": "rimraf lib/", | ||
"prepack": "npm run --if-present build", | ||
@@ -45,9 +43,9 @@ "test": "vitest run", | ||
"dependencies": { | ||
"@textlint/ast-node-types": "15.0.0", | ||
"@textlint/ast-tester": "15.0.0", | ||
"@textlint/ast-traverse": "15.0.0", | ||
"@textlint/feature-flag": "15.0.0", | ||
"@textlint/source-code-fixer": "15.0.0", | ||
"@textlint/types": "15.0.0", | ||
"@textlint/utils": "15.0.0", | ||
"@textlint/ast-node-types": "15.0.1", | ||
"@textlint/ast-tester": "15.0.1", | ||
"@textlint/ast-traverse": "15.0.1", | ||
"@textlint/feature-flag": "15.0.1", | ||
"@textlint/source-code-fixer": "15.0.1", | ||
"@textlint/types": "15.0.1", | ||
"@textlint/utils": "15.0.1", | ||
"debug": "^4.4.1", | ||
@@ -58,3 +56,3 @@ "fast-equals": "^4.0.3", | ||
"devDependencies": { | ||
"@textlint/markdown-to-ast": "15.0.0", | ||
"@textlint/markdown-to-ast": "15.0.1", | ||
"@types/debug": "^4.1.12", | ||
@@ -69,3 +67,3 @@ "@types/node": "^18.19.111", | ||
}, | ||
"gitHead": "903bb7a69acedbd1e88b996fffa5aef184b12af0" | ||
"gitHead": "ee6d1134b3439fc2c0c253897b8d1d52179e893c" | ||
} |
1
-50%393254
-39.15%230
-43.9%7737
-35.09%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated