@fluidframework/odsp-driver-definitions 2.116.0-416006 → 2.116.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/odsp-driver-definitions
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
@@ -102,7 +102,7 @@ There are many ways to [contribute](https://github.com/microsoft/FluidFramework/
102
102
  - Review the [source code changes](https://github.com/microsoft/FluidFramework/pulls).
103
103
  - [Contribute bug fixes](https://github.com/microsoft/FluidFramework/blob/main/CONTRIBUTING.md).
104
104
 
105
- Detailed instructions for working in the repo can be found in the [Wiki](https://github.com/microsoft/FluidFramework/wiki).
105
+ Detailed instructions for working in the repo can be found in the [Wiki](https://github.com/microsoft/FluidFramework/blob/main/docs/content/Home.md).
106
106
 
107
107
  This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
108
108
  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.
@@ -113,9 +113,11 @@ Use of Microsoft trademarks or logos in modified versions of this project must n
113
113
 
114
114
  ## Help
115
115
 
116
- Not finding what you're looking for in this README? Check out [fluidframework.com](https://fluidframework.com/docs/).
116
+ Not finding what you're looking for in this README?
117
+ Check out [fluidframework.com](https://fluidframework.com/docs/).
117
118
 
118
- Still not finding what you're looking for? Please [file an issue](https://github.com/microsoft/FluidFramework/wiki/Submitting-Bugs-and-Feature-Requests).
119
+ Still not finding what you're looking for?
120
+ Please [file an issue](https://github.com/microsoft/FluidFramework/blob/main/docs/content/Contributing/Submitting-Bugs-and-Feature-Requests.md).
119
121
 
120
122
  Thank you!
121
123
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/odsp-driver-definitions",
3
- "version": "2.116.0-416006",
3
+ "version": "2.116.1",
4
4
  "description": "Socket storage implementation for SPO and ODC",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -47,16 +47,16 @@
47
47
  "main": "lib/index.js",
48
48
  "types": "lib/public.d.ts",
49
49
  "dependencies": {
50
- "@fluidframework/driver-definitions": "2.116.0-416006"
50
+ "@fluidframework/driver-definitions": "~2.116.1"
51
51
  },
52
52
  "devDependencies": {
53
- "@arethetypeswrong/cli": "^0.18.2",
53
+ "@arethetypeswrong/cli": "^0.18.5",
54
54
  "@biomejs/biome": "~2.4.5",
55
- "@fluid-tools/build-cli": "^0.65.0",
55
+ "@fluid-tools/build-cli": "^0.67.0",
56
56
  "@fluidframework/build-common": "^2.0.3",
57
- "@fluidframework/build-tools": "^0.65.0",
58
- "@fluidframework/eslint-config-fluid": "^13.0.0",
59
- "@fluidframework/odsp-driver-definitions-previous": "npm:@fluidframework/odsp-driver-definitions@2.112.0",
57
+ "@fluidframework/build-tools": "^0.67.0",
58
+ "@fluidframework/eslint-config-fluid": "^14.0.0",
59
+ "@fluidframework/odsp-driver-definitions-previous": "npm:@fluidframework/odsp-driver-definitions@2.116.0",
60
60
  "@microsoft/api-extractor": "7.58.1",
61
61
  "concurrently": "^10.0.3",
62
62
  "copyfiles": "^2.4.1",