@fluidframework/replay-driver 2.0.0-dev.7.4.0.216897 → 2.0.0-dev.7.4.0.217884

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.
@@ -1,29 +1,22 @@
1
1
  import * as api from '@fluidframework/protocol-definitions';
2
2
  import * as api_2 from '@fluidframework/driver-definitions';
3
3
  import { IClient } from '@fluidframework/protocol-definitions';
4
+ import { IDocumentService } from '@fluidframework/driver-definitions';
5
+ import { IDocumentServiceFactory } from '@fluidframework/driver-definitions';
6
+ import { IDocumentStorageService } from '@fluidframework/driver-definitions';
7
+ import { IResolvedUrl } from '@fluidframework/driver-definitions';
4
8
  import { ISnapshotTree } from '@fluidframework/protocol-definitions';
9
+ import { ISummaryContext } from '@fluidframework/driver-definitions';
5
10
  import { ISummaryTree } from '@fluidframework/protocol-definitions';
11
+ import { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
12
+ import { ITelemetryLoggerExt } from '@fluidframework/telemetry-utils';
6
13
  import { ITree } from '@fluidframework/protocol-definitions';
7
14
  import { IVersion } from '@fluidframework/protocol-definitions';
8
15
 
9
16
  /* Excluded from this release type: FileSnapshotReader */
10
17
 
11
- /* Excluded from this release type: IDocumentService */
12
-
13
- /* Excluded from this release type: IDocumentServiceFactory */
14
-
15
- /* Excluded from this release type: IDocumentStorageService */
16
-
17
18
  /* Excluded from this release type: IFileSnapshot */
18
19
 
19
- /* Excluded from this release type: IResolvedUrl */
20
-
21
- /* Excluded from this release type: ISummaryContext */
22
-
23
- /* Excluded from this release type: ITelemetryBaseLogger */
24
-
25
- /* Excluded from this release type: ITelemetryLoggerExt */
26
-
27
20
  /* Excluded from this release type: OpStorage */
28
21
 
29
22
  /* Excluded from this release type: ReadDocumentStorageServiceBase */
@@ -1,29 +1,22 @@
1
1
  import * as api from '@fluidframework/protocol-definitions';
2
2
  import * as api_2 from '@fluidframework/driver-definitions';
3
3
  import { IClient } from '@fluidframework/protocol-definitions';
4
+ import { IDocumentService } from '@fluidframework/driver-definitions';
5
+ import { IDocumentServiceFactory } from '@fluidframework/driver-definitions';
6
+ import { IDocumentStorageService } from '@fluidframework/driver-definitions';
7
+ import { IResolvedUrl } from '@fluidframework/driver-definitions';
4
8
  import { ISnapshotTree } from '@fluidframework/protocol-definitions';
9
+ import { ISummaryContext } from '@fluidframework/driver-definitions';
5
10
  import { ISummaryTree } from '@fluidframework/protocol-definitions';
11
+ import { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
12
+ import { ITelemetryLoggerExt } from '@fluidframework/telemetry-utils';
6
13
  import { ITree } from '@fluidframework/protocol-definitions';
7
14
  import { IVersion } from '@fluidframework/protocol-definitions';
8
15
 
9
16
  /* Excluded from this release type: FileSnapshotReader */
10
17
 
11
- /* Excluded from this release type: IDocumentService */
12
-
13
- /* Excluded from this release type: IDocumentServiceFactory */
14
-
15
- /* Excluded from this release type: IDocumentStorageService */
16
-
17
18
  /* Excluded from this release type: IFileSnapshot */
18
19
 
19
- /* Excluded from this release type: IResolvedUrl */
20
-
21
- /* Excluded from this release type: ISummaryContext */
22
-
23
- /* Excluded from this release type: ITelemetryBaseLogger */
24
-
25
- /* Excluded from this release type: ITelemetryLoggerExt */
26
-
27
20
  /* Excluded from this release type: OpStorage */
28
21
 
29
22
  /* Excluded from this release type: ReadDocumentStorageServiceBase */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/replay-driver",
3
- "version": "2.0.0-dev.7.4.0.216897",
3
+ "version": "2.0.0-dev.7.4.0.217884",
4
4
  "description": "Document replay version of Socket.IO implementation",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -15,13 +15,13 @@
15
15
  "module": "lib/index.mjs",
16
16
  "types": "dist/index.d.ts",
17
17
  "dependencies": {
18
- "@fluid-internal/client-utils": "2.0.0-dev.7.4.0.216897",
19
- "@fluidframework/core-interfaces": "2.0.0-dev.7.4.0.216897",
20
- "@fluidframework/core-utils": "2.0.0-dev.7.4.0.216897",
21
- "@fluidframework/driver-definitions": "2.0.0-dev.7.4.0.216897",
22
- "@fluidframework/driver-utils": "2.0.0-dev.7.4.0.216897",
18
+ "@fluid-internal/client-utils": "2.0.0-dev.7.4.0.217884",
19
+ "@fluidframework/core-interfaces": "2.0.0-dev.7.4.0.217884",
20
+ "@fluidframework/core-utils": "2.0.0-dev.7.4.0.217884",
21
+ "@fluidframework/driver-definitions": "2.0.0-dev.7.4.0.217884",
22
+ "@fluidframework/driver-utils": "2.0.0-dev.7.4.0.217884",
23
23
  "@fluidframework/protocol-definitions": "^3.0.0",
24
- "@fluidframework/telemetry-utils": "2.0.0-dev.7.4.0.216897"
24
+ "@fluidframework/telemetry-utils": "2.0.0-dev.7.4.0.217884"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@fluid-tools/build-cli": "^0.28.0",
@@ -31,7 +31,7 @@
31
31
  "@fluidframework/replay-driver-previous": "npm:@fluidframework/replay-driver@2.0.0-internal.7.2.0",
32
32
  "@microsoft/api-extractor": "^7.38.3",
33
33
  "@types/nock": "^9.3.0",
34
- "@types/node": "^16.18.38",
34
+ "@types/node": "^18.19.0",
35
35
  "copyfiles": "^2.4.1",
36
36
  "eslint": "~8.50.0",
37
37
  "nock": "^13.3.3",