@fluid-experimental/last-edited 2.115.0 → 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 (3) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/README.md +5 -3
  3. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluid-experimental/last-edited
2
2
 
3
+ ## 2.116.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.115.0
4
8
 
5
9
  Dependency updates only.
package/README.md CHANGED
@@ -181,7 +181,7 @@ There are many ways to [contribute](https://github.com/microsoft/FluidFramework/
181
181
  - Review the [source code changes](https://github.com/microsoft/FluidFramework/pulls).
182
182
  - [Contribute bug fixes](https://github.com/microsoft/FluidFramework/blob/main/CONTRIBUTING.md).
183
183
 
184
- Detailed instructions for working in the repo can be found in the [Wiki](https://github.com/microsoft/FluidFramework/wiki).
184
+ Detailed instructions for working in the repo can be found in the [Wiki](https://github.com/microsoft/FluidFramework/blob/main/docs/content/Home.md).
185
185
 
186
186
  This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
187
187
  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.
@@ -192,9 +192,11 @@ Use of Microsoft trademarks or logos in modified versions of this project must n
192
192
 
193
193
  ## Help
194
194
 
195
- Not finding what you're looking for in this README? Check out [fluidframework.com](https://fluidframework.com/docs/).
195
+ Not finding what you're looking for in this README?
196
+ Check out [fluidframework.com](https://fluidframework.com/docs/).
196
197
 
197
- Still not finding what you're looking for? Please [file an issue](https://github.com/microsoft/FluidFramework/wiki/Submitting-Bugs-and-Feature-Requests).
198
+ Still not finding what you're looking for?
199
+ Please [file an issue](https://github.com/microsoft/FluidFramework/blob/main/docs/content/Contributing/Submitting-Bugs-and-Feature-Requests.md).
198
200
 
199
201
  Thank you!
200
202
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/last-edited",
3
- "version": "2.115.0",
3
+ "version": "2.116.0",
4
4
  "description": "Tracks the last edited information in the Container.",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -27,21 +27,21 @@
27
27
  "main": "lib/index.js",
28
28
  "types": "lib/index.d.ts",
29
29
  "dependencies": {
30
- "@fluidframework/aqueduct": "~2.115.0",
31
- "@fluidframework/container-runtime": "~2.115.0",
32
- "@fluidframework/container-runtime-definitions": "~2.115.0",
33
- "@fluidframework/core-interfaces": "~2.115.0",
34
- "@fluidframework/driver-definitions": "~2.115.0",
35
- "@fluidframework/runtime-utils": "~2.115.0",
36
- "@fluidframework/shared-summary-block": "~2.115.0"
30
+ "@fluidframework/aqueduct": "~2.116.0",
31
+ "@fluidframework/container-runtime": "~2.116.0",
32
+ "@fluidframework/container-runtime-definitions": "~2.116.0",
33
+ "@fluidframework/core-interfaces": "~2.116.0",
34
+ "@fluidframework/driver-definitions": "~2.116.0",
35
+ "@fluidframework/runtime-utils": "~2.116.0",
36
+ "@fluidframework/shared-summary-block": "~2.116.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@arethetypeswrong/cli": "^0.18.2",
39
+ "@arethetypeswrong/cli": "^0.18.5",
40
40
  "@biomejs/biome": "~2.4.5",
41
- "@fluid-tools/build-cli": "^0.65.0",
41
+ "@fluid-tools/build-cli": "^0.67.0",
42
42
  "@fluidframework/build-common": "^2.0.3",
43
- "@fluidframework/build-tools": "^0.65.0",
44
- "@fluidframework/eslint-config-fluid": "^13.0.0",
43
+ "@fluidframework/build-tools": "^0.67.0",
44
+ "@fluidframework/eslint-config-fluid": "^14.0.0",
45
45
  "@microsoft/api-extractor": "7.58.1",
46
46
  "@types/node": "~22.19.17",
47
47
  "concurrently": "^10.0.3",