@fluidframework/synthesize 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 +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/synthesize
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
@@ -323,7 +323,7 @@ There are many ways to [contribute](https://github.com/microsoft/FluidFramework/
323
323
  - Review the [source code changes](https://github.com/microsoft/FluidFramework/pulls).
324
324
  - [Contribute bug fixes](https://github.com/microsoft/FluidFramework/blob/main/CONTRIBUTING.md).
325
325
 
326
- Detailed instructions for working in the repo can be found in the [Wiki](https://github.com/microsoft/FluidFramework/wiki).
326
+ Detailed instructions for working in the repo can be found in the [Wiki](https://github.com/microsoft/FluidFramework/blob/main/docs/content/Home.md).
327
327
 
328
328
  This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
329
329
  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.
@@ -334,9 +334,11 @@ Use of Microsoft trademarks or logos in modified versions of this project must n
334
334
 
335
335
  ## Help
336
336
 
337
- Not finding what you're looking for in this README? Check out [fluidframework.com](https://fluidframework.com/docs/).
337
+ Not finding what you're looking for in this README?
338
+ Check out [fluidframework.com](https://fluidframework.com/docs/).
338
339
 
339
- Still not finding what you're looking for? Please [file an issue](https://github.com/microsoft/FluidFramework/wiki/Submitting-Bugs-and-Feature-Requests).
340
+ Still not finding what you're looking for?
341
+ Please [file an issue](https://github.com/microsoft/FluidFramework/blob/main/docs/content/Contributing/Submitting-Bugs-and-Feature-Requests.md).
340
342
 
341
343
  Thank you!
342
344
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/synthesize",
3
- "version": "2.115.0",
3
+ "version": "2.116.0",
4
4
  "description": "A library for synthesizing scope objects.",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -69,20 +69,20 @@
69
69
  "temp-directory": "nyc/.nyc_output"
70
70
  },
71
71
  "dependencies": {
72
- "@fluidframework/core-utils": "~2.115.0"
72
+ "@fluidframework/core-utils": "~2.116.0"
73
73
  },
74
74
  "devDependencies": {
75
- "@arethetypeswrong/cli": "^0.18.2",
75
+ "@arethetypeswrong/cli": "^0.18.5",
76
76
  "@biomejs/biome": "~2.4.5",
77
- "@fluid-internal/mocha-test-setup": "~2.115.0",
78
- "@fluid-tools/build-cli": "^0.65.0",
77
+ "@fluid-internal/mocha-test-setup": "~2.116.0",
78
+ "@fluid-tools/build-cli": "^0.67.0",
79
79
  "@fluidframework/build-common": "^2.0.3",
80
- "@fluidframework/build-tools": "^0.65.0",
81
- "@fluidframework/core-interfaces": "~2.115.0",
82
- "@fluidframework/datastore": "~2.115.0",
83
- "@fluidframework/eslint-config-fluid": "^13.0.0",
84
- "@fluidframework/runtime-utils": "~2.115.0",
85
- "@fluidframework/synthesize-previous": "npm:@fluidframework/synthesize@2.112.0",
80
+ "@fluidframework/build-tools": "^0.67.0",
81
+ "@fluidframework/core-interfaces": "~2.116.0",
82
+ "@fluidframework/datastore": "~2.116.0",
83
+ "@fluidframework/eslint-config-fluid": "^14.0.0",
84
+ "@fluidframework/runtime-utils": "~2.116.0",
85
+ "@fluidframework/synthesize-previous": "npm:@fluidframework/synthesize@2.114.0",
86
86
  "@microsoft/api-extractor": "7.58.1",
87
87
  "@types/mocha": "^10.0.10",
88
88
  "@types/node": "~22.19.17",