solidity-ast
Advanced tools
Comparing version 0.4.58 to 0.4.59
{ | ||
"name": "solidity-ast", | ||
"version": "0.4.58", | ||
"version": "0.4.59", | ||
"description": "Solidity AST schema and type definitions", | ||
@@ -70,2 +70,3 @@ "author": "Francisco Giordano <frangio.1@gmail.com>", | ||
"solc-0.8.26": "npm:solc@0.8.26", | ||
"solc-0.8.27": "npm:solc@0.8.27", | ||
"solc-0.8.3": "npm:solc@0.8.3", | ||
@@ -72,0 +73,0 @@ "solc-0.8.4": "npm:solc@0.8.4", |
@@ -22,3 +22,3 @@ /* tslint:disable */ | ||
export type Mutability = "mutable" | "immutable" | "constant"; | ||
export type StorageLocation = "calldata" | "default" | "memory" | "storage"; | ||
export type StorageLocation = "calldata" | "default" | "memory" | "storage" | "transient"; | ||
export type Visibility = "external" | "public" | "internal" | "private"; | ||
@@ -579,3 +579,4 @@ export type Statement = | ||
| "shanghai" | ||
| "cancun"; | ||
| "cancun" | ||
| "prague"; | ||
externalReferences: { | ||
@@ -582,0 +583,0 @@ declaration: number; |
Sorry, the diff of this file is too big to display
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
237180
10974
52