fluid-framework 2.0.0-internal.2.0.0 → 2.0.0-internal.2.0.1

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 +10 -167
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fluid-framework",
3
- "version": "2.0.0-internal.2.0.0",
3
+ "version": "2.0.0-internal.2.0.1",
4
4
  "description": "The main entry point into Fluid Framework public packages",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -35,11 +35,11 @@
35
35
  "typetests:gen": "fluid-type-validator -g -d ."
36
36
  },
37
37
  "dependencies": {
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"
38
+ "@fluidframework/container-definitions": ">=2.0.0-internal.2.0.1 <2.0.0-internal.3.0.0",
39
+ "@fluidframework/container-loader": ">=2.0.0-internal.2.0.1 <2.0.0-internal.3.0.0",
40
+ "@fluidframework/fluid-static": ">=2.0.0-internal.2.0.1 <2.0.0-internal.3.0.0",
41
+ "@fluidframework/map": ">=2.0.0-internal.2.0.1 <2.0.0-internal.3.0.0",
42
+ "@fluidframework/sequence": ">=2.0.0-internal.2.0.1 <2.0.0-internal.3.0.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@fluidframework/build-common": "^1.0.0",
@@ -52,170 +52,13 @@
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@>=2.0.0-internal.1.4.0 <2.0.0-internal.2.0.0",
55
+ "fluid-framework-previous": "npm:fluid-framework@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"
59
59
  },
60
60
  "typeValidation": {
61
- "version": "2.0.0",
62
- "broken": {
63
- "InterfaceDeclaration_ISharedIntervalCollection": {
64
- "backCompat": false
65
- },
66
- "InterfaceDeclaration_ISharedString": {
67
- "backCompat": false,
68
- "forwardCompat": false
69
- },
70
- "ClassDeclaration_SequenceEvent": {
71
- "backCompat": false
72
- },
73
- "ClassDeclaration_SequenceDeltaEvent": {
74
- "backCompat": false
75
- },
76
- "ClassDeclaration_SharedIntervalCollection": {
77
- "backCompat": false
78
- },
79
- "ClassDeclaration_SequenceMaintenanceEvent": {
80
- "backCompat": false
81
- },
82
- "ClassDeclaration_SharedString": {
83
- "backCompat": false,
84
- "forwardCompat": false
85
- },
86
- "ClassDeclaration_SharedNumberSequence": {
87
- "backCompat": false
88
- },
89
- "ClassDeclaration_SharedObjectSequence": {
90
- "backCompat": false
91
- },
92
- "ClassDeclaration_SharedSegmentSequence": {
93
- "backCompat": false,
94
- "forwardCompat": false
95
- },
96
- "ClassDeclaration_SharedSequence": {
97
- "backCompat": false,
98
- "forwardCompat": false
99
- },
100
- "RemovedTypeAliasDeclaration_MatrixSegment": {
101
- "backCompat": false,
102
- "forwardCompat": false
103
- },
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
151
- },
152
- "RemovedEnumDeclaration_ConnectionState": {
153
- "forwardCompat": false,
154
- "backCompat": false
155
- },
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,
178
- "forwardCompat": false
179
- },
180
- "RemovedInterfaceDeclaration_IDirectoryClearOperation": {
181
- "forwardCompat": false,
182
- "backCompat": false
183
- },
184
- "RemovedInterfaceDeclaration_IDirectoryCreateSubDirectoryOperation": {
185
- "forwardCompat": false,
186
- "backCompat": false
187
- },
188
- "RemovedInterfaceDeclaration_IDirectoryDeleteOperation": {
189
- "forwardCompat": false,
190
- "backCompat": false
191
- },
192
- "RemovedInterfaceDeclaration_IDirectoryDeleteSubDirectoryOperation": {
193
- "forwardCompat": false,
194
- "backCompat": false
195
- },
196
- "RemovedTypeAliasDeclaration_IDirectoryKeyOperation": {
197
- "forwardCompat": false,
198
- "backCompat": false
199
- },
200
- "RemovedInterfaceDeclaration_IDirectorySetOperation": {
201
- "forwardCompat": false,
202
- "backCompat": false
203
- },
204
- "RemovedTypeAliasDeclaration_IDirectoryStorageOperation": {
205
- "forwardCompat": false,
206
- "backCompat": false
207
- },
208
- "RemovedTypeAliasDeclaration_IDirectorySubDirectoryOperation": {
209
- "forwardCompat": false,
210
- "backCompat": false
211
- },
212
- "RemovedInterfaceDeclaration_ILocalValue": {
213
- "forwardCompat": false,
214
- "backCompat": false
215
- },
216
- "ClassDeclaration_Interval": {
217
- "backCompat": false
218
- }
219
- }
61
+ "version": "2.0.0-internal.2.0.1",
62
+ "broken": {}
220
63
  }
221
- }
64
+ }