@textlint/kernel
Advanced tools
Comparing version 13.1.0 to 13.1.1
{ | ||
"name": "@textlint/kernel", | ||
"version": "13.1.0", | ||
"version": "13.1.1", | ||
"description": "textlint kernel is core logic by pure JavaScript.", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
"prepack": "npm run --if-present build", | ||
"test": "mocha \"test/**/*.{js,ts}\"", | ||
"test": "mocha", | ||
"updateSnapshot": "UPDATE_SNAPSHOT=1 npm test", | ||
@@ -41,9 +41,9 @@ "test:build": "tsc -b test" | ||
"dependencies": { | ||
"@textlint/ast-node-types": "^13.1.0", | ||
"@textlint/ast-tester": "^13.1.0", | ||
"@textlint/ast-traverse": "^13.1.0", | ||
"@textlint/feature-flag": "^13.1.0", | ||
"@textlint/source-code-fixer": "^13.1.0", | ||
"@textlint/types": "^13.1.0", | ||
"@textlint/utils": "^13.1.0", | ||
"@textlint/ast-node-types": "^13.1.1", | ||
"@textlint/ast-tester": "^13.1.1", | ||
"@textlint/ast-traverse": "^13.1.1", | ||
"@textlint/feature-flag": "^13.1.1", | ||
"@textlint/source-code-fixer": "^13.1.1", | ||
"@textlint/types": "^13.1.1", | ||
"@textlint/utils": "^13.1.1", | ||
"debug": "^4.3.4", | ||
@@ -54,3 +54,3 @@ "fast-equals": "^4.0.3", | ||
"devDependencies": { | ||
"@textlint/markdown-to-ast": "^13.1.0", | ||
"@textlint/markdown-to-ast": "^13.1.1", | ||
"@types/debug": "^4.1.7", | ||
@@ -63,6 +63,5 @@ "@types/mocha": "^9.1.1", | ||
"ts-node": "^10.9.1", | ||
"ts-node-test-register": "^10.0.0", | ||
"typescript": "~4.9.4" | ||
}, | ||
"gitHead": "29b9550457f207b0c66071df2a1666df4c1436bf" | ||
"gitHead": "72b8689086fd585df08544ba47b48ce4195bba4b" | ||
} |
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
9
744348