@parca/client
Advanced tools
Comparing version 0.12.6 to 0.12.12
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.12.12](https://github.com/parca-dev/parca/compare/ui-v0.12.11...ui-v0.12.12) (2022-04-05) | ||
**Note:** Version bump only for package @parca/client | ||
## [0.12.6](https://github.com/parca-dev/parca/compare/ui-v0.12.5...ui-v0.12.6) (2022-03-24) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@parca/client", | ||
"version": "0.12.6", | ||
"version": "0.12.12", | ||
"description": "Parca API Client", | ||
@@ -24,3 +24,3 @@ "main": "src/index.ts", | ||
}, | ||
"gitHead": "5ac2cede2384a48df3df2615bcccfaaf0f4933f5" | ||
"gitHead": "b5a0b0202b805c2c030f5d242a5c34b7d977766e" | ||
} |
@@ -378,2 +378,5 @@ // package: parca.query.v1alpha1 | ||
getDiff(): number; | ||
setDiff(value: number): void; | ||
serializeBinary(): Uint8Array; | ||
@@ -394,2 +397,3 @@ toObject(includeInstance?: boolean): TopNode.AsObject; | ||
flat: number, | ||
diff: number, | ||
} | ||
@@ -396,0 +400,0 @@ } |
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
510368
13211