@fluidframework/presence 2.72.0 → 2.73.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/README.md CHANGED
@@ -140,7 +140,7 @@ function logOthersPositions(positionTracker: Latest<PointXY>): void {
140
140
  #### LatestMap, LatestMapRaw use
141
141
 
142
142
  A change to the `local` property automatically initiates a broadcast of updates to other attendees.
143
- `local` is a [StateMap](https://fluidframework.com/docs/api/presence/statemap-interface) that mimics `Map` though it only supports `string | number` as property keys.
143
+ `local` is a [StateMap](../api/presence/statemap-interface.md) that mimics `Map` though it only supports `string | number` as property keys.
144
144
 
145
145
  ```typescript
146
146
  function updateCounter(counterTracker: LatestMap<number, string>, counterName: string, value: number): void {
@@ -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/presence";
8
- export declare const pkgVersion = "2.72.0";
8
+ export declare const pkgVersion = "2.73.0";
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/presence";
11
- exports.pkgVersion = "2.72.0";
11
+ exports.pkgVersion = "2.73.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,0BAA0B,CAAC;AACrC,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/presence\";\nexport const pkgVersion = \"2.72.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,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/presence\";\nexport const pkgVersion = \"2.73.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/presence";
8
- export declare const pkgVersion = "2.72.0";
8
+ export declare const pkgVersion = "2.73.0";
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/presence";
8
- export const pkgVersion = "2.72.0";
8
+ export const pkgVersion = "2.73.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,0BAA0B,CAAC;AAClD,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/presence\";\nexport const pkgVersion = \"2.72.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,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/presence\";\nexport const pkgVersion = \"2.73.0\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/presence",
3
- "version": "2.72.0",
3
+ "version": "2.73.0",
4
4
  "description": "A component for lightweight data sharing within a single session",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -73,31 +73,31 @@
73
73
  "temp-directory": "nyc/.nyc_output"
74
74
  },
75
75
  "dependencies": {
76
- "@fluid-internal/client-utils": "~2.72.0",
77
- "@fluidframework/container-definitions": "~2.72.0",
78
- "@fluidframework/container-runtime-definitions": "~2.72.0",
79
- "@fluidframework/core-interfaces": "~2.72.0",
80
- "@fluidframework/core-utils": "~2.72.0",
81
- "@fluidframework/datastore": "~2.72.0",
82
- "@fluidframework/datastore-definitions": "~2.72.0",
83
- "@fluidframework/fluid-static": "~2.72.0",
84
- "@fluidframework/id-compressor": "~2.72.0",
85
- "@fluidframework/runtime-definitions": "~2.72.0",
86
- "@fluidframework/runtime-utils": "~2.72.0",
87
- "@fluidframework/shared-object-base": "~2.72.0",
88
- "@fluidframework/telemetry-utils": "~2.72.0"
76
+ "@fluid-internal/client-utils": "~2.73.0",
77
+ "@fluidframework/container-definitions": "~2.73.0",
78
+ "@fluidframework/container-runtime-definitions": "~2.73.0",
79
+ "@fluidframework/core-interfaces": "~2.73.0",
80
+ "@fluidframework/core-utils": "~2.73.0",
81
+ "@fluidframework/datastore": "~2.73.0",
82
+ "@fluidframework/datastore-definitions": "~2.73.0",
83
+ "@fluidframework/fluid-static": "~2.73.0",
84
+ "@fluidframework/id-compressor": "~2.73.0",
85
+ "@fluidframework/runtime-definitions": "~2.73.0",
86
+ "@fluidframework/runtime-utils": "~2.73.0",
87
+ "@fluidframework/shared-object-base": "~2.73.0",
88
+ "@fluidframework/telemetry-utils": "~2.73.0"
89
89
  },
90
90
  "devDependencies": {
91
91
  "@arethetypeswrong/cli": "^0.17.1",
92
92
  "@biomejs/biome": "~1.9.3",
93
- "@fluid-internal/mocha-test-setup": "~2.72.0",
93
+ "@fluid-internal/mocha-test-setup": "~2.73.0",
94
94
  "@fluid-tools/build-cli": "^0.60.0",
95
95
  "@fluidframework/build-common": "^2.0.3",
96
96
  "@fluidframework/build-tools": "^0.60.0",
97
- "@fluidframework/driver-definitions": "~2.72.0",
98
- "@fluidframework/eslint-config-fluid": "~2.72.0",
99
- "@fluidframework/test-runtime-utils": "~2.72.0",
100
- "@fluidframework/test-utils": "~2.72.0",
97
+ "@fluidframework/driver-definitions": "~2.73.0",
98
+ "@fluidframework/eslint-config-fluid": "~2.73.0",
99
+ "@fluidframework/test-runtime-utils": "~2.73.0",
100
+ "@fluidframework/test-utils": "~2.73.0",
101
101
  "@microsoft/api-extractor": "7.52.11",
102
102
  "@types/mocha": "^10.0.10",
103
103
  "@types/node": "^18.19.0",