@fluid-internal/presence-runtime 2.93.0 → 2.101.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.
@@ -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 = "@fluid-internal/presence-runtime";
8
- export declare const pkgVersion = "2.93.0";
8
+ export declare const pkgVersion = "2.101.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,qCAAqC,CAAC;AAC1D,eAAO,MAAM,UAAU,WAAW,CAAC"}
1
+ {"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,qCAAqC,CAAC;AAC1D,eAAO,MAAM,UAAU,YAAY,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 = "@fluid-internal/presence-runtime";
11
- exports.pkgVersion = "2.93.0";
11
+ exports.pkgVersion = "2.101.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,kCAAkC,CAAC;AAC7C,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 = \"@fluid-internal/presence-runtime\";\nexport const pkgVersion = \"2.93.0\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,kCAAkC,CAAC;AAC7C,QAAA,UAAU,GAAG,SAAS,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 = \"@fluid-internal/presence-runtime\";\nexport const pkgVersion = \"2.101.0\";\n"]}
@@ -13,7 +13,7 @@ import type { ExtensionHost, ExtensionRuntimeProperties } from "../runtimeTypes.
13
13
  declare class ContainerPresenceManager implements ContainerExtension<ExtensionRuntimeProperties>, ReturnType<ContainerExtensionFactory<PresenceWithNotifications, ExtensionRuntimeProperties>["instantiateExtension"]> {
14
14
  readonly compatibility: {
15
15
  readonly generation: 1;
16
- readonly version: "2.93.0";
16
+ readonly version: "2.101.0";
17
17
  readonly capabilities: Set<never>;
18
18
  };
19
19
  readonly interface: PresenceWithNotifications;
@@ -2,17 +2,22 @@
2
2
  * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
3
  * Licensed under the MIT License.
4
4
  */
5
+ import type { LatestFactory, LatestMapFactory } from "@fluid-internal/presence-definitions";
5
6
  /**
6
7
  * Factory for creating presence State objects.
7
8
  *
8
9
  * @remarks
9
- * Use `latest` to create a {@link @fluidframework/presence#LatestRaw} State object.
10
- * Use `latestMap` to create a {@link @fluidframework/presence#LatestMapRaw} State object.
10
+ * Use `latest` to create a {@link @fluidframework/presence#Latest} or {@link @fluidframework/presence#LatestRaw} State object.
11
+ * Use `latestMap` to create a {@link @fluidframework/presence#LatestMap} or {@link @fluidframework/presence#LatestMapRaw} State object.
11
12
  *
12
13
  * @public
14
+ *
15
+ * @privateRemarks
16
+ * Explicit typing is used here to work around a limitation in TypeScript (and fully support
17
+ * {@link https://www.typescriptlang.org/tsconfig/#isolatedDeclarations | isolatedDeclarations}).
13
18
  */
14
19
  export declare const StateFactory: {
15
- readonly latest: import("@fluid-internal/presence-definitions").LatestFactory;
16
- readonly latestMap: import("@fluid-internal/presence-definitions").LatestMapFactory;
20
+ readonly latest: LatestFactory;
21
+ readonly latestMap: LatestMapFactory;
17
22
  };
18
23
  //# sourceMappingURL=stateFactory.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"stateFactory.d.ts","sourceRoot":"","sources":["../../src/states/stateFactory.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAcH;;;;;;;;GAQG;AACH,eAAO,MAAM,YAAY;;;CAGf,CAAC"}
1
+ {"version":3,"file":"stateFactory.d.ts","sourceRoot":"","sources":["../../src/states/stateFactory.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,sCAAsC,CAAC;AAK5F;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,YAAY,EAAE;IAC1B,QAAQ,CAAC,MAAM,EAAE,aAAa,CAAC;IAC/B,QAAQ,CAAC,SAAS,EAAE,gBAAgB,CAAC;CAI5B,CAAC"}
@@ -11,10 +11,14 @@ const latestValueManager_js_1 = require("./latestValueManager.js");
11
11
  * Factory for creating presence State objects.
12
12
  *
13
13
  * @remarks
14
- * Use `latest` to create a {@link @fluidframework/presence#LatestRaw} State object.
15
- * Use `latestMap` to create a {@link @fluidframework/presence#LatestMapRaw} State object.
14
+ * Use `latest` to create a {@link @fluidframework/presence#Latest} or {@link @fluidframework/presence#LatestRaw} State object.
15
+ * Use `latestMap` to create a {@link @fluidframework/presence#LatestMap} or {@link @fluidframework/presence#LatestMapRaw} State object.
16
16
  *
17
17
  * @public
18
+ *
19
+ * @privateRemarks
20
+ * Explicit typing is used here to work around a limitation in TypeScript (and fully support
21
+ * {@link https://www.typescriptlang.org/tsconfig/#isolatedDeclarations | isolatedDeclarations}).
18
22
  */
19
23
  exports.StateFactory = {
20
24
  latest: latestValueManager_js_1.latest,
@@ -1 +1 @@
1
- {"version":3,"file":"stateFactory.js","sourceRoot":"","sources":["../../src/states/stateFactory.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAWH,yEAAuD;AACvD,mEAAiD;AAEjD;;;;;;;;GAQG;AACU,QAAA,YAAY,GAAG;IAC3B,MAAM,EAAN,8BAAM;IACN,SAAS,EAAT,oCAAS;CACA,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\n// These \"unused\" imports are specified to workaround an api-extractor limitation.\n// @ts-expect-error -- Unused import is for type only\nimport type {\n\t// eslint-disable-next-line unused-imports/no-unused-imports\n\tLatest,\n\t// eslint-disable-next-line unused-imports/no-unused-imports\n\tLatestMap,\n} from \"@fluid-internal/presence-definitions\";\n\nimport { latestMap } from \"./latestMapValueManager.js\";\nimport { latest } from \"./latestValueManager.js\";\n\n/**\n * Factory for creating presence State objects.\n *\n * @remarks\n * Use `latest` to create a {@link @fluidframework/presence#LatestRaw} State object.\n * Use `latestMap` to create a {@link @fluidframework/presence#LatestMapRaw} State object.\n *\n * @public\n */\nexport const StateFactory = {\n\tlatest,\n\tlatestMap,\n} as const;\n"]}
1
+ {"version":3,"file":"stateFactory.js","sourceRoot":"","sources":["../../src/states/stateFactory.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAIH,yEAAuD;AACvD,mEAAiD;AAEjD;;;;;;;;;;;;GAYG;AACU,QAAA,YAAY,GAGrB;IACH,MAAM,EAAN,8BAAM;IACN,SAAS,EAAT,oCAAS;CACA,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nimport type { LatestFactory, LatestMapFactory } from \"@fluid-internal/presence-definitions\";\n\nimport { latestMap } from \"./latestMapValueManager.js\";\nimport { latest } from \"./latestValueManager.js\";\n\n/**\n * Factory for creating presence State objects.\n *\n * @remarks\n * Use `latest` to create a {@link @fluidframework/presence#Latest} or {@link @fluidframework/presence#LatestRaw} State object.\n * Use `latestMap` to create a {@link @fluidframework/presence#LatestMap} or {@link @fluidframework/presence#LatestMapRaw} State object.\n *\n * @public\n *\n * @privateRemarks\n * Explicit typing is used here to work around a limitation in TypeScript (and fully support\n * {@link https://www.typescriptlang.org/tsconfig/#isolatedDeclarations | isolatedDeclarations}).\n */\nexport const StateFactory: {\n\treadonly latest: LatestFactory;\n\treadonly latestMap: LatestMapFactory;\n} = {\n\tlatest,\n\tlatestMap,\n} as const;\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 = "@fluid-internal/presence-runtime";
8
- export declare const pkgVersion = "2.93.0";
8
+ export declare const pkgVersion = "2.101.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,qCAAqC,CAAC;AAC1D,eAAO,MAAM,UAAU,WAAW,CAAC"}
1
+ {"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,qCAAqC,CAAC;AAC1D,eAAO,MAAM,UAAU,YAAY,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 = "@fluid-internal/presence-runtime";
8
- export const pkgVersion = "2.93.0";
8
+ export const pkgVersion = "2.101.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,kCAAkC,CAAC;AAC1D,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 = \"@fluid-internal/presence-runtime\";\nexport const pkgVersion = \"2.93.0\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,kCAAkC,CAAC;AAC1D,MAAM,CAAC,MAAM,UAAU,GAAG,SAAS,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 = \"@fluid-internal/presence-runtime\";\nexport const pkgVersion = \"2.101.0\";\n"]}
@@ -13,7 +13,7 @@ import type { ExtensionHost, ExtensionRuntimeProperties } from "../runtimeTypes.
13
13
  declare class ContainerPresenceManager implements ContainerExtension<ExtensionRuntimeProperties>, ReturnType<ContainerExtensionFactory<PresenceWithNotifications, ExtensionRuntimeProperties>["instantiateExtension"]> {
14
14
  readonly compatibility: {
15
15
  readonly generation: 1;
16
- readonly version: "2.93.0";
16
+ readonly version: "2.101.0";
17
17
  readonly capabilities: Set<never>;
18
18
  };
19
19
  readonly interface: PresenceWithNotifications;
@@ -2,17 +2,22 @@
2
2
  * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
3
  * Licensed under the MIT License.
4
4
  */
5
+ import type { LatestFactory, LatestMapFactory } from "@fluid-internal/presence-definitions";
5
6
  /**
6
7
  * Factory for creating presence State objects.
7
8
  *
8
9
  * @remarks
9
- * Use `latest` to create a {@link @fluidframework/presence#LatestRaw} State object.
10
- * Use `latestMap` to create a {@link @fluidframework/presence#LatestMapRaw} State object.
10
+ * Use `latest` to create a {@link @fluidframework/presence#Latest} or {@link @fluidframework/presence#LatestRaw} State object.
11
+ * Use `latestMap` to create a {@link @fluidframework/presence#LatestMap} or {@link @fluidframework/presence#LatestMapRaw} State object.
11
12
  *
12
13
  * @public
14
+ *
15
+ * @privateRemarks
16
+ * Explicit typing is used here to work around a limitation in TypeScript (and fully support
17
+ * {@link https://www.typescriptlang.org/tsconfig/#isolatedDeclarations | isolatedDeclarations}).
13
18
  */
14
19
  export declare const StateFactory: {
15
- readonly latest: import("@fluid-internal/presence-definitions").LatestFactory;
16
- readonly latestMap: import("@fluid-internal/presence-definitions").LatestMapFactory;
20
+ readonly latest: LatestFactory;
21
+ readonly latestMap: LatestMapFactory;
17
22
  };
18
23
  //# sourceMappingURL=stateFactory.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"stateFactory.d.ts","sourceRoot":"","sources":["../../src/states/stateFactory.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAcH;;;;;;;;GAQG;AACH,eAAO,MAAM,YAAY;;;CAGf,CAAC"}
1
+ {"version":3,"file":"stateFactory.d.ts","sourceRoot":"","sources":["../../src/states/stateFactory.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,sCAAsC,CAAC;AAK5F;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,YAAY,EAAE;IAC1B,QAAQ,CAAC,MAAM,EAAE,aAAa,CAAC;IAC/B,QAAQ,CAAC,SAAS,EAAE,gBAAgB,CAAC;CAI5B,CAAC"}
@@ -8,10 +8,14 @@ import { latest } from "./latestValueManager.js";
8
8
  * Factory for creating presence State objects.
9
9
  *
10
10
  * @remarks
11
- * Use `latest` to create a {@link @fluidframework/presence#LatestRaw} State object.
12
- * Use `latestMap` to create a {@link @fluidframework/presence#LatestMapRaw} State object.
11
+ * Use `latest` to create a {@link @fluidframework/presence#Latest} or {@link @fluidframework/presence#LatestRaw} State object.
12
+ * Use `latestMap` to create a {@link @fluidframework/presence#LatestMap} or {@link @fluidframework/presence#LatestMapRaw} State object.
13
13
  *
14
14
  * @public
15
+ *
16
+ * @privateRemarks
17
+ * Explicit typing is used here to work around a limitation in TypeScript (and fully support
18
+ * {@link https://www.typescriptlang.org/tsconfig/#isolatedDeclarations | isolatedDeclarations}).
15
19
  */
16
20
  export const StateFactory = {
17
21
  latest,
@@ -1 +1 @@
1
- {"version":3,"file":"stateFactory.js","sourceRoot":"","sources":["../../src/states/stateFactory.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAWH,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AACvD,OAAO,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAEjD;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,YAAY,GAAG;IAC3B,MAAM;IACN,SAAS;CACA,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\n// These \"unused\" imports are specified to workaround an api-extractor limitation.\n// @ts-expect-error -- Unused import is for type only\nimport type {\n\t// eslint-disable-next-line unused-imports/no-unused-imports\n\tLatest,\n\t// eslint-disable-next-line unused-imports/no-unused-imports\n\tLatestMap,\n} from \"@fluid-internal/presence-definitions\";\n\nimport { latestMap } from \"./latestMapValueManager.js\";\nimport { latest } from \"./latestValueManager.js\";\n\n/**\n * Factory for creating presence State objects.\n *\n * @remarks\n * Use `latest` to create a {@link @fluidframework/presence#LatestRaw} State object.\n * Use `latestMap` to create a {@link @fluidframework/presence#LatestMapRaw} State object.\n *\n * @public\n */\nexport const StateFactory = {\n\tlatest,\n\tlatestMap,\n} as const;\n"]}
1
+ {"version":3,"file":"stateFactory.js","sourceRoot":"","sources":["../../src/states/stateFactory.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AACvD,OAAO,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAEjD;;;;;;;;;;;;GAYG;AACH,MAAM,CAAC,MAAM,YAAY,GAGrB;IACH,MAAM;IACN,SAAS;CACA,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nimport type { LatestFactory, LatestMapFactory } from \"@fluid-internal/presence-definitions\";\n\nimport { latestMap } from \"./latestMapValueManager.js\";\nimport { latest } from \"./latestValueManager.js\";\n\n/**\n * Factory for creating presence State objects.\n *\n * @remarks\n * Use `latest` to create a {@link @fluidframework/presence#Latest} or {@link @fluidframework/presence#LatestRaw} State object.\n * Use `latestMap` to create a {@link @fluidframework/presence#LatestMap} or {@link @fluidframework/presence#LatestMapRaw} State object.\n *\n * @public\n *\n * @privateRemarks\n * Explicit typing is used here to work around a limitation in TypeScript (and fully support\n * {@link https://www.typescriptlang.org/tsconfig/#isolatedDeclarations | isolatedDeclarations}).\n */\nexport const StateFactory: {\n\treadonly latest: LatestFactory;\n\treadonly latestMap: LatestMapFactory;\n} = {\n\tlatest,\n\tlatestMap,\n} as const;\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-internal/presence-runtime",
3
- "version": "2.93.0",
3
+ "version": "2.101.0",
4
4
  "description": "Core runtime implementation for Fluid Framework presence",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -84,27 +84,27 @@
84
84
  "temp-directory": "nyc/.nyc_output"
85
85
  },
86
86
  "dependencies": {
87
- "@fluid-internal/client-utils": "~2.93.0",
88
- "@fluid-internal/presence-definitions": "~2.93.0",
89
- "@fluidframework/container-definitions": "~2.93.0",
90
- "@fluidframework/container-runtime-definitions": "~2.93.0",
91
- "@fluidframework/core-interfaces": "~2.93.0",
92
- "@fluidframework/core-utils": "~2.93.0",
93
- "@fluidframework/id-compressor": "~2.93.0",
94
- "@fluidframework/runtime-definitions": "~2.93.0",
95
- "@fluidframework/telemetry-utils": "~2.93.0"
87
+ "@fluid-internal/client-utils": "~2.101.0",
88
+ "@fluid-internal/presence-definitions": "~2.101.0",
89
+ "@fluidframework/container-definitions": "~2.101.0",
90
+ "@fluidframework/container-runtime-definitions": "~2.101.0",
91
+ "@fluidframework/core-interfaces": "~2.101.0",
92
+ "@fluidframework/core-utils": "~2.101.0",
93
+ "@fluidframework/id-compressor": "~2.101.0",
94
+ "@fluidframework/runtime-definitions": "~2.101.0",
95
+ "@fluidframework/telemetry-utils": "~2.101.0"
96
96
  },
97
97
  "devDependencies": {
98
98
  "@arethetypeswrong/cli": "^0.18.2",
99
99
  "@biomejs/biome": "~2.4.5",
100
- "@fluid-internal/mocha-test-setup": "~2.93.0",
101
- "@fluid-tools/build-cli": "^0.64.0",
100
+ "@fluid-internal/mocha-test-setup": "~2.101.0",
101
+ "@fluid-tools/build-cli": "^0.65.0",
102
102
  "@fluidframework/build-common": "^2.0.3",
103
- "@fluidframework/build-tools": "^0.64.0",
104
- "@fluidframework/driver-definitions": "~2.93.0",
103
+ "@fluidframework/build-tools": "^0.65.0",
104
+ "@fluidframework/driver-definitions": "~2.101.0",
105
105
  "@fluidframework/eslint-config-fluid": "^9.0.0",
106
- "@fluidframework/test-runtime-utils": "~2.93.0",
107
- "@fluidframework/test-utils": "~2.93.0",
106
+ "@fluidframework/test-runtime-utils": "~2.101.0",
107
+ "@fluidframework/test-utils": "~2.101.0",
108
108
  "@microsoft/api-extractor": "7.58.1",
109
109
  "@types/mocha": "^10.0.10",
110
110
  "@types/node": "~22.19.17",