@fluidframework/matrix 2.33.0-333010 → 2.33.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/matrix
2
2
 
3
+ ## 2.33.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.32.0
4
8
 
5
9
  Dependency updates only.
@@ -4,7 +4,7 @@
4
4
 
5
5
  ```ts
6
6
 
7
- // @alpha (undocumented)
7
+ // @alpha @legacy (undocumented)
8
8
  export interface IRevertible {
9
9
  // (undocumented)
10
10
  discard(): void;
@@ -12,7 +12,7 @@ export interface IRevertible {
12
12
  revert(): void;
13
13
  }
14
14
 
15
- // @alpha (undocumented)
15
+ // @alpha @legacy (undocumented)
16
16
  export interface ISharedMatrix<T = any> extends IEventProvider<ISharedMatrixEvents<T>>, IMatrixProducer<MatrixItem<T>>, IMatrixReader<MatrixItem<T>>, IMatrixWriter<MatrixItem<T>>, IChannel {
17
17
  insertCols(colStart: number, count: number): void;
18
18
  insertRows(rowStart: number, count: number): void;
@@ -24,27 +24,27 @@ export interface ISharedMatrix<T = any> extends IEventProvider<ISharedMatrixEven
24
24
  switchSetCellPolicy(): void;
25
25
  }
26
26
 
27
- // @alpha
27
+ // @alpha @legacy
28
28
  export interface ISharedMatrixEvents<T> extends IEvent {
29
29
  (event: "conflict", listener: (row: number, col: number, currentValue: MatrixItem<T>, conflictingValue: MatrixItem<T>, target: IEventThisPlaceHolder) => void): void;
30
30
  }
31
31
 
32
- // @alpha (undocumented)
32
+ // @alpha @legacy (undocumented)
33
33
  export interface IUndoConsumer {
34
34
  // (undocumented)
35
35
  pushToCurrentOperation(revertible: IRevertible): void;
36
36
  }
37
37
 
38
- // @alpha
38
+ // @alpha @legacy
39
39
  export type MatrixItem<T> = Serializable<Exclude<T, null>> | undefined;
40
40
 
41
- // @alpha
41
+ // @alpha @legacy
42
42
  export const SharedMatrix: ISharedObjectKind<ISharedMatrix<any>> & SharedObjectKind<ISharedMatrix<any>>;
43
43
 
44
- // @alpha
44
+ // @alpha @legacy
45
45
  export type SharedMatrix<T = any> = ISharedMatrix<T>;
46
46
 
47
- // @alpha @deprecated
47
+ // @alpha @deprecated @legacy
48
48
  export class SharedMatrixFactory implements IChannelFactory<ISharedMatrix> {
49
49
  // (undocumented)
50
50
  static readonly Attributes: IChannelAttributes;
@@ -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/matrix";
8
- export declare const pkgVersion = "2.33.0-333010";
8
+ export declare const pkgVersion = "2.33.0";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,2BAA2B,CAAC;AAChD,eAAO,MAAM,UAAU,kBAAkB,CAAC"}
1
+ {"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,2BAA2B,CAAC;AAChD,eAAO,MAAM,UAAU,WAAW,CAAC"}
@@ -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/matrix";
11
- exports.pkgVersion = "2.33.0-333010";
11
+ exports.pkgVersion = "2.33.0";
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,wBAAwB,CAAC;AACnC,QAAA,UAAU,GAAG,eAAe,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/matrix\";\nexport const pkgVersion = \"2.33.0-333010\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,wBAAwB,CAAC;AACnC,QAAA,UAAU,GAAG,QAAQ,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/matrix\";\nexport const pkgVersion = \"2.33.0\";\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/matrix";
8
- export declare const pkgVersion = "2.33.0-333010";
8
+ export declare const pkgVersion = "2.33.0";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,2BAA2B,CAAC;AAChD,eAAO,MAAM,UAAU,kBAAkB,CAAC"}
1
+ {"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,2BAA2B,CAAC;AAChD,eAAO,MAAM,UAAU,WAAW,CAAC"}
@@ -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/matrix";
8
- export const pkgVersion = "2.33.0-333010";
8
+ export const pkgVersion = "2.33.0";
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,wBAAwB,CAAC;AAChD,MAAM,CAAC,MAAM,UAAU,GAAG,eAAe,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/matrix\";\nexport const pkgVersion = \"2.33.0-333010\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,wBAAwB,CAAC;AAChD,MAAM,CAAC,MAAM,UAAU,GAAG,QAAQ,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/matrix\";\nexport const pkgVersion = \"2.33.0\";\n"]}
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.50.1"
8
+ "packageVersion": "7.52.5"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/matrix",
3
- "version": "2.33.0-333010",
3
+ "version": "2.33.0",
4
4
  "description": "Distributed matrix",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -69,17 +69,17 @@
69
69
  "temp-directory": "nyc/.nyc_output"
70
70
  },
71
71
  "dependencies": {
72
- "@fluid-internal/client-utils": "2.33.0-333010",
73
- "@fluidframework/core-interfaces": "2.33.0-333010",
74
- "@fluidframework/core-utils": "2.33.0-333010",
75
- "@fluidframework/datastore-definitions": "2.33.0-333010",
76
- "@fluidframework/driver-definitions": "2.33.0-333010",
77
- "@fluidframework/driver-utils": "2.33.0-333010",
78
- "@fluidframework/merge-tree": "2.33.0-333010",
79
- "@fluidframework/runtime-definitions": "2.33.0-333010",
80
- "@fluidframework/runtime-utils": "2.33.0-333010",
81
- "@fluidframework/shared-object-base": "2.33.0-333010",
82
- "@fluidframework/telemetry-utils": "2.33.0-333010",
72
+ "@fluid-internal/client-utils": "~2.33.0",
73
+ "@fluidframework/core-interfaces": "~2.33.0",
74
+ "@fluidframework/core-utils": "~2.33.0",
75
+ "@fluidframework/datastore-definitions": "~2.33.0",
76
+ "@fluidframework/driver-definitions": "~2.33.0",
77
+ "@fluidframework/driver-utils": "~2.33.0",
78
+ "@fluidframework/merge-tree": "~2.33.0",
79
+ "@fluidframework/runtime-definitions": "~2.33.0",
80
+ "@fluidframework/runtime-utils": "~2.33.0",
81
+ "@fluidframework/shared-object-base": "~2.33.0",
82
+ "@fluidframework/telemetry-utils": "~2.33.0",
83
83
  "@tiny-calc/nano": "0.0.0-alpha.5",
84
84
  "double-ended-queue": "^2.1.0-0",
85
85
  "tslib": "^1.10.0"
@@ -87,18 +87,18 @@
87
87
  "devDependencies": {
88
88
  "@arethetypeswrong/cli": "^0.17.1",
89
89
  "@biomejs/biome": "~1.9.3",
90
- "@fluid-internal/mocha-test-setup": "2.33.0-333010",
91
- "@fluid-private/stochastic-test-utils": "2.33.0-333010",
92
- "@fluid-private/test-dds-utils": "2.33.0-333010",
90
+ "@fluid-internal/mocha-test-setup": "~2.33.0",
91
+ "@fluid-private/stochastic-test-utils": "~2.33.0",
92
+ "@fluid-private/test-dds-utils": "~2.33.0",
93
93
  "@fluid-tools/benchmark": "^0.50.0",
94
94
  "@fluid-tools/build-cli": "^0.55.0",
95
95
  "@fluidframework/build-common": "^2.0.3",
96
96
  "@fluidframework/build-tools": "^0.55.0",
97
- "@fluidframework/container-definitions": "2.33.0-333010",
97
+ "@fluidframework/container-definitions": "~2.33.0",
98
98
  "@fluidframework/eslint-config-fluid": "^5.7.3",
99
- "@fluidframework/matrix-previous": "npm:@fluidframework/matrix@2.31.0",
100
- "@fluidframework/test-runtime-utils": "2.33.0-333010",
101
- "@microsoft/api-extractor": "7.50.1",
99
+ "@fluidframework/matrix-previous": "npm:@fluidframework/matrix@2.32.0",
100
+ "@fluidframework/test-runtime-utils": "~2.33.0",
101
+ "@microsoft/api-extractor": "7.52.5",
102
102
  "@tiny-calc/micro": "0.0.0-alpha.5",
103
103
  "@types/double-ended-queue": "^2.1.0",
104
104
  "@types/mocha": "^10.0.10",
@@ -112,8 +112,6 @@
112
112
  "hotloop": "^1.2.0",
113
113
  "mocha": "^10.8.2",
114
114
  "mocha-multi-reporters": "^1.5.1",
115
- "moment": "^2.21.0",
116
- "replace-in-file": "^6.3.5",
117
115
  "rimraf": "^4.4.0",
118
116
  "ts-node": "^10.9.1",
119
117
  "typescript": "~5.4.5"
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/matrix";
9
- export const pkgVersion = "2.33.0-333010";
9
+ export const pkgVersion = "2.33.0";