@fluidframework/merge-tree 2.0.0-rc.3.0.2 → 2.0.0-rc.3.0.4
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 +23 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/merge-tree",
|
|
3
|
-
"version": "2.0.0-rc.3.0.
|
|
3
|
+
"version": "2.0.0-rc.3.0.4",
|
|
4
4
|
"description": "Merge tree",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -44,13 +44,15 @@
|
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
46
|
"./internal/test": {
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
"
|
|
53
|
-
|
|
47
|
+
"allow-ff-test-exports": {
|
|
48
|
+
"import": {
|
|
49
|
+
"types": "./lib/test/index.d.ts",
|
|
50
|
+
"default": "./lib/test/index.js"
|
|
51
|
+
},
|
|
52
|
+
"require": {
|
|
53
|
+
"types": "./dist/test/index.d.ts",
|
|
54
|
+
"default": "./dist/test/index.js"
|
|
55
|
+
}
|
|
54
56
|
}
|
|
55
57
|
}
|
|
56
58
|
},
|
|
@@ -77,30 +79,30 @@
|
|
|
77
79
|
"temp-directory": "nyc/.nyc_output"
|
|
78
80
|
},
|
|
79
81
|
"dependencies": {
|
|
80
|
-
"@fluid-internal/client-utils": ">=2.0.0-rc.3.0.
|
|
81
|
-
"@fluidframework/container-definitions": ">=2.0.0-rc.3.0.
|
|
82
|
-
"@fluidframework/core-interfaces": ">=2.0.0-rc.3.0.
|
|
83
|
-
"@fluidframework/core-utils": ">=2.0.0-rc.3.0.
|
|
84
|
-
"@fluidframework/datastore-definitions": ">=2.0.0-rc.3.0.
|
|
82
|
+
"@fluid-internal/client-utils": ">=2.0.0-rc.3.0.4 <2.0.0-rc.3.1.0",
|
|
83
|
+
"@fluidframework/container-definitions": ">=2.0.0-rc.3.0.4 <2.0.0-rc.3.1.0",
|
|
84
|
+
"@fluidframework/core-interfaces": ">=2.0.0-rc.3.0.4 <2.0.0-rc.3.1.0",
|
|
85
|
+
"@fluidframework/core-utils": ">=2.0.0-rc.3.0.4 <2.0.0-rc.3.1.0",
|
|
86
|
+
"@fluidframework/datastore-definitions": ">=2.0.0-rc.3.0.4 <2.0.0-rc.3.1.0",
|
|
85
87
|
"@fluidframework/protocol-definitions": "^3.2.0",
|
|
86
|
-
"@fluidframework/runtime-definitions": ">=2.0.0-rc.3.0.
|
|
87
|
-
"@fluidframework/runtime-utils": ">=2.0.0-rc.3.0.
|
|
88
|
-
"@fluidframework/shared-object-base": ">=2.0.0-rc.3.0.
|
|
89
|
-
"@fluidframework/telemetry-utils": ">=2.0.0-rc.3.0.
|
|
88
|
+
"@fluidframework/runtime-definitions": ">=2.0.0-rc.3.0.4 <2.0.0-rc.3.1.0",
|
|
89
|
+
"@fluidframework/runtime-utils": ">=2.0.0-rc.3.0.4 <2.0.0-rc.3.1.0",
|
|
90
|
+
"@fluidframework/shared-object-base": ">=2.0.0-rc.3.0.4 <2.0.0-rc.3.1.0",
|
|
91
|
+
"@fluidframework/telemetry-utils": ">=2.0.0-rc.3.0.4 <2.0.0-rc.3.1.0"
|
|
90
92
|
},
|
|
91
93
|
"devDependencies": {
|
|
92
94
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
93
95
|
"@biomejs/biome": "^1.6.2",
|
|
94
|
-
"@fluid-internal/mocha-test-setup": ">=2.0.0-rc.3.0.
|
|
95
|
-
"@fluid-private/stochastic-test-utils": ">=2.0.0-rc.3.0.
|
|
96
|
-
"@fluid-private/test-pairwise-generator": ">=2.0.0-rc.3.0.
|
|
96
|
+
"@fluid-internal/mocha-test-setup": ">=2.0.0-rc.3.0.4 <2.0.0-rc.3.1.0",
|
|
97
|
+
"@fluid-private/stochastic-test-utils": ">=2.0.0-rc.3.0.4 <2.0.0-rc.3.1.0",
|
|
98
|
+
"@fluid-private/test-pairwise-generator": ">=2.0.0-rc.3.0.4 <2.0.0-rc.3.1.0",
|
|
97
99
|
"@fluid-tools/benchmark": "^0.48.0",
|
|
98
100
|
"@fluid-tools/build-cli": "^0.37.0",
|
|
99
101
|
"@fluidframework/build-common": "^2.0.3",
|
|
100
102
|
"@fluidframework/build-tools": "^0.37.0",
|
|
101
103
|
"@fluidframework/eslint-config-fluid": "^5.1.0",
|
|
102
104
|
"@fluidframework/merge-tree-previous": "npm:@fluidframework/merge-tree@2.0.0-internal.8.0.0",
|
|
103
|
-
"@fluidframework/test-runtime-utils": ">=2.0.0-rc.3.0.
|
|
105
|
+
"@fluidframework/test-runtime-utils": ">=2.0.0-rc.3.0.4 <2.0.0-rc.3.1.0",
|
|
104
106
|
"@microsoft/api-extractor": "^7.42.3",
|
|
105
107
|
"@types/diff": "^3.5.1",
|
|
106
108
|
"@types/mocha": "^9.1.1",
|