@fluidframework/container-definitions 0.49.1000-62937 → 0.49.1000-63433

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.
@@ -4,6 +4,8 @@
4
4
 
5
5
  ```ts
6
6
 
7
+ /// <reference types="node" />
8
+
7
9
  import { ConnectionMode } from '@fluidframework/protocol-definitions';
8
10
  import { EventEmitter } from 'events';
9
11
  import { FluidObject } from '@fluidframework/core-interfaces';
@@ -576,7 +578,6 @@ export type ReadOnlyInfo = {
576
578
  readonly storageOnly: boolean;
577
579
  };
578
580
 
579
-
580
581
  // (No @packageDocumentation comment for this package)
581
582
 
582
583
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/container-definitions",
3
- "version": "0.49.1000-62937",
3
+ "version": "0.49.1000-63433",
4
4
  "description": "Fluid container definitions",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -42,7 +42,7 @@
42
42
  "dependencies": {
43
43
  "@fluidframework/common-definitions": "^0.20.1",
44
44
  "@fluidframework/core-interfaces": "^0.43.1000",
45
- "@fluidframework/driver-definitions": "^0.46.1000",
45
+ "@fluidframework/driver-definitions": "^0.47.1000-0",
46
46
  "@fluidframework/protocol-definitions": "^0.1028.1000"
47
47
  },
48
48
  "devDependencies": {
@@ -50,7 +50,7 @@
50
50
  "@fluidframework/build-tools": "^0.2.61804",
51
51
  "@fluidframework/container-definitions-previous": "npm:@fluidframework/container-definitions@^0.48.0",
52
52
  "@fluidframework/eslint-config-fluid": "^0.28.1000",
53
- "@microsoft/api-extractor": "^7.16.1",
53
+ "@microsoft/api-extractor": "^7.22.2",
54
54
  "@rushstack/eslint-config": "^2.5.1",
55
55
  "@types/mocha": "^8.2.2",
56
56
  "@types/node": "^14.18.0",
@@ -74,6 +74,9 @@
74
74
  "broken": {
75
75
  "InterfaceDeclaration_IRuntime": {
76
76
  "forwardCompat": false
77
+ },
78
+ "InterfaceDeclaration_IContainerContext": {
79
+ "backCompat": false
77
80
  }
78
81
  }
79
82
  }