@fluidframework/odsp-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,8 +1,19 @@
1
+ import { IContainerPackageInfo } from '@fluidframework/driver-definitions';
2
+ import { IDocumentService } from '@fluidframework/driver-definitions';
3
+ import { IDocumentServiceFactory } from '@fluidframework/driver-definitions';
1
4
  import { IPrefetchSnapshotContents as IPrefetchSnapshotContents_2 } from './odspCache';
5
+ import { IRequest } from '@fluidframework/core-interfaces';
6
+ import { IResolvedUrl } from '@fluidframework/driver-definitions';
2
7
  import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions';
3
8
  import { ISnapshotTree } from '@fluidframework/protocol-definitions';
4
9
  import { ISummaryTree } from '@fluidframework/protocol-definitions';
10
+ import { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
11
+ import { ITelemetryLogger } from '@fluidframework/core-interfaces';
12
+ import { ITelemetryLoggerExt } from '@fluidframework/telemetry-utils';
13
+ import { ITelemetryProperties } from '@fluidframework/core-interfaces';
14
+ import { IUrlResolver } from '@fluidframework/driver-definitions';
5
15
  import { PromiseCache } from '@fluidframework/core-utils';
16
+ import { RateLimiter } from '@fluidframework/driver-utils';
6
17
 
7
18
  /* Excluded from this release type: checkUrl */
8
19
 
@@ -38,14 +49,8 @@ import { PromiseCache } from '@fluidframework/core-utils';
38
49
 
39
50
  /* Excluded from this release type: IClpCompliantAppHeader */
40
51
 
41
- /* Excluded from this release type: IContainerPackageInfo */
42
-
43
52
  /* Excluded from this release type: IdentityType */
44
53
 
45
- /* Excluded from this release type: IDocumentService */
46
-
47
- /* Excluded from this release type: IDocumentServiceFactory */
48
-
49
54
  /* Excluded from this release type: IEntry */
50
55
 
51
56
  /* Excluded from this release type: IFileEntry */
@@ -68,10 +73,6 @@ import { PromiseCache } from '@fluidframework/core-utils';
68
73
 
69
74
  /* Excluded from this release type: IRelaySessionAwareDriverFactory */
70
75
 
71
- /* Excluded from this release type: IRequest */
72
-
73
- /* Excluded from this release type: IResolvedUrl */
74
-
75
76
  /* Excluded from this release type: ISharingLinkHeader */
76
77
 
77
78
  /* Excluded from this release type: ISharingLinkKind */
@@ -92,16 +93,6 @@ import { PromiseCache } from '@fluidframework/core-utils';
92
93
 
93
94
  /* Excluded from this release type: isSpoUrl */
94
95
 
95
- /* Excluded from this release type: ITelemetryBaseLogger */
96
-
97
- /* Excluded from this release type: ITelemetryLogger */
98
-
99
- /* Excluded from this release type: ITelemetryLoggerExt */
100
-
101
- /* Excluded from this release type: ITelemetryProperties */
102
-
103
- /* Excluded from this release type: IUrlResolver */
104
-
105
96
  /* Excluded from this release type: locatorQueryParamName */
106
97
 
107
98
  /* Excluded from this release type: OdcApiSiteOrigin */
@@ -126,8 +117,6 @@ import { PromiseCache } from '@fluidframework/core-utils';
126
117
 
127
118
  /* Excluded from this release type: prefetchLatestSnapshot */
128
119
 
129
- /* Excluded from this release type: RateLimiter */
130
-
131
120
  /* Excluded from this release type: ShareLinkFetcherProps */
132
121
 
133
122
  /* Excluded from this release type: ShareLinkTypes */
@@ -8,5 +8,5 @@
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  exports.pkgVersion = exports.pkgName = void 0;
10
10
  exports.pkgName = "@fluidframework/odsp-driver";
11
- exports.pkgVersion = "2.0.0-dev.7.4.0.216897";
11
+ exports.pkgVersion = "2.0.0-dev.7.4.0.217884";
12
12
  //# sourceMappingURL=packageVersion.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.cjs","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,6BAA6B,CAAC;AACxC,QAAA,UAAU,GAAG,wBAAwB,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/odsp-driver\";\nexport const pkgVersion = \"2.0.0-dev.7.4.0.216897\";\n"]}
1
+ {"version":3,"file":"packageVersion.cjs","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,6BAA6B,CAAC;AACxC,QAAA,UAAU,GAAG,wBAAwB,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/odsp-driver\";\nexport const pkgVersion = \"2.0.0-dev.7.4.0.217884\";\n"]}
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export declare const pkgName = "@fluidframework/odsp-driver";
8
- export declare const pkgVersion = "2.0.0-dev.7.4.0.216897";
8
+ export declare const pkgVersion = "2.0.0-dev.7.4.0.217884";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -1,8 +1,19 @@
1
+ import { IContainerPackageInfo } from '@fluidframework/driver-definitions';
2
+ import { IDocumentService } from '@fluidframework/driver-definitions';
3
+ import { IDocumentServiceFactory } from '@fluidframework/driver-definitions';
1
4
  import { IPrefetchSnapshotContents as IPrefetchSnapshotContents_2 } from './odspCache';
5
+ import { IRequest } from '@fluidframework/core-interfaces';
6
+ import { IResolvedUrl } from '@fluidframework/driver-definitions';
2
7
  import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions';
3
8
  import { ISnapshotTree } from '@fluidframework/protocol-definitions';
4
9
  import { ISummaryTree } from '@fluidframework/protocol-definitions';
10
+ import { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
11
+ import { ITelemetryLogger } from '@fluidframework/core-interfaces';
12
+ import { ITelemetryLoggerExt } from '@fluidframework/telemetry-utils';
13
+ import { ITelemetryProperties } from '@fluidframework/core-interfaces';
14
+ import { IUrlResolver } from '@fluidframework/driver-definitions';
5
15
  import { PromiseCache } from '@fluidframework/core-utils';
16
+ import { RateLimiter } from '@fluidframework/driver-utils';
6
17
 
7
18
  /* Excluded from this release type: checkUrl */
8
19
 
@@ -38,14 +49,8 @@ import { PromiseCache } from '@fluidframework/core-utils';
38
49
 
39
50
  /* Excluded from this release type: IClpCompliantAppHeader */
40
51
 
41
- /* Excluded from this release type: IContainerPackageInfo */
42
-
43
52
  /* Excluded from this release type: IdentityType */
44
53
 
45
- /* Excluded from this release type: IDocumentService */
46
-
47
- /* Excluded from this release type: IDocumentServiceFactory */
48
-
49
54
  /* Excluded from this release type: IEntry */
50
55
 
51
56
  /* Excluded from this release type: IFileEntry */
@@ -68,10 +73,6 @@ import { PromiseCache } from '@fluidframework/core-utils';
68
73
 
69
74
  /* Excluded from this release type: IRelaySessionAwareDriverFactory */
70
75
 
71
- /* Excluded from this release type: IRequest */
72
-
73
- /* Excluded from this release type: IResolvedUrl */
74
-
75
76
  /* Excluded from this release type: ISharingLinkHeader */
76
77
 
77
78
  /* Excluded from this release type: ISharingLinkKind */
@@ -92,16 +93,6 @@ import { PromiseCache } from '@fluidframework/core-utils';
92
93
 
93
94
  /* Excluded from this release type: isSpoUrl */
94
95
 
95
- /* Excluded from this release type: ITelemetryBaseLogger */
96
-
97
- /* Excluded from this release type: ITelemetryLogger */
98
-
99
- /* Excluded from this release type: ITelemetryLoggerExt */
100
-
101
- /* Excluded from this release type: ITelemetryProperties */
102
-
103
- /* Excluded from this release type: IUrlResolver */
104
-
105
96
  /* Excluded from this release type: locatorQueryParamName */
106
97
 
107
98
  /* Excluded from this release type: OdcApiSiteOrigin */
@@ -126,8 +117,6 @@ import { PromiseCache } from '@fluidframework/core-utils';
126
117
 
127
118
  /* Excluded from this release type: prefetchLatestSnapshot */
128
119
 
129
- /* Excluded from this release type: RateLimiter */
130
-
131
120
  /* Excluded from this release type: ShareLinkFetcherProps */
132
121
 
133
122
  /* Excluded from this release type: ShareLinkTypes */
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export declare const pkgName = "@fluidframework/odsp-driver";
8
- export declare const pkgVersion = "2.0.0-dev.7.4.0.216897";
8
+ export declare const pkgVersion = "2.0.0-dev.7.4.0.217884";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export const pkgName = "@fluidframework/odsp-driver";
8
- export const pkgVersion = "2.0.0-dev.7.4.0.216897";
8
+ export const pkgVersion = "2.0.0-dev.7.4.0.217884";
9
9
  //# sourceMappingURL=packageVersion.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.mjs","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,6BAA6B,CAAC;AACrD,MAAM,CAAC,MAAM,UAAU,GAAG,wBAAwB,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/odsp-driver\";\nexport const pkgVersion = \"2.0.0-dev.7.4.0.216897\";\n"]}
1
+ {"version":3,"file":"packageVersion.mjs","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,6BAA6B,CAAC;AACrD,MAAM,CAAC,MAAM,UAAU,GAAG,wBAAwB,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/odsp-driver\";\nexport const pkgVersion = \"2.0.0-dev.7.4.0.217884\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/odsp-driver",
3
- "version": "2.0.0-dev.7.4.0.216897",
3
+ "version": "2.0.0-dev.7.4.0.217884",
4
4
  "description": "Socket storage implementation for SPO and ODC",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -35,17 +35,17 @@
35
35
  "temp-directory": "nyc/.nyc_output"
36
36
  },
37
37
  "dependencies": {
38
- "@fluid-internal/client-utils": "2.0.0-dev.7.4.0.216897",
39
- "@fluidframework/core-interfaces": "2.0.0-dev.7.4.0.216897",
40
- "@fluidframework/core-utils": "2.0.0-dev.7.4.0.216897",
41
- "@fluidframework/driver-base": "2.0.0-dev.7.4.0.216897",
42
- "@fluidframework/driver-definitions": "2.0.0-dev.7.4.0.216897",
43
- "@fluidframework/driver-utils": "2.0.0-dev.7.4.0.216897",
44
- "@fluidframework/odsp-doclib-utils": "2.0.0-dev.7.4.0.216897",
45
- "@fluidframework/odsp-driver-definitions": "2.0.0-dev.7.4.0.216897",
38
+ "@fluid-internal/client-utils": "2.0.0-dev.7.4.0.217884",
39
+ "@fluidframework/core-interfaces": "2.0.0-dev.7.4.0.217884",
40
+ "@fluidframework/core-utils": "2.0.0-dev.7.4.0.217884",
41
+ "@fluidframework/driver-base": "2.0.0-dev.7.4.0.217884",
42
+ "@fluidframework/driver-definitions": "2.0.0-dev.7.4.0.217884",
43
+ "@fluidframework/driver-utils": "2.0.0-dev.7.4.0.217884",
44
+ "@fluidframework/odsp-doclib-utils": "2.0.0-dev.7.4.0.217884",
45
+ "@fluidframework/odsp-driver-definitions": "2.0.0-dev.7.4.0.217884",
46
46
  "@fluidframework/protocol-base": "^2.0.1",
47
47
  "@fluidframework/protocol-definitions": "^3.0.0",
48
- "@fluidframework/telemetry-utils": "2.0.0-dev.7.4.0.216897",
48
+ "@fluidframework/telemetry-utils": "2.0.0-dev.7.4.0.217884",
49
49
  "node-fetch": "^2.6.9",
50
50
  "socket.io-client": "^4.6.1",
51
51
  "uuid": "^9.0.0"
@@ -55,11 +55,11 @@
55
55
  "@fluidframework/build-common": "^2.0.3",
56
56
  "@fluidframework/build-tools": "^0.28.0",
57
57
  "@fluidframework/eslint-config-fluid": "^3.1.0",
58
- "@fluidframework/mocha-test-setup": "2.0.0-dev.7.4.0.216897",
58
+ "@fluidframework/mocha-test-setup": "2.0.0-dev.7.4.0.217884",
59
59
  "@fluidframework/odsp-driver-previous": "npm:@fluidframework/odsp-driver@2.0.0-internal.7.2.0",
60
60
  "@microsoft/api-extractor": "^7.38.3",
61
61
  "@types/mocha": "^9.1.1",
62
- "@types/node": "^16.18.38",
62
+ "@types/node": "^18.19.0",
63
63
  "@types/node-fetch": "^2.5.10",
64
64
  "@types/sinon": "^7.0.13",
65
65
  "c8": "^7.7.1",
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/odsp-driver";
9
- export const pkgVersion = "2.0.0-dev.7.4.0.216897";
9
+ export const pkgVersion = "2.0.0-dev.7.4.0.217884";