fluid-framework 2.0.0-internal.1.4.1 → 2.0.0-internal.2.0.0

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 +95 -21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fluid-framework",
3
- "version": "2.0.0-internal.1.4.1",
3
+ "version": "2.0.0-internal.2.0.0",
4
4
  "description": "The main entry point into Fluid Framework public packages",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -35,15 +35,15 @@
35
35
  "typetests:gen": "fluid-type-validator -g -d ."
36
36
  },
37
37
  "dependencies": {
38
- "@fluidframework/container-definitions": "^2.0.0-internal.1.4.1",
39
- "@fluidframework/container-loader": "^2.0.0-internal.1.4.1",
40
- "@fluidframework/fluid-static": "^2.0.0-internal.1.4.1",
41
- "@fluidframework/map": "^2.0.0-internal.1.4.1",
42
- "@fluidframework/sequence": "^2.0.0-internal.1.4.1"
38
+ "@fluidframework/container-definitions": "^2.0.0-internal.2.0.0",
39
+ "@fluidframework/container-loader": "^2.0.0-internal.2.0.0",
40
+ "@fluidframework/fluid-static": "^2.0.0-internal.2.0.0",
41
+ "@fluidframework/map": "^2.0.0-internal.2.0.0",
42
+ "@fluidframework/sequence": "^2.0.0-internal.2.0.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@fluidframework/build-common": "^1.0.0",
46
- "@fluidframework/build-tools": "^0.4.4000",
46
+ "@fluidframework/build-tools": "^0.4.6000",
47
47
  "@fluidframework/eslint-config-fluid": "^1.0.0",
48
48
  "@microsoft/api-extractor": "^7.22.2",
49
49
  "@rushstack/eslint-config": "^2.5.1",
@@ -52,7 +52,7 @@
52
52
  "copyfiles": "^2.4.1",
53
53
  "cross-env": "^7.0.2",
54
54
  "eslint": "~8.6.0",
55
- "fluid-framework-previous": "npm:fluid-framework@^1.0.0",
55
+ "fluid-framework-previous": "npm:fluid-framework@>=2.0.0-internal.1.4.0 <2.0.0-internal.2.0.0",
56
56
  "rimraf": "^2.6.2",
57
57
  "typescript": "~4.5.5",
58
58
  "typescript-formatter": "7.1.0"
@@ -60,14 +60,12 @@
60
60
  "typeValidation": {
61
61
  "version": "2.0.0",
62
62
  "broken": {
63
- "ClassDeclaration_IntervalCollection": {
64
- "backCompat": false
65
- },
66
- "ClassDeclaration_SequenceInterval": {
63
+ "InterfaceDeclaration_ISharedIntervalCollection": {
67
64
  "backCompat": false
68
65
  },
69
66
  "InterfaceDeclaration_ISharedString": {
70
- "backCompat": false
67
+ "backCompat": false,
68
+ "forwardCompat": false
71
69
  },
72
70
  "ClassDeclaration_SequenceEvent": {
73
71
  "backCompat": false
@@ -75,11 +73,15 @@
75
73
  "ClassDeclaration_SequenceDeltaEvent": {
76
74
  "backCompat": false
77
75
  },
76
+ "ClassDeclaration_SharedIntervalCollection": {
77
+ "backCompat": false
78
+ },
78
79
  "ClassDeclaration_SequenceMaintenanceEvent": {
79
80
  "backCompat": false
80
81
  },
81
82
  "ClassDeclaration_SharedString": {
82
- "backCompat": false
83
+ "backCompat": false,
84
+ "forwardCompat": false
83
85
  },
84
86
  "ClassDeclaration_SharedNumberSequence": {
85
87
  "backCompat": false
@@ -88,22 +90,91 @@
88
90
  "backCompat": false
89
91
  },
90
92
  "ClassDeclaration_SharedSegmentSequence": {
91
- "backCompat": false
93
+ "backCompat": false,
94
+ "forwardCompat": false
92
95
  },
93
96
  "ClassDeclaration_SharedSequence": {
94
- "backCompat": false
97
+ "backCompat": false,
98
+ "forwardCompat": false
95
99
  },
96
- "TypeAliasDeclaration_SharedStringSegment": {
97
- "backCompat": false
100
+ "RemovedTypeAliasDeclaration_MatrixSegment": {
101
+ "backCompat": false,
102
+ "forwardCompat": false
98
103
  },
99
- "ClassDeclaration_SparseMatrix": {
100
- "backCompat": false
104
+ "RemovedVariableDeclaration_maxCellPosition": {
105
+ "backCompat": false,
106
+ "forwardCompat": false
107
+ },
108
+ "RemovedVariableDeclaration_maxCol": {
109
+ "backCompat": false,
110
+ "forwardCompat": false
111
+ },
112
+ "RemovedVariableDeclaration_maxCols": {
113
+ "backCompat": false,
114
+ "forwardCompat": false
115
+ },
116
+ "RemovedVariableDeclaration_maxRow": {
117
+ "backCompat": false,
118
+ "forwardCompat": false
119
+ },
120
+ "RemovedVariableDeclaration_maxRows": {
121
+ "backCompat": false,
122
+ "forwardCompat": false
123
+ },
124
+ "RemovedClassDeclaration_PaddingSegment": {
125
+ "backCompat": false,
126
+ "forwardCompat": false
127
+ },
128
+ "RemovedFunctionDeclaration_positionToRowCol": {
129
+ "backCompat": false,
130
+ "forwardCompat": false
131
+ },
132
+ "RemovedVariableDeclaration_rowColToPosition": {
133
+ "backCompat": false,
134
+ "forwardCompat": false
135
+ },
136
+ "RemovedClassDeclaration_RunSegment": {
137
+ "backCompat": false,
138
+ "forwardCompat": false
139
+ },
140
+ "RemovedClassDeclaration_SparseMatrix": {
141
+ "backCompat": false,
142
+ "forwardCompat": false
143
+ },
144
+ "RemovedClassDeclaration_SparseMatrixFactory": {
145
+ "backCompat": false,
146
+ "forwardCompat": false
147
+ },
148
+ "RemovedTypeAliasDeclaration_SparseMatrixItem": {
149
+ "backCompat": false,
150
+ "forwardCompat": false
101
151
  },
102
152
  "RemovedEnumDeclaration_ConnectionState": {
103
153
  "forwardCompat": false,
104
154
  "backCompat": false
105
155
  },
106
- "EnumDeclaration_ConnectionState": {
156
+ "RemovedClassDeclaration_SharedIntervalCollection": {
157
+ "backCompat": false,
158
+ "forwardCompat": false
159
+ },
160
+ "RemovedClassDeclaration_SharedIntervalCollectionFactory": {
161
+ "backCompat": false,
162
+ "forwardCompat": false
163
+ },
164
+ "RemovedClassDeclaration_SharedNumberSequence": {
165
+ "backCompat": false,
166
+ "forwardCompat": false
167
+ },
168
+ "RemovedClassDeclaration_SharedNumberSequenceFactory": {
169
+ "backCompat": false,
170
+ "forwardCompat": false
171
+ },
172
+ "RemovedClassDeclaration_SharedObjectSequence": {
173
+ "backCompat": false,
174
+ "forwardCompat": false
175
+ },
176
+ "RemovedClassDeclaration_SharedObjectSequenceFactory": {
177
+ "backCompat": false,
107
178
  "forwardCompat": false
108
179
  },
109
180
  "RemovedInterfaceDeclaration_IDirectoryClearOperation": {
@@ -141,6 +212,9 @@
141
212
  "RemovedInterfaceDeclaration_ILocalValue": {
142
213
  "forwardCompat": false,
143
214
  "backCompat": false
215
+ },
216
+ "ClassDeclaration_Interval": {
217
+ "backCompat": false
144
218
  }
145
219
  }
146
220
  }