@fluidframework/replay-driver 2.113.1 → 2.114.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 +12 -12
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.114.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.114.0",
|
|
41
|
+
"@fluidframework/core-interfaces": "~2.114.0",
|
|
42
|
+
"@fluidframework/core-utils": "~2.114.0",
|
|
43
|
+
"@fluidframework/driver-definitions": "~2.114.0",
|
|
44
|
+
"@fluidframework/driver-utils": "~2.114.0",
|
|
45
|
+
"@fluidframework/telemetry-utils": "~2.114.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@arethetypeswrong/cli": "^0.18.2",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@fluidframework/build-common": "^2.0.3",
|
|
52
52
|
"@fluidframework/build-tools": "^0.65.0",
|
|
53
53
|
"@fluidframework/eslint-config-fluid": "^13.0.0",
|
|
54
|
-
"@fluidframework/replay-driver-previous": "npm:@fluidframework/replay-driver@2.
|
|
54
|
+
"@fluidframework/replay-driver-previous": "npm:@fluidframework/replay-driver@2.112.0",
|
|
55
55
|
"@microsoft/api-extractor": "7.58.1",
|
|
56
56
|
"@types/nock": "^9.3.0",
|
|
57
57
|
"@types/node": "~22.19.17",
|
|
@@ -68,14 +68,14 @@
|
|
|
68
68
|
"entrypoint": "internal"
|
|
69
69
|
},
|
|
70
70
|
"scripts": {
|
|
71
|
-
"api": "fluid-build . --task api",
|
|
72
|
-
"api-extractor:commonjs": "flub generate entrypoints --resolutionConditions require --outFileLegacyBeta legacy --outDir ./dist",
|
|
73
|
-
"api-extractor:esnext": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat",
|
|
74
71
|
"build": "fluid-build . --task build",
|
|
75
72
|
"build:compile": "fluid-build . --task compile",
|
|
76
73
|
"build:docs": "api-extractor run --local",
|
|
74
|
+
"build:entrypoints": "fluid-build . --task build:entrypoints",
|
|
75
|
+
"build:entrypoints:cjs": "flub generate entrypoints --resolutionConditions require --outFileLegacyBeta legacy --outDir ./dist",
|
|
76
|
+
"build:entrypoints:esm": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat",
|
|
77
77
|
"build:esnext": "tsc --project ./tsconfig.json",
|
|
78
|
-
"build:test": "npm
|
|
78
|
+
"build:test": "concurrently npm:build:test:esm npm:build:test:cjs",
|
|
79
79
|
"build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
|
|
80
80
|
"build:test:esm": "tsc --project ./src/test/tsconfig.json",
|
|
81
81
|
"check:are-the-types-wrong": "attw --pack .",
|