@fluidframework/replay-driver 2.20.0 → 2.21.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 +4 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/replay-driver",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.21.0",
|
|
4
4
|
"description": "Document replay version of Socket.IO implementation",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
"main": "lib/index.js",
|
|
38
38
|
"types": "lib/public.d.ts",
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@fluid-internal/client-utils": "~2.
|
|
41
|
-
"@fluidframework/core-interfaces": "~2.
|
|
42
|
-
"@fluidframework/core-utils": "~2.
|
|
43
|
-
"@fluidframework/driver-definitions": "~2.
|
|
44
|
-
"@fluidframework/driver-utils": "~2.
|
|
45
|
-
"@fluidframework/telemetry-utils": "~2.
|
|
40
|
+
"@fluid-internal/client-utils": "~2.21.0",
|
|
41
|
+
"@fluidframework/core-interfaces": "~2.21.0",
|
|
42
|
+
"@fluidframework/core-utils": "~2.21.0",
|
|
43
|
+
"@fluidframework/driver-definitions": "~2.21.0",
|
|
44
|
+
"@fluidframework/driver-utils": "~2.21.0",
|
|
45
|
+
"@fluidframework/telemetry-utils": "~2.21.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"@fluid-tools/build-cli": "^0.51.0",
|
|
51
51
|
"@fluidframework/build-common": "^2.0.3",
|
|
52
52
|
"@fluidframework/build-tools": "^0.51.0",
|
|
53
|
-
"@fluidframework/eslint-config-fluid": "^5.
|
|
54
|
-
"@fluidframework/replay-driver-previous": "npm:@fluidframework/replay-driver@2.
|
|
53
|
+
"@fluidframework/eslint-config-fluid": "^5.7.3",
|
|
54
|
+
"@fluidframework/replay-driver-previous": "npm:@fluidframework/replay-driver@2.20.0",
|
|
55
55
|
"@microsoft/api-extractor": "7.47.8",
|
|
56
56
|
"@types/nock": "^9.3.0",
|
|
57
57
|
"@types/node": "^18.19.0",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"check:format": "npm run check:biome",
|
|
97
97
|
"check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
|
|
98
98
|
"ci:build:docs": "api-extractor run",
|
|
99
|
-
"clean": "rimraf --glob dist lib
|
|
99
|
+
"clean": "rimraf --glob dist lib {alpha,beta,internal,legacy}.d.ts \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp",
|
|
100
100
|
"eslint": "eslint --format stylish src",
|
|
101
101
|
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
102
102
|
"format": "npm run format:biome",
|