@codemod-utils/ast-template
Advanced tools
Comparing version 0.3.1 to 1.0.0
{ | ||
"name": "@codemod-utils/ast-template", | ||
"version": "0.3.1", | ||
"version": "1.0.0", | ||
"description": "Utilities for handling *.hbs files as abstract syntax tree", | ||
@@ -42,15 +42,15 @@ "keywords": [ | ||
"devDependencies": { | ||
"@sondr3/minitest": "^0.1.1", | ||
"@types/node": "^16.11.7", | ||
"concurrently": "^8.2.0", | ||
"eslint": "^8.44.0", | ||
"prettier": "^3.0.0", | ||
"typescript": "^5.1.6", | ||
"@codemod-utils/tests": "0.2.5", | ||
"@sondr3/minitest": "^0.1.2", | ||
"@types/node": "^18.17.15", | ||
"concurrently": "^8.2.1", | ||
"eslint": "^8.49.0", | ||
"prettier": "^3.0.3", | ||
"typescript": "^5.2.2", | ||
"@shared-configs/eslint-config-node": "0.0.0", | ||
"@shared-configs/prettier": "0.0.0", | ||
"@shared-configs/typescript": "0.0.0" | ||
"@shared-configs/typescript": "0.0.0", | ||
"@codemod-utils/tests": "1.0.0", | ||
"@shared-configs/prettier": "0.0.0" | ||
}, | ||
"engines": { | ||
"node": "16.* || >= 18" | ||
"node": "18.* || >= 20" | ||
}, | ||
@@ -57,0 +57,0 @@ "scripts": { |
@@ -126,3 +126,3 @@ [![This project uses GitHub Actions for continuous integration.](https://github.com/ijlee2/codemod-utils/actions/workflows/ci.yml/badge.svg)](https://github.com/ijlee2/codemod-utils/actions/workflows/ci.yml) | ||
- Node.js v16 or above | ||
- Node.js v18 or above | ||
@@ -129,0 +129,0 @@ |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
7650
1