@fluid-experimental/tree 2.4.0-297385 → 2.4.0-299374
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 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-experimental/tree",
|
|
3
|
-
"version": "2.4.0-
|
|
3
|
+
"version": "2.4.0-299374",
|
|
4
4
|
"description": "Distributed tree",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -37,18 +37,18 @@
|
|
|
37
37
|
"main": "lib/index.js",
|
|
38
38
|
"types": "lib/index.d.ts",
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@fluid-internal/client-utils": "2.4.0-
|
|
41
|
-
"@fluidframework/container-definitions": "2.4.0-
|
|
42
|
-
"@fluidframework/core-interfaces": "2.4.0-
|
|
43
|
-
"@fluidframework/core-utils": "2.4.0-
|
|
44
|
-
"@fluidframework/datastore-definitions": "2.4.0-
|
|
45
|
-
"@fluidframework/driver-definitions": "2.4.0-
|
|
46
|
-
"@fluidframework/id-compressor": "2.4.0-
|
|
47
|
-
"@fluidframework/runtime-definitions": "2.4.0-
|
|
48
|
-
"@fluidframework/runtime-utils": "2.4.0-
|
|
49
|
-
"@fluidframework/shared-object-base": "2.4.0-
|
|
50
|
-
"@fluidframework/telemetry-utils": "2.4.0-
|
|
51
|
-
"@fluidframework/tree": "2.4.0-
|
|
40
|
+
"@fluid-internal/client-utils": "2.4.0-299374",
|
|
41
|
+
"@fluidframework/container-definitions": "2.4.0-299374",
|
|
42
|
+
"@fluidframework/core-interfaces": "2.4.0-299374",
|
|
43
|
+
"@fluidframework/core-utils": "2.4.0-299374",
|
|
44
|
+
"@fluidframework/datastore-definitions": "2.4.0-299374",
|
|
45
|
+
"@fluidframework/driver-definitions": "2.4.0-299374",
|
|
46
|
+
"@fluidframework/id-compressor": "2.4.0-299374",
|
|
47
|
+
"@fluidframework/runtime-definitions": "2.4.0-299374",
|
|
48
|
+
"@fluidframework/runtime-utils": "2.4.0-299374",
|
|
49
|
+
"@fluidframework/shared-object-base": "2.4.0-299374",
|
|
50
|
+
"@fluidframework/telemetry-utils": "2.4.0-299374",
|
|
51
|
+
"@fluidframework/tree": "2.4.0-299374",
|
|
52
52
|
"@tylerbu/sorted-btree-es6": "^1.8.0",
|
|
53
53
|
"buffer": "^6.0.3",
|
|
54
54
|
"denque": "^1.5.1",
|
|
@@ -58,20 +58,20 @@
|
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
60
60
|
"@biomejs/biome": "~1.8.3",
|
|
61
|
-
"@fluid-internal/mocha-test-setup": "2.4.0-
|
|
62
|
-
"@fluid-private/stochastic-test-utils": "2.4.0-
|
|
63
|
-
"@fluid-private/test-drivers": "2.4.0-
|
|
61
|
+
"@fluid-internal/mocha-test-setup": "2.4.0-299374",
|
|
62
|
+
"@fluid-private/stochastic-test-utils": "2.4.0-299374",
|
|
63
|
+
"@fluid-private/test-drivers": "2.4.0-299374",
|
|
64
64
|
"@fluid-tools/benchmark": "^0.50.0",
|
|
65
65
|
"@fluidframework/build-common": "^2.0.3",
|
|
66
|
-
"@fluidframework/build-tools": "^0.
|
|
67
|
-
"@fluidframework/container-definitions": "2.4.0-
|
|
68
|
-
"@fluidframework/container-loader": "2.4.0-
|
|
69
|
-
"@fluidframework/container-runtime": "2.4.0-
|
|
66
|
+
"@fluidframework/build-tools": "^0.48.0",
|
|
67
|
+
"@fluidframework/container-definitions": "2.4.0-299374",
|
|
68
|
+
"@fluidframework/container-loader": "2.4.0-299374",
|
|
69
|
+
"@fluidframework/container-runtime": "2.4.0-299374",
|
|
70
70
|
"@fluidframework/eslint-config-fluid": "^5.4.0",
|
|
71
|
-
"@fluidframework/runtime-utils": "2.4.0-
|
|
72
|
-
"@fluidframework/test-runtime-utils": "2.4.0-
|
|
73
|
-
"@fluidframework/test-utils": "2.4.0-
|
|
74
|
-
"@fluidframework/undo-redo": "2.4.0-
|
|
71
|
+
"@fluidframework/runtime-utils": "2.4.0-299374",
|
|
72
|
+
"@fluidframework/test-runtime-utils": "2.4.0-299374",
|
|
73
|
+
"@fluidframework/test-utils": "2.4.0-299374",
|
|
74
|
+
"@fluidframework/undo-redo": "2.4.0-299374",
|
|
75
75
|
"@microsoft/api-extractor": "7.47.8",
|
|
76
76
|
"@types/chai": "^4.0.0",
|
|
77
77
|
"@types/lru-cache": "^5.1.0",
|
|
@@ -87,7 +87,6 @@
|
|
|
87
87
|
"eslint": "~8.55.0",
|
|
88
88
|
"eslint-config-prettier": "~9.0.0",
|
|
89
89
|
"mocha": "^10.2.0",
|
|
90
|
-
"mocha-json-output-reporter": "^2.0.1",
|
|
91
90
|
"mocha-multi-reporters": "^1.5.1",
|
|
92
91
|
"moment": "^2.21.0",
|
|
93
92
|
"prettier": "~3.0.3",
|
|
@@ -130,7 +129,7 @@
|
|
|
130
129
|
"test:coverage": "c8 npm test",
|
|
131
130
|
"test:mocha": "mocha \"dist/**/*.tests.js\" --exit",
|
|
132
131
|
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
|
|
133
|
-
"test:stress": "cross-env FUZZ_TEST_COUNT=10 FUZZ_STRESS_RUN=
|
|
132
|
+
"test:stress": "cross-env FUZZ_TEST_COUNT=10 FUZZ_STRESS_RUN=normal mocha \"dist/**/*.fuzz.tests.js\" --exit -r @fluid-internal/mocha-test-setup",
|
|
134
133
|
"tsc": "fluid-tsc commonjs --project ./tsconfig.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist"
|
|
135
134
|
}
|
|
136
135
|
}
|