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