@fluidframework/merge-tree 2.0.0-internal.4.1.0 → 2.0.0-internal.4.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.
Files changed (1) hide show
  1. package/package.json +15 -70
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/merge-tree",
3
- "version": "2.0.0-internal.4.1.0",
3
+ "version": "2.0.0-internal.4.1.2",
4
4
  "description": "Merge tree",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -37,27 +37,27 @@
37
37
  "dependencies": {
38
38
  "@fluidframework/common-definitions": "^0.20.1",
39
39
  "@fluidframework/common-utils": "^1.1.1",
40
- "@fluidframework/container-definitions": ">=2.0.0-internal.4.1.0 <2.0.0-internal.4.2.0",
41
- "@fluidframework/container-utils": ">=2.0.0-internal.4.1.0 <2.0.0-internal.4.2.0",
42
- "@fluidframework/core-interfaces": ">=2.0.0-internal.4.1.0 <2.0.0-internal.4.2.0",
43
- "@fluidframework/datastore-definitions": ">=2.0.0-internal.4.1.0 <2.0.0-internal.4.2.0",
40
+ "@fluidframework/container-definitions": ">=2.0.0-internal.4.1.2 <2.0.0-internal.4.2.0",
41
+ "@fluidframework/container-utils": ">=2.0.0-internal.4.1.2 <2.0.0-internal.4.2.0",
42
+ "@fluidframework/core-interfaces": ">=2.0.0-internal.4.1.2 <2.0.0-internal.4.2.0",
43
+ "@fluidframework/datastore-definitions": ">=2.0.0-internal.4.1.2 <2.0.0-internal.4.2.0",
44
44
  "@fluidframework/protocol-definitions": "^1.1.0",
45
- "@fluidframework/runtime-definitions": ">=2.0.0-internal.4.1.0 <2.0.0-internal.4.2.0",
46
- "@fluidframework/runtime-utils": ">=2.0.0-internal.4.1.0 <2.0.0-internal.4.2.0",
47
- "@fluidframework/shared-object-base": ">=2.0.0-internal.4.1.0 <2.0.0-internal.4.2.0",
48
- "@fluidframework/telemetry-utils": ">=2.0.0-internal.4.1.0 <2.0.0-internal.4.2.0"
45
+ "@fluidframework/runtime-definitions": ">=2.0.0-internal.4.1.2 <2.0.0-internal.4.2.0",
46
+ "@fluidframework/runtime-utils": ">=2.0.0-internal.4.1.2 <2.0.0-internal.4.2.0",
47
+ "@fluidframework/shared-object-base": ">=2.0.0-internal.4.1.2 <2.0.0-internal.4.2.0",
48
+ "@fluidframework/telemetry-utils": ">=2.0.0-internal.4.1.2 <2.0.0-internal.4.2.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@fluid-internal/stochastic-test-utils": ">=2.0.0-internal.4.1.0 <2.0.0-internal.4.2.0",
52
- "@fluid-internal/test-pairwise-generator": ">=2.0.0-internal.4.1.0 <2.0.0-internal.4.2.0",
51
+ "@fluid-internal/stochastic-test-utils": ">=2.0.0-internal.4.1.2 <2.0.0-internal.4.2.0",
52
+ "@fluid-internal/test-pairwise-generator": ">=2.0.0-internal.4.1.2 <2.0.0-internal.4.2.0",
53
53
  "@fluid-tools/benchmark": "^0.47.0",
54
54
  "@fluid-tools/build-cli": "^0.15.0",
55
55
  "@fluidframework/build-common": "^1.1.0",
56
56
  "@fluidframework/build-tools": "^0.15.0",
57
57
  "@fluidframework/eslint-config-fluid": "^2.0.0",
58
- "@fluidframework/merge-tree-previous": "npm:@fluidframework/merge-tree@2.0.0-internal.4.0.0",
59
- "@fluidframework/mocha-test-setup": ">=2.0.0-internal.4.1.0 <2.0.0-internal.4.2.0",
60
- "@fluidframework/test-runtime-utils": ">=2.0.0-internal.4.1.0 <2.0.0-internal.4.2.0",
58
+ "@fluidframework/merge-tree-previous": "npm:@fluidframework/merge-tree@2.0.0-internal.4.1.0",
59
+ "@fluidframework/mocha-test-setup": ">=2.0.0-internal.4.1.2 <2.0.0-internal.4.2.0",
60
+ "@fluidframework/test-runtime-utils": ">=2.0.0-internal.4.1.2 <2.0.0-internal.4.2.0",
61
61
  "@microsoft/api-extractor": "^7.34.4",
62
62
  "@types/diff": "^3.5.1",
63
63
  "@types/mocha": "^9.1.1",
@@ -78,62 +78,7 @@
78
78
  "typescript": "~4.5.5"
79
79
  },
80
80
  "typeValidation": {
81
- "broken": {
82
- "ClassDeclaration_BaseSegment": {
83
- "forwardCompat": false
84
- },
85
- "InterfaceDeclaration_IAttributionCollection": {
86
- "forwardCompat": false
87
- },
88
- "InterfaceDeclaration_IHierBlock": {
89
- "forwardCompat": false
90
- },
91
- "InterfaceDeclaration_SerializedAttributionCollection": {
92
- "backCompat": false
93
- },
94
- "InterfaceDeclaration_IMergeBlock": {
95
- "forwardCompat": false
96
- },
97
- "TypeAliasDeclaration_IMergeNode": {
98
- "forwardCompat": false
99
- },
100
- "InterfaceDeclaration_IMergeNodeCommon": {
101
- "forwardCompat": false
102
- },
103
- "ClassDeclaration_IncrementalMapState": {
104
- "forwardCompat": false
105
- },
106
- "InterfaceDeclaration_InsertContext": {
107
- "forwardCompat": false
108
- },
109
- "InterfaceDeclaration_ISegmentChanges": {
110
- "forwardCompat": false
111
- },
112
- "ClassDeclaration_Marker": {
113
- "forwardCompat": false
114
- },
115
- "ClassDeclaration_MergeBlock": {
116
- "forwardCompat": false
117
- },
118
- "ClassDeclaration_MergeNode": {
119
- "forwardCompat": false
120
- },
121
- "ClassDeclaration_PropertiesManager": {
122
- "forwardCompat": false
123
- },
124
- "InterfaceDeclaration_IConsensusInfo": {
125
- "forwardCompat": false
126
- },
127
- "TypeAliasDeclaration_SortedSegmentSetItem": {
128
- "forwardCompat": false
129
- },
130
- "ClassDeclaration_TextSegment": {
131
- "forwardCompat": false
132
- },
133
- "TypeAliasDeclaration_MergeTreeDeltaRevertible": {
134
- "backCompat": false
135
- }
136
- }
81
+ "broken": {}
137
82
  },
138
83
  "scripts": {
139
84
  "build": "concurrently npm:build:compile npm:lint && npm run build:docs",