@fluidframework/container-runtime-definitions 2.32.0 → 2.33.0

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/container-runtime-definitions
2
2
 
3
+ ## 2.33.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.32.0
4
8
 
5
9
  Dependency updates only.
@@ -4,7 +4,7 @@
4
4
 
5
5
  ```ts
6
6
 
7
- // @alpha @sealed
7
+ // @alpha @sealed @legacy
8
8
  export interface IContainerRuntime extends IProvideFluidDataStoreRegistry, IContainerRuntimeBaseWithCombinedEvents {
9
9
  readonly attachState: AttachState;
10
10
  // (undocumented)
@@ -27,10 +27,10 @@ export interface IContainerRuntime extends IProvideFluidDataStoreRegistry, ICont
27
27
  readonly storage: IDocumentStorageService;
28
28
  }
29
29
 
30
- // @alpha @sealed (undocumented)
30
+ // @alpha @sealed @legacy (undocumented)
31
31
  export type IContainerRuntimeBaseWithCombinedEvents = IContainerRuntimeBase & IEventProvider<IContainerRuntimeEvents>;
32
32
 
33
- // @alpha @sealed
33
+ // @alpha @sealed @legacy
34
34
  export interface IContainerRuntimeEvents extends IContainerRuntimeBaseEvents, ISummarizerEvents {
35
35
  // (undocumented)
36
36
  (event: "dirty" | "disconnected" | "saved" | "attached", listener: () => void): any;
@@ -38,7 +38,7 @@ export interface IContainerRuntimeEvents extends IContainerRuntimeBaseEvents, IS
38
38
  (event: "connected", listener: (clientId: string) => void): any;
39
39
  }
40
40
 
41
- // @alpha @deprecated (undocumented)
41
+ // @alpha @deprecated @legacy (undocumented)
42
42
  export interface IContainerRuntimeWithResolveHandle_Deprecated extends IContainerRuntime {
43
43
  // (undocumented)
44
44
  readonly IFluidHandleContext: IFluidHandleContext;
@@ -46,7 +46,7 @@ export interface IContainerRuntimeWithResolveHandle_Deprecated extends IContaine
46
46
  resolveHandle(request: IRequest): Promise<IResponse>;
47
47
  }
48
48
 
49
- // @alpha @sealed (undocumented)
49
+ // @alpha @sealed @legacy (undocumented)
50
50
  export interface ISummarizeEventProps {
51
51
  // (undocumented)
52
52
  currentAttempt: number;
@@ -60,7 +60,7 @@ export interface ISummarizeEventProps {
60
60
  result: "success" | "failure" | "canceled";
61
61
  }
62
62
 
63
- // @alpha @sealed (undocumented)
63
+ // @alpha @sealed @legacy (undocumented)
64
64
  export interface ISummarizerEvents extends IEvent {
65
65
  // (undocumented)
66
66
  (event: "summarize", listener: (props: ISummarizeEventProps & ISummarizerObservabilityProps) => void): any;
@@ -81,7 +81,7 @@ export interface ISummarizerEvents extends IEvent {
81
81
  } & ISummarizerObservabilityProps) => void): any;
82
82
  }
83
83
 
84
- // @alpha @sealed (undocumented)
84
+ // @alpha @sealed @legacy (undocumented)
85
85
  export interface ISummarizerObservabilityProps {
86
86
  // (undocumented)
87
87
  numUnsummarizedNonRuntimeOps: number;
@@ -89,7 +89,7 @@ export interface ISummarizerObservabilityProps {
89
89
  numUnsummarizedRuntimeOps: number;
90
90
  }
91
91
 
92
- // @alpha @sealed (undocumented)
92
+ // @alpha @sealed @legacy (undocumented)
93
93
  export type SummarizerStopReason =
94
94
  /**
95
95
  * Summarizer client failed to summarize in all attempts.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.50.1"
8
+ "packageVersion": "7.52.5"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/container-runtime-definitions",
3
- "version": "2.32.0",
3
+ "version": "2.33.0",
4
4
  "description": "Fluid Runtime definitions",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -41,10 +41,10 @@
41
41
  "main": "",
42
42
  "types": "lib/public.d.ts",
43
43
  "dependencies": {
44
- "@fluidframework/container-definitions": "~2.32.0",
45
- "@fluidframework/core-interfaces": "~2.32.0",
46
- "@fluidframework/driver-definitions": "~2.32.0",
47
- "@fluidframework/runtime-definitions": "~2.32.0"
44
+ "@fluidframework/container-definitions": "~2.33.0",
45
+ "@fluidframework/core-interfaces": "~2.33.0",
46
+ "@fluidframework/driver-definitions": "~2.33.0",
47
+ "@fluidframework/runtime-definitions": "~2.33.0"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@arethetypeswrong/cli": "^0.17.1",
@@ -52,9 +52,9 @@
52
52
  "@fluid-tools/build-cli": "^0.55.0",
53
53
  "@fluidframework/build-common": "^2.0.3",
54
54
  "@fluidframework/build-tools": "^0.55.0",
55
- "@fluidframework/container-runtime-definitions-previous": "npm:@fluidframework/container-runtime-definitions@2.31.0",
55
+ "@fluidframework/container-runtime-definitions-previous": "npm:@fluidframework/container-runtime-definitions@2.32.0",
56
56
  "@fluidframework/eslint-config-fluid": "^5.7.3",
57
- "@microsoft/api-extractor": "7.50.1",
57
+ "@microsoft/api-extractor": "7.52.5",
58
58
  "concurrently": "^8.2.1",
59
59
  "copyfiles": "^2.4.1",
60
60
  "eslint": "~8.55.0",