@zuplo/runtime 6.62.1 → 6.62.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1579,8 +1579,10 @@ export declare interface BasicAuthInboundPolicyOptions {
1579
1579
  * Basic dictionary type for log entries
1580
1580
  * @public
1581
1581
  */
1582
- declare interface BasicDictionary
1583
- extends Record<string, string | number | boolean | null | undefined> {}
1582
+ declare type BasicDictionary = Record<
1583
+ string,
1584
+ string | number | boolean | null | undefined
1585
+ >;
1584
1586
 
1585
1587
  /* Excluded from this release type: BatchDispatch */
1586
1588
 
@@ -6920,7 +6922,7 @@ declare type Primitive =
6920
6922
  * @see {@link https://www.rfc-editor.org/rfc/rfc7807 |RFC7807}
6921
6923
  * @public
6922
6924
  */
6923
- declare interface ProblemDetails {
6925
+ export declare interface ProblemDetails {
6924
6926
  /**
6925
6927
  * A URI reference [RFC3986] that identifies the problem type.
6926
6928
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zuplo/runtime",
3
3
  "type": "module",
4
- "version": "6.62.1",
4
+ "version": "6.62.2",
5
5
  "repository": "https://github.com/zuplo/zuplo",
6
6
  "author": "Zuplo, Inc.",
7
7
  "exports": {