@fluidframework/presence 2.116.0-416006 → 2.116.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.
Files changed (2) hide show
  1. package/README.md +5 -3
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -456,7 +456,7 @@ There are many ways to [contribute](https://github.com/microsoft/FluidFramework/
456
456
  - Review the [source code changes](https://github.com/microsoft/FluidFramework/pulls).
457
457
  - [Contribute bug fixes](https://github.com/microsoft/FluidFramework/blob/main/CONTRIBUTING.md).
458
458
 
459
- Detailed instructions for working in the repo can be found in the [Wiki](https://github.com/microsoft/FluidFramework/wiki).
459
+ Detailed instructions for working in the repo can be found in the [Wiki](https://github.com/microsoft/FluidFramework/blob/main/docs/content/Home.md).
460
460
 
461
461
  This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
462
462
  For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
@@ -467,9 +467,11 @@ Use of Microsoft trademarks or logos in modified versions of this project must n
467
467
 
468
468
  ## Help
469
469
 
470
- Not finding what you're looking for in this README? Check out [fluidframework.com](https://fluidframework.com/docs/).
470
+ Not finding what you're looking for in this README?
471
+ Check out [fluidframework.com](https://fluidframework.com/docs/).
471
472
 
472
- Still not finding what you're looking for? Please [file an issue](https://github.com/microsoft/FluidFramework/wiki/Submitting-Bugs-and-Feature-Requests).
473
+ Still not finding what you're looking for?
474
+ Please [file an issue](https://github.com/microsoft/FluidFramework/blob/main/docs/content/Contributing/Submitting-Bugs-and-Feature-Requests.md).
473
475
 
474
476
  Thank you!
475
477
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/presence",
3
- "version": "2.116.0-416006",
3
+ "version": "2.116.0",
4
4
  "description": "A component for lightweight data sharing within a single session",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -61,19 +61,19 @@
61
61
  "!**/test/**"
62
62
  ],
63
63
  "dependencies": {
64
- "@fluid-internal/presence-definitions": "2.116.0-416006",
65
- "@fluid-internal/presence-runtime": "2.116.0-416006",
66
- "@fluidframework/core-utils": "2.116.0-416006",
67
- "@fluidframework/runtime-definitions": "2.116.0-416006"
64
+ "@fluid-internal/presence-definitions": "~2.116.0",
65
+ "@fluid-internal/presence-runtime": "~2.116.0",
66
+ "@fluidframework/core-utils": "~2.116.0",
67
+ "@fluidframework/runtime-definitions": "~2.116.0"
68
68
  },
69
69
  "devDependencies": {
70
- "@arethetypeswrong/cli": "^0.18.2",
70
+ "@arethetypeswrong/cli": "^0.18.5",
71
71
  "@biomejs/biome": "~2.4.5",
72
- "@fluid-internal/mocha-test-setup": "2.116.0-416006",
73
- "@fluid-tools/build-cli": "^0.65.0",
72
+ "@fluid-internal/mocha-test-setup": "~2.116.0",
73
+ "@fluid-tools/build-cli": "^0.67.0",
74
74
  "@fluidframework/build-common": "^2.0.3",
75
- "@fluidframework/build-tools": "^0.65.0",
76
- "@fluidframework/eslint-config-fluid": "^13.0.0",
75
+ "@fluidframework/build-tools": "^0.67.0",
76
+ "@fluidframework/eslint-config-fluid": "^14.0.0",
77
77
  "@microsoft/api-extractor": "7.58.1",
78
78
  "concurrently": "^10.0.3",
79
79
  "copyfiles": "^2.4.1",