@fluidframework/local-driver 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/local-driver
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,10 +4,10 @@
4
4
 
5
5
  ```ts
6
6
 
7
- // @alpha (undocumented)
7
+ // @alpha @legacy (undocumented)
8
8
  export function createLocalResolverCreateNewRequest(documentId: string): IRequest;
9
9
 
10
- // @alpha
10
+ // @alpha @legacy
11
11
  export class LocalDocumentServiceFactory implements IDocumentServiceFactory {
12
12
  constructor(localDeltaConnectionServer: ILocalDeltaConnectionServer, policies?: IDocumentServicePolicies | undefined, innerDocumentService?: IDocumentService | undefined);
13
13
  // (undocumented)
@@ -17,7 +17,7 @@ export class LocalDocumentServiceFactory implements IDocumentServiceFactory {
17
17
  nackClient(clientId: string, code?: number, type?: NackErrorType, message?: any): void;
18
18
  }
19
19
 
20
- // @alpha
20
+ // @alpha @legacy
21
21
  export class LocalResolver implements IUrlResolver {
22
22
  constructor();
23
23
  // (undocumented)
@@ -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/local-driver",
3
- "version": "2.32.0",
3
+ "version": "2.33.0",
4
4
  "description": "Fluid local driver",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -71,32 +71,32 @@
71
71
  "temp-directory": "nyc/.nyc_output"
72
72
  },
73
73
  "dependencies": {
74
- "@fluid-internal/client-utils": "~2.32.0",
75
- "@fluidframework/core-interfaces": "~2.32.0",
76
- "@fluidframework/core-utils": "~2.32.0",
77
- "@fluidframework/driver-base": "~2.32.0",
78
- "@fluidframework/driver-definitions": "~2.32.0",
79
- "@fluidframework/driver-utils": "~2.32.0",
74
+ "@fluid-internal/client-utils": "~2.33.0",
75
+ "@fluidframework/core-interfaces": "~2.33.0",
76
+ "@fluidframework/core-utils": "~2.33.0",
77
+ "@fluidframework/driver-base": "~2.33.0",
78
+ "@fluidframework/driver-definitions": "~2.33.0",
79
+ "@fluidframework/driver-utils": "~2.33.0",
80
80
  "@fluidframework/protocol-base": "^5.0.0",
81
- "@fluidframework/routerlicious-driver": "~2.32.0",
81
+ "@fluidframework/routerlicious-driver": "~2.33.0",
82
82
  "@fluidframework/server-local-server": "^5.0.0",
83
83
  "@fluidframework/server-services-client": "^5.0.0",
84
84
  "@fluidframework/server-services-core": "^5.0.0",
85
85
  "@fluidframework/server-test-utils": "^5.0.0",
86
- "@fluidframework/telemetry-utils": "~2.32.0",
86
+ "@fluidframework/telemetry-utils": "~2.33.0",
87
87
  "jsrsasign": "^11.0.0",
88
88
  "uuid": "^9.0.0"
89
89
  },
90
90
  "devDependencies": {
91
91
  "@arethetypeswrong/cli": "^0.17.1",
92
92
  "@biomejs/biome": "~1.9.3",
93
- "@fluid-internal/mocha-test-setup": "~2.32.0",
93
+ "@fluid-internal/mocha-test-setup": "~2.33.0",
94
94
  "@fluid-tools/build-cli": "^0.55.0",
95
95
  "@fluidframework/build-common": "^2.0.3",
96
96
  "@fluidframework/build-tools": "^0.55.0",
97
97
  "@fluidframework/eslint-config-fluid": "^5.7.3",
98
- "@fluidframework/local-driver-previous": "npm:@fluidframework/local-driver@2.31.0",
99
- "@microsoft/api-extractor": "7.50.1",
98
+ "@fluidframework/local-driver-previous": "npm:@fluidframework/local-driver@2.32.0",
99
+ "@microsoft/api-extractor": "7.52.5",
100
100
  "@types/jsrsasign": "^10.5.12",
101
101
  "@types/mocha": "^10.0.10",
102
102
  "@types/node": "^18.19.0",
@@ -108,7 +108,6 @@
108
108
  "eslint": "~8.55.0",
109
109
  "mocha": "^10.8.2",
110
110
  "mocha-multi-reporters": "^1.5.1",
111
- "moment": "^2.21.0",
112
111
  "rimraf": "^4.4.0",
113
112
  "socket.io-client": "~4.7.5",
114
113
  "typescript": "~5.4.5"