@fluid-experimental/attributor 2.4.0-297385 → 2.4.0-299707
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/package.json +25 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-experimental/attributor",
|
|
3
|
-
"version": "2.4.0-
|
|
3
|
+
"version": "2.4.0-299707",
|
|
4
4
|
"description": "Operation attributor",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -31,12 +31,14 @@
|
|
|
31
31
|
"cache-dir": "nyc/.cache",
|
|
32
32
|
"exclude": [
|
|
33
33
|
"src/test/**/*.*ts",
|
|
34
|
-
"dist/test/**/*.*js"
|
|
34
|
+
"dist/test/**/*.*js",
|
|
35
|
+
"lib/test/**/*.*js"
|
|
35
36
|
],
|
|
36
37
|
"exclude-after-remap": false,
|
|
37
38
|
"include": [
|
|
38
39
|
"src/**/*.*ts",
|
|
39
|
-
"dist/**/*.*js"
|
|
40
|
+
"dist/**/*.*js",
|
|
41
|
+
"lib/**/*.*js"
|
|
40
42
|
],
|
|
41
43
|
"report-dir": "nyc/report",
|
|
42
44
|
"reporter": [
|
|
@@ -47,32 +49,32 @@
|
|
|
47
49
|
"temp-directory": "nyc/.nyc_output"
|
|
48
50
|
},
|
|
49
51
|
"dependencies": {
|
|
50
|
-
"@fluid-internal/client-utils": "2.4.0-
|
|
51
|
-
"@fluidframework/container-definitions": "2.4.0-
|
|
52
|
-
"@fluidframework/container-runtime": "2.4.0-
|
|
53
|
-
"@fluidframework/container-runtime-definitions": "2.4.0-
|
|
54
|
-
"@fluidframework/core-interfaces": "2.4.0-
|
|
55
|
-
"@fluidframework/core-utils": "2.4.0-
|
|
56
|
-
"@fluidframework/datastore": "2.4.0-
|
|
57
|
-
"@fluidframework/datastore-definitions": "2.4.0-
|
|
58
|
-
"@fluidframework/driver-definitions": "2.4.0-
|
|
59
|
-
"@fluidframework/runtime-definitions": "2.4.0-
|
|
60
|
-
"@fluidframework/runtime-utils": "2.4.0-
|
|
61
|
-
"@fluidframework/telemetry-utils": "2.4.0-
|
|
52
|
+
"@fluid-internal/client-utils": "2.4.0-299707",
|
|
53
|
+
"@fluidframework/container-definitions": "2.4.0-299707",
|
|
54
|
+
"@fluidframework/container-runtime": "2.4.0-299707",
|
|
55
|
+
"@fluidframework/container-runtime-definitions": "2.4.0-299707",
|
|
56
|
+
"@fluidframework/core-interfaces": "2.4.0-299707",
|
|
57
|
+
"@fluidframework/core-utils": "2.4.0-299707",
|
|
58
|
+
"@fluidframework/datastore": "2.4.0-299707",
|
|
59
|
+
"@fluidframework/datastore-definitions": "2.4.0-299707",
|
|
60
|
+
"@fluidframework/driver-definitions": "2.4.0-299707",
|
|
61
|
+
"@fluidframework/runtime-definitions": "2.4.0-299707",
|
|
62
|
+
"@fluidframework/runtime-utils": "2.4.0-299707",
|
|
63
|
+
"@fluidframework/telemetry-utils": "2.4.0-299707",
|
|
62
64
|
"lz4js": "^0.2.0"
|
|
63
65
|
},
|
|
64
66
|
"devDependencies": {
|
|
65
|
-
"@arethetypeswrong/cli": "^0.
|
|
67
|
+
"@arethetypeswrong/cli": "^0.16.4",
|
|
66
68
|
"@biomejs/biome": "~1.8.3",
|
|
67
|
-
"@fluid-internal/mocha-test-setup": "2.4.0-
|
|
68
|
-
"@fluid-private/stochastic-test-utils": "2.4.0-
|
|
69
|
-
"@fluid-tools/build-cli": "^0.
|
|
69
|
+
"@fluid-internal/mocha-test-setup": "2.4.0-299707",
|
|
70
|
+
"@fluid-private/stochastic-test-utils": "2.4.0-299707",
|
|
71
|
+
"@fluid-tools/build-cli": "^0.48.0",
|
|
70
72
|
"@fluidframework/build-common": "^2.0.3",
|
|
71
|
-
"@fluidframework/build-tools": "^0.
|
|
73
|
+
"@fluidframework/build-tools": "^0.48.0",
|
|
72
74
|
"@fluidframework/eslint-config-fluid": "^5.4.0",
|
|
73
|
-
"@fluidframework/merge-tree": "2.4.0-
|
|
74
|
-
"@fluidframework/sequence": "2.4.0-
|
|
75
|
-
"@fluidframework/test-runtime-utils": "2.4.0-
|
|
75
|
+
"@fluidframework/merge-tree": "2.4.0-299707",
|
|
76
|
+
"@fluidframework/sequence": "2.4.0-299707",
|
|
77
|
+
"@fluidframework/test-runtime-utils": "2.4.0-299707",
|
|
76
78
|
"@microsoft/api-extractor": "7.47.8",
|
|
77
79
|
"@types/mocha": "^9.1.1",
|
|
78
80
|
"@types/node": "^18.19.0",
|
|
@@ -82,7 +84,6 @@
|
|
|
82
84
|
"cross-env": "^7.0.3",
|
|
83
85
|
"eslint": "~8.55.0",
|
|
84
86
|
"mocha": "^10.2.0",
|
|
85
|
-
"mocha-json-output-reporter": "^2.0.1",
|
|
86
87
|
"mocha-multi-reporters": "^1.5.1",
|
|
87
88
|
"moment": "^2.21.0",
|
|
88
89
|
"prettier": "~3.0.3",
|