@nomicfoundation/slang
Advanced tools
Comparing version 0.2.0 to 0.2.1
# changelog | ||
## 0.2.1 | ||
### Patch Changes | ||
- [#444](https://github.com/NomicFoundation/slang/pull/444) [`a858e2c`](https://github.com/NomicFoundation/slang/commit/a858e2c842db3b2183821fb92ed26af6b433e823) Thanks [@AntonyBlakey](https://github.com/AntonyBlakey)! - Fix HexLiteral cannot have NumberUnit | ||
## 0.2.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@nomicfoundation/slang", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A modular set of compiler APIs empowering the next generation of Solidity code analysis and developer tooling. Written in Rust and distributed in multiple languages.", | ||
@@ -40,11 +40,11 @@ "homepage": "https://nomicfoundation.github.io/slang/", | ||
"optionalDependencies": { | ||
"@nomicfoundation/slang-darwin-arm64": "0.2.0", | ||
"@nomicfoundation/slang-win32-arm64-msvc": "0.2.0", | ||
"@nomicfoundation/slang-linux-arm64-gnu": "0.2.0", | ||
"@nomicfoundation/slang-linux-arm64-musl": "0.2.0", | ||
"@nomicfoundation/slang-win32-ia32-msvc": "0.2.0", | ||
"@nomicfoundation/slang-darwin-x64": "0.2.0", | ||
"@nomicfoundation/slang-win32-x64-msvc": "0.2.0", | ||
"@nomicfoundation/slang-linux-x64-gnu": "0.2.0", | ||
"@nomicfoundation/slang-linux-x64-musl": "0.2.0" | ||
"@nomicfoundation/slang-darwin-arm64": "0.2.1", | ||
"@nomicfoundation/slang-win32-arm64-msvc": "0.2.1", | ||
"@nomicfoundation/slang-linux-arm64-gnu": "0.2.1", | ||
"@nomicfoundation/slang-linux-arm64-musl": "0.2.1", | ||
"@nomicfoundation/slang-win32-ia32-msvc": "0.2.1", | ||
"@nomicfoundation/slang-darwin-x64": "0.2.1", | ||
"@nomicfoundation/slang-win32-x64-msvc": "0.2.1", | ||
"@nomicfoundation/slang-linux-x64-gnu": "0.2.1", | ||
"@nomicfoundation/slang-linux-x64-musl": "0.2.1" | ||
}, | ||
@@ -51,0 +51,0 @@ "napi": { |
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
31071