@fernapi/syntax-analysis
Advanced tools
Comparing version 0.1.6 to 0.1.10
{ | ||
"name": "@fernapi/syntax-analysis", | ||
"version": "0.1.6", | ||
"version": "0.1.10", | ||
"main": "lib/index.js", | ||
@@ -19,7 +19,6 @@ "types": "lib/index.d.ts", | ||
"format:check": "prettier --check --ignore-unknown --ignore-path ../../../shared/.prettierignore \"**\"", | ||
"depcheck": "depcheck", | ||
"prepublish": "run clean && run compile && run test && run lint:eslint && run lint:style && run format:check && run depcheck" | ||
"depcheck": "depcheck" | ||
}, | ||
"dependencies": { | ||
"@fernapi/compiler-commons": "0.1.6", | ||
"@fernapi/compiler-commons": "0.1.10", | ||
"js-yaml": "^4.1.0", | ||
@@ -26,0 +25,0 @@ "zod": "^3.14.3" |
131965
+ Added@fernapi/compiler-commons@0.1.10(transitive)
- Removed@fernapi/compiler-commons@0.1.6(transitive)