@parca/client
Advanced tools
Comparing version 0.16.62 to 0.16.63
@@ -6,2 +6,6 @@ # Change Log | ||
## 0.16.63 (2023-02-15) | ||
**Note:** Version bump only for package @parca/client | ||
## 0.16.62 (2022-12-22) | ||
@@ -8,0 +12,0 @@ |
@@ -8,3 +8,4 @@ export * from './parca/query/v1alpha1/query.client'; | ||
export * from './google/protobuf/timestamp'; | ||
export * from './google/protobuf/duration'; | ||
export * from './grpc/health/v1/health.client'; | ||
export * from './grpc/health/v1/health'; |
@@ -8,3 +8,4 @@ export * from './parca/query/v1alpha1/query.client'; | ||
export * from './google/protobuf/timestamp'; | ||
export * from './google/protobuf/duration'; | ||
export * from './grpc/health/v1/health.client'; | ||
export * from './grpc/health/v1/health'; |
@@ -13,2 +13,3 @@ import { ServiceType } from "@protobuf-ts/runtime-rpc"; | ||
import { LabelSet } from "../../profilestore/v1alpha1/profilestore"; | ||
import { Duration } from "../../../google/protobuf/duration"; | ||
import { Timestamp } from "../../../google/protobuf/timestamp"; | ||
@@ -108,2 +109,8 @@ /** | ||
limit: number; | ||
/** | ||
* step is the duration of each sample returned. | ||
* | ||
* @generated from protobuf field: google.protobuf.Duration step = 5; | ||
*/ | ||
step?: Duration; | ||
} | ||
@@ -110,0 +117,0 @@ /** |
{ | ||
"name": "@parca/client", | ||
"version": "0.16.62", | ||
"version": "0.16.63", | ||
"description": "Parca API Client", | ||
@@ -26,3 +26,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "4a9035ae2d347b9e419e81ed27d587658c8f3fdd" | ||
"gitHead": "e9b6f88b6388b9b9889de093cd83939c79af8e6e" | ||
} |
@@ -8,3 +8,4 @@ export * from './parca/query/v1alpha1/query.client'; | ||
export * from './google/protobuf/timestamp'; | ||
export * from './google/protobuf/duration'; | ||
export * from './grpc/health/v1/health.client'; | ||
export * from './grpc/health/v1/health'; | ||
export * from './grpc/health/v1/health'; |
Sorry, the diff of this file is too big to display
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
1412689
30115