@fluidframework/sequence 2.0.0-internal.2.0.0 → 2.0.0-internal.2.0.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.
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export declare const pkgName = "@fluidframework/sequence";
8
- export declare const pkgVersion = "2.0.0-internal.2.0.0";
8
+ export declare const pkgVersion = "2.0.0-internal.2.0.2";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -8,5 +8,5 @@
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  exports.pkgVersion = exports.pkgName = void 0;
10
10
  exports.pkgName = "@fluidframework/sequence";
11
- exports.pkgVersion = "2.0.0-internal.2.0.0";
11
+ exports.pkgVersion = "2.0.0-internal.2.0.2";
12
12
  //# sourceMappingURL=packageVersion.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,0BAA0B,CAAC;AACrC,QAAA,UAAU,GAAG,sBAAsB,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/sequence\";\nexport const pkgVersion = \"2.0.0-internal.2.0.0\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,0BAA0B,CAAC;AACrC,QAAA,UAAU,GAAG,sBAAsB,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/sequence\";\nexport const pkgVersion = \"2.0.0-internal.2.0.2\";\n"]}
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export declare const pkgName = "@fluidframework/sequence";
8
- export declare const pkgVersion = "2.0.0-internal.2.0.0";
8
+ export declare const pkgVersion = "2.0.0-internal.2.0.2";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export const pkgName = "@fluidframework/sequence";
8
- export const pkgVersion = "2.0.0-internal.2.0.0";
8
+ export const pkgVersion = "2.0.0-internal.2.0.2";
9
9
  //# sourceMappingURL=packageVersion.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,0BAA0B,CAAC;AAClD,MAAM,CAAC,MAAM,UAAU,GAAG,sBAAsB,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/sequence\";\nexport const pkgVersion = \"2.0.0-internal.2.0.0\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,0BAA0B,CAAC;AAClD,MAAM,CAAC,MAAM,UAAU,GAAG,sBAAsB,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/sequence\";\nexport const pkgVersion = \"2.0.0-internal.2.0.2\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/sequence",
3
- "version": "2.0.0-internal.2.0.0",
3
+ "version": "2.0.0-internal.2.0.2",
4
4
  "description": "Distributed sequence",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -68,29 +68,29 @@
68
68
  "dependencies": {
69
69
  "@fluidframework/common-definitions": "^0.20.1",
70
70
  "@fluidframework/common-utils": "^1.0.0",
71
- "@fluidframework/container-utils": "^2.0.0-internal.2.0.0",
72
- "@fluidframework/core-interfaces": "^2.0.0-internal.2.0.0",
73
- "@fluidframework/datastore-definitions": "^2.0.0-internal.2.0.0",
74
- "@fluidframework/merge-tree": "^2.0.0-internal.2.0.0",
71
+ "@fluidframework/container-utils": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
72
+ "@fluidframework/core-interfaces": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
73
+ "@fluidframework/datastore-definitions": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
74
+ "@fluidframework/merge-tree": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
75
75
  "@fluidframework/protocol-definitions": "^1.1.0",
76
- "@fluidframework/runtime-definitions": "^2.0.0-internal.2.0.0",
77
- "@fluidframework/runtime-utils": "^2.0.0-internal.2.0.0",
78
- "@fluidframework/shared-object-base": "^2.0.0-internal.2.0.0",
79
- "@fluidframework/telemetry-utils": "^2.0.0-internal.2.0.0",
76
+ "@fluidframework/runtime-definitions": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
77
+ "@fluidframework/runtime-utils": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
78
+ "@fluidframework/shared-object-base": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
79
+ "@fluidframework/telemetry-utils": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
80
80
  "uuid": "^8.3.1"
81
81
  },
82
82
  "devDependencies": {
83
- "@fluid-internal/stochastic-test-utils": "^2.0.0-internal.2.0.0",
84
- "@fluid-internal/test-dds-utils": "^2.0.0-internal.2.0.0",
83
+ "@fluid-internal/stochastic-test-utils": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
84
+ "@fluid-internal/test-dds-utils": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
85
85
  "@fluid-tools/benchmark": "^0.43.0",
86
86
  "@fluidframework/build-common": "^1.0.0",
87
87
  "@fluidframework/build-tools": "^0.4.6000",
88
88
  "@fluidframework/eslint-config-fluid": "^1.0.0",
89
89
  "@fluidframework/gitresources": "^0.1038.2000",
90
- "@fluidframework/mocha-test-setup": "^2.0.0-internal.2.0.0",
91
- "@fluidframework/sequence-previous": "npm:@fluidframework/sequence@>=2.0.0-internal.1.4.0 <2.0.0-internal.2.0.0",
90
+ "@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
91
+ "@fluidframework/sequence-previous": "npm:@fluidframework/sequence@2.0.0-internal.2.0.0",
92
92
  "@fluidframework/server-services-client": "^0.1038.2000",
93
- "@fluidframework/test-runtime-utils": "^2.0.0-internal.2.0.0",
93
+ "@fluidframework/test-runtime-utils": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
94
94
  "@microsoft/api-extractor": "^7.22.2",
95
95
  "@rushstack/eslint-config": "^2.5.1",
96
96
  "@types/diff": "^3.5.1",
@@ -110,119 +110,7 @@
110
110
  "typescript-formatter": "7.1.0"
111
111
  },
112
112
  "typeValidation": {
113
- "version": "2.0.0",
114
- "broken": {
115
- "InterfaceDeclaration_ISharedIntervalCollection": {
116
- "backCompat": false
117
- },
118
- "RemovedClassDeclaration_SharedNumberSequence": {
119
- "backCompat": false,
120
- "forwardCompat": false
121
- },
122
- "RemovedClassDeclaration_SharedNumberSequenceFactory": {
123
- "backCompat": false,
124
- "forwardCompat": false
125
- },
126
- "RemovedClassDeclaration_SharedObjectSequence": {
127
- "backCompat": false,
128
- "forwardCompat": false
129
- },
130
- "RemovedClassDeclaration_SharedObjectSequenceFactory": {
131
- "backCompat": false,
132
- "forwardCompat": false
133
- },
134
- "RemovedTypeAliasDeclaration_MatrixSegment": {
135
- "backCompat": false,
136
- "forwardCompat": false
137
- },
138
- "RemovedVariableDeclaration_maxCellPosition": {
139
- "backCompat": false,
140
- "forwardCompat": false
141
- },
142
- "RemovedVariableDeclaration_maxCol": {
143
- "backCompat": false,
144
- "forwardCompat": false
145
- },
146
- "RemovedVariableDeclaration_maxCols": {
147
- "backCompat": false,
148
- "forwardCompat": false
149
- },
150
- "RemovedVariableDeclaration_maxRow": {
151
- "backCompat": false,
152
- "forwardCompat": false
153
- },
154
- "RemovedVariableDeclaration_maxRows": {
155
- "backCompat": false,
156
- "forwardCompat": false
157
- },
158
- "RemovedClassDeclaration_PaddingSegment": {
159
- "backCompat": false,
160
- "forwardCompat": false
161
- },
162
- "RemovedFunctionDeclaration_positionToRowCol": {
163
- "backCompat": false,
164
- "forwardCompat": false
165
- },
166
- "RemovedVariableDeclaration_rowColToPosition": {
167
- "backCompat": false,
168
- "forwardCompat": false
169
- },
170
- "RemovedClassDeclaration_RunSegment": {
171
- "backCompat": false,
172
- "forwardCompat": false
173
- },
174
- "RemovedClassDeclaration_SparseMatrix": {
175
- "backCompat": false,
176
- "forwardCompat": false
177
- },
178
- "RemovedClassDeclaration_SparseMatrixFactory": {
179
- "backCompat": false,
180
- "forwardCompat": false
181
- },
182
- "RemovedTypeAliasDeclaration_SparseMatrixItem": {
183
- "backCompat": false,
184
- "forwardCompat": false
185
- },
186
- "InterfaceDeclaration_ISharedString": {
187
- "backCompat": false,
188
- "forwardCompat": false
189
- },
190
- "ClassDeclaration_SequenceEvent": {
191
- "backCompat": false
192
- },
193
- "ClassDeclaration_SequenceDeltaEvent": {
194
- "backCompat": false
195
- },
196
- "ClassDeclaration_SharedIntervalCollection": {
197
- "backCompat": false
198
- },
199
- "ClassDeclaration_SequenceMaintenanceEvent": {
200
- "backCompat": false
201
- },
202
- "ClassDeclaration_SharedNumberSequence": {
203
- "backCompat": false
204
- },
205
- "ClassDeclaration_SharedObjectSequence": {
206
- "backCompat": false
207
- },
208
- "ClassDeclaration_SharedSegmentSequence": {
209
- "backCompat": false,
210
- "forwardCompat": false
211
- },
212
- "ClassDeclaration_SharedSequence": {
213
- "backCompat": false,
214
- "forwardCompat": false
215
- },
216
- "ClassDeclaration_SharedString": {
217
- "backCompat": false,
218
- "forwardCompat": false
219
- },
220
- "ClassDeclaration_SparseMatrix": {
221
- "backCompat": false
222
- },
223
- "ClassDeclaration_Interval": {
224
- "backCompat": false
225
- }
226
- }
113
+ "version": "2.0.0-internal.2.0.1",
114
+ "broken": {}
227
115
  }
228
116
  }
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/sequence";
9
- export const pkgVersion = "2.0.0-internal.2.0.0";
9
+ export const pkgVersion = "2.0.0-internal.2.0.2";