@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 +1 -1
- package/dist/packageVersion.d.ts +1 -1
- package/dist/packageVersion.js +1 -1
- package/dist/packageVersion.js.map +1 -1
- package/lib/packageVersion.d.ts +1 -1
- package/lib/packageVersion.js +1 -1
- package/lib/packageVersion.js.map +1 -1
- package/package.json +19 -19
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](
|
|
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 {
|
package/dist/packageVersion.d.ts
CHANGED
package/dist/packageVersion.js
CHANGED
|
@@ -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.
|
|
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.
|
|
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"]}
|
package/lib/packageVersion.d.ts
CHANGED
package/lib/packageVersion.js
CHANGED
|
@@ -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.
|
|
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.
|
|
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.
|
|
77
|
-
"@fluidframework/container-definitions": "~2.
|
|
78
|
-
"@fluidframework/container-runtime-definitions": "~2.
|
|
79
|
-
"@fluidframework/core-interfaces": "~2.
|
|
80
|
-
"@fluidframework/core-utils": "~2.
|
|
81
|
-
"@fluidframework/datastore": "~2.
|
|
82
|
-
"@fluidframework/datastore-definitions": "~2.
|
|
83
|
-
"@fluidframework/fluid-static": "~2.
|
|
84
|
-
"@fluidframework/id-compressor": "~2.
|
|
85
|
-
"@fluidframework/runtime-definitions": "~2.
|
|
86
|
-
"@fluidframework/runtime-utils": "~2.
|
|
87
|
-
"@fluidframework/shared-object-base": "~2.
|
|
88
|
-
"@fluidframework/telemetry-utils": "~2.
|
|
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.
|
|
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.
|
|
98
|
-
"@fluidframework/eslint-config-fluid": "~2.
|
|
99
|
-
"@fluidframework/test-runtime-utils": "~2.
|
|
100
|
-
"@fluidframework/test-utils": "~2.
|
|
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",
|