@openstapps/easy-ast
Advanced tools
Comparing version 3.3.0 to 3.3.2
# @openstapps/easy-ast | ||
## 3.3.2 | ||
### Patch Changes | ||
- 802a7a3f: Fixed docs generation | ||
## 3.3.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@openstapps/easy-ast", | ||
"description": "Tool to easily handle TypeScript AST", | ||
"version": "3.3.0", | ||
"version": "3.3.2", | ||
"type": "module", | ||
@@ -19,4 +19,4 @@ "license": "GPL-3.0-only", | ||
"typescript": "5.4.2", | ||
"@openstapps/collection-utils": "3.0.0", | ||
"@openstapps/logger": "3.0.0" | ||
"@openstapps/logger": "3.0.0", | ||
"@openstapps/collection-utils": "3.0.0" | ||
}, | ||
@@ -34,5 +34,5 @@ "devDependencies": { | ||
"typedoc": "0.25.12", | ||
"@openstapps/prettier-config": "3.2.0", | ||
"@openstapps/eslint-config": "3.0.0", | ||
"@openstapps/tsconfig": "3.3.0" | ||
"@openstapps/tsconfig": "3.3.0", | ||
"@openstapps/prettier-config": "3.2.0" | ||
}, | ||
@@ -39,0 +39,0 @@ "tsup": { |
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
92494