@ast-grep/napi
Advanced tools
Comparing version 0.33.1 to 0.34.1
{ | ||
"name": "@ast-grep/napi", | ||
"version": "0.33.1", | ||
"version": "0.34.1", | ||
"description": "Search and Rewrite code at large scale using precise AST pattern", | ||
@@ -55,3 +55,3 @@ "homepage": "https://ast-grep.github.io", | ||
"devDependencies": { | ||
"@ast-grep/napi": "0.33.0", | ||
"@ast-grep/napi": "0.33.1", | ||
"@biomejs/biome": "1.9.4", | ||
@@ -80,12 +80,12 @@ "@napi-rs/cli": "2.18.4", | ||
"optionalDependencies": { | ||
"@ast-grep/napi-win32-x64-msvc": "0.33.1", | ||
"@ast-grep/napi-darwin-x64": "0.33.1", | ||
"@ast-grep/napi-linux-x64-gnu": "0.33.1", | ||
"@ast-grep/napi-win32-ia32-msvc": "0.33.1", | ||
"@ast-grep/napi-darwin-arm64": "0.33.1", | ||
"@ast-grep/napi-win32-arm64-msvc": "0.33.1", | ||
"@ast-grep/napi-linux-arm64-gnu": "0.33.1", | ||
"@ast-grep/napi-linux-arm64-musl": "0.33.1", | ||
"@ast-grep/napi-linux-x64-musl": "0.33.1" | ||
"@ast-grep/napi-win32-x64-msvc": "0.34.1", | ||
"@ast-grep/napi-darwin-x64": "0.34.1", | ||
"@ast-grep/napi-linux-x64-gnu": "0.34.1", | ||
"@ast-grep/napi-win32-ia32-msvc": "0.34.1", | ||
"@ast-grep/napi-darwin-arm64": "0.34.1", | ||
"@ast-grep/napi-win32-arm64-msvc": "0.34.1", | ||
"@ast-grep/napi-linux-arm64-gnu": "0.34.1", | ||
"@ast-grep/napi-linux-arm64-musl": "0.34.1", | ||
"@ast-grep/napi-linux-x64-musl": "0.34.1" | ||
} | ||
} |
@@ -7,21 +7,2 @@ export enum Lang { | ||
TypeScript = 'TypeScript', | ||
Bash = 'Bash', | ||
C = 'C', | ||
Cpp = 'Cpp', | ||
CSharp = 'CSharp', | ||
Go = 'Go', | ||
Elixir = 'Elixir', | ||
Haskell = 'Haskell', | ||
Java = 'Java', | ||
Json = 'Json', | ||
Kotlin = 'Kotlin', | ||
Lua = 'Lua', | ||
Php = 'Php', | ||
Python = 'Python', | ||
Ruby = 'Ruby', | ||
Rust = 'Rust', | ||
Scala = 'Scala', | ||
Sql = 'Sql', | ||
Swift = 'Swift', | ||
Yaml = 'Yaml', | ||
} | ||
@@ -28,0 +9,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
344077
18
16889
2