@fluidframework/merge-tree 2.0.0-internal.2.1.0 → 2.0.0-internal.2.1.2
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 +21 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/merge-tree",
|
|
3
|
-
"version": "2.0.0-internal.2.1.
|
|
3
|
+
"version": "2.0.0-internal.2.1.2",
|
|
4
4
|
"description": "Merge tree",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -36,7 +36,8 @@
|
|
|
36
36
|
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
|
|
37
37
|
"test:stress": "cross-env FUZZ_STRESS_RUN=1 FUZZ_TEST_COUNT=1 npm run test:mocha",
|
|
38
38
|
"tsc": "tsc",
|
|
39
|
-
"typetests:gen": "
|
|
39
|
+
"typetests:gen": "flub generate typetests --generate --dir .",
|
|
40
|
+
"typetests:prepare": "flub generate typetests --prepare --dir . --pin"
|
|
40
41
|
},
|
|
41
42
|
"nyc": {
|
|
42
43
|
"all": true,
|
|
@@ -61,25 +62,25 @@
|
|
|
61
62
|
"dependencies": {
|
|
62
63
|
"@fluidframework/common-definitions": "^0.20.1",
|
|
63
64
|
"@fluidframework/common-utils": "^1.0.0",
|
|
64
|
-
"@fluidframework/container-definitions": ">=2.0.0-internal.2.1.
|
|
65
|
-
"@fluidframework/container-utils": ">=2.0.0-internal.2.1.
|
|
66
|
-
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.
|
|
67
|
-
"@fluidframework/datastore-definitions": ">=2.0.0-internal.2.1.
|
|
65
|
+
"@fluidframework/container-definitions": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
|
|
66
|
+
"@fluidframework/container-utils": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
|
|
67
|
+
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
|
|
68
|
+
"@fluidframework/datastore-definitions": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
|
|
68
69
|
"@fluidframework/protocol-definitions": "^1.1.0",
|
|
69
|
-
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.1.
|
|
70
|
-
"@fluidframework/runtime-utils": ">=2.0.0-internal.2.1.
|
|
71
|
-
"@fluidframework/shared-object-base": ">=2.0.0-internal.2.1.
|
|
72
|
-
"@fluidframework/telemetry-utils": ">=2.0.0-internal.2.1.
|
|
70
|
+
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
|
|
71
|
+
"@fluidframework/runtime-utils": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
|
|
72
|
+
"@fluidframework/shared-object-base": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
|
|
73
|
+
"@fluidframework/telemetry-utils": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0"
|
|
73
74
|
},
|
|
74
75
|
"devDependencies": {
|
|
75
|
-
"@fluid-internal/stochastic-test-utils": ">=2.0.0-internal.2.1.
|
|
76
|
-
"@fluid-tools/build-cli": "^0.
|
|
76
|
+
"@fluid-internal/stochastic-test-utils": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
|
|
77
|
+
"@fluid-tools/build-cli": "^0.6.0",
|
|
77
78
|
"@fluidframework/build-common": "^1.1.0",
|
|
78
|
-
"@fluidframework/build-tools": "^0.
|
|
79
|
-
"@fluidframework/eslint-config-fluid": "^1.
|
|
80
|
-
"@fluidframework/merge-tree-previous": "npm:@fluidframework/merge-tree@2.0.0-internal.2.
|
|
81
|
-
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.1.
|
|
82
|
-
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.2.1.
|
|
79
|
+
"@fluidframework/build-tools": "^0.6.0",
|
|
80
|
+
"@fluidframework/eslint-config-fluid": "^1.2.0",
|
|
81
|
+
"@fluidframework/merge-tree-previous": "npm:@fluidframework/merge-tree@2.0.0-internal.2.1.1",
|
|
82
|
+
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
|
|
83
|
+
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
|
|
83
84
|
"@microsoft/api-extractor": "^7.22.2",
|
|
84
85
|
"@rushstack/eslint-config": "^2.5.1",
|
|
85
86
|
"@types/diff": "^3.5.1",
|
|
@@ -99,11 +100,8 @@
|
|
|
99
100
|
"typescript": "~4.5.5"
|
|
100
101
|
},
|
|
101
102
|
"typeValidation": {
|
|
102
|
-
"version": "2.0.0-internal.2.1.
|
|
103
|
-
"
|
|
104
|
-
|
|
105
|
-
"forwardCompat": false
|
|
106
|
-
}
|
|
107
|
-
}
|
|
103
|
+
"version": "2.0.0-internal.2.1.2",
|
|
104
|
+
"baselineRange": "2.0.0-internal.2.1.1",
|
|
105
|
+
"broken": {}
|
|
108
106
|
}
|
|
109
107
|
}
|