@fluidframework/replay-driver 2.1.0 → 2.2.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/README.md +2 -2
  3. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/replay-driver
2
2
 
3
+ ## 2.2.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.1.0
4
8
 
5
9
  Dependency updates only.
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  This is an implementation of a driver which provides a DocumentService which uses the DocumentService provided to it to fetch ops and then replay those ops
4
4
  to mimic the web socket connection.
5
5
 
6
- <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_HEADER) -->
6
+ <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_README_HEADER) -->
7
7
 
8
8
  <!-- prettier-ignore-start -->
9
9
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
@@ -32,7 +32,7 @@ API documentation for **@fluidframework/replay-driver** is available at <https:/
32
32
 
33
33
  <!-- AUTO-GENERATED-CONTENT:END -->
34
34
 
35
- <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_FOOTER) -->
35
+ <!-- AUTO-GENERATED-CONTENT:START (README_FOOTER) -->
36
36
 
37
37
  <!-- prettier-ignore-start -->
38
38
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/replay-driver",
3
- "version": "2.1.0",
3
+ "version": "2.2.0",
4
4
  "description": "Document replay version of Socket.IO implementation",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -37,21 +37,21 @@
37
37
  "main": "lib/index.js",
38
38
  "types": "lib/public.d.ts",
39
39
  "dependencies": {
40
- "@fluid-internal/client-utils": "~2.1.0",
41
- "@fluidframework/core-interfaces": "~2.1.0",
42
- "@fluidframework/core-utils": "~2.1.0",
43
- "@fluidframework/driver-definitions": "~2.1.0",
44
- "@fluidframework/driver-utils": "~2.1.0",
45
- "@fluidframework/telemetry-utils": "~2.1.0"
40
+ "@fluid-internal/client-utils": "~2.2.0",
41
+ "@fluidframework/core-interfaces": "~2.2.0",
42
+ "@fluidframework/core-utils": "~2.2.0",
43
+ "@fluidframework/driver-definitions": "~2.2.0",
44
+ "@fluidframework/driver-utils": "~2.2.0",
45
+ "@fluidframework/telemetry-utils": "~2.2.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@arethetypeswrong/cli": "^0.15.2",
49
49
  "@biomejs/biome": "~1.8.3",
50
- "@fluid-tools/build-cli": "^0.41.0",
50
+ "@fluid-tools/build-cli": "^0.43.0",
51
51
  "@fluidframework/build-common": "^2.0.3",
52
- "@fluidframework/build-tools": "^0.41.0",
52
+ "@fluidframework/build-tools": "^0.43.0",
53
53
  "@fluidframework/eslint-config-fluid": "^5.3.0",
54
- "@fluidframework/replay-driver-previous": "npm:@fluidframework/replay-driver@2.0.0",
54
+ "@fluidframework/replay-driver-previous": "npm:@fluidframework/replay-driver@2.1.0",
55
55
  "@microsoft/api-extractor": "^7.45.1",
56
56
  "@types/nock": "^9.3.0",
57
57
  "@types/node": "^18.19.0",