@fluidframework/tinylicious-driver 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.
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/tinylicious-driver
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
@@ -94,7 +94,7 @@ There are many ways to [contribute](https://github.com/microsoft/FluidFramework/
94
94
  - Review the [source code changes](https://github.com/microsoft/FluidFramework/pulls).
95
95
  - [Contribute bug fixes](https://github.com/microsoft/FluidFramework/blob/main/CONTRIBUTING.md).
96
96
 
97
- Detailed instructions for working in the repo can be found in the [Wiki](https://github.com/microsoft/FluidFramework/wiki).
97
+ Detailed instructions for working in the repo can be found in the [Wiki](https://github.com/microsoft/FluidFramework/blob/main/docs/content/Home.md).
98
98
 
99
99
  This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
100
100
  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.
@@ -105,9 +105,11 @@ Use of Microsoft trademarks or logos in modified versions of this project must n
105
105
 
106
106
  ## Help
107
107
 
108
- Not finding what you're looking for in this README? Check out [fluidframework.com](https://fluidframework.com/docs/).
108
+ Not finding what you're looking for in this README?
109
+ Check out [fluidframework.com](https://fluidframework.com/docs/).
109
110
 
110
- Still not finding what you're looking for? Please [file an issue](https://github.com/microsoft/FluidFramework/wiki/Submitting-Bugs-and-Feature-Requests).
111
+ Still not finding what you're looking for?
112
+ Please [file an issue](https://github.com/microsoft/FluidFramework/blob/main/docs/content/Contributing/Submitting-Bugs-and-Feature-Requests.md).
111
113
 
112
114
  Thank you!
113
115
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/tinylicious-driver",
3
- "version": "2.116.0-416006",
3
+ "version": "2.116.1",
4
4
  "description": "Driver for tinylicious",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -46,22 +46,22 @@
46
46
  "main": "lib/index.js",
47
47
  "types": "lib/public.d.ts",
48
48
  "dependencies": {
49
- "@fluidframework/core-interfaces": "2.116.0-416006",
50
- "@fluidframework/driver-definitions": "2.116.0-416006",
51
- "@fluidframework/driver-utils": "2.116.0-416006",
52
- "@fluidframework/routerlicious-driver": "2.116.0-416006",
49
+ "@fluidframework/core-interfaces": "~2.116.1",
50
+ "@fluidframework/driver-definitions": "~2.116.1",
51
+ "@fluidframework/driver-utils": "~2.116.1",
52
+ "@fluidframework/routerlicious-driver": "~2.116.1",
53
53
  "jsrsasign": "^11.1.1",
54
54
  "uuid": "^11.1.0"
55
55
  },
56
56
  "devDependencies": {
57
- "@arethetypeswrong/cli": "^0.18.2",
57
+ "@arethetypeswrong/cli": "^0.18.5",
58
58
  "@biomejs/biome": "~2.4.5",
59
- "@fluid-internal/mocha-test-setup": "2.116.0-416006",
60
- "@fluid-tools/build-cli": "^0.65.0",
59
+ "@fluid-internal/mocha-test-setup": "~2.116.1",
60
+ "@fluid-tools/build-cli": "^0.67.0",
61
61
  "@fluidframework/build-common": "^2.0.3",
62
- "@fluidframework/build-tools": "^0.65.0",
63
- "@fluidframework/eslint-config-fluid": "^13.0.0",
64
- "@fluidframework/tinylicious-driver-previous": "npm:@fluidframework/tinylicious-driver@2.112.0",
62
+ "@fluidframework/build-tools": "^0.67.0",
63
+ "@fluidframework/eslint-config-fluid": "^14.0.0",
64
+ "@fluidframework/tinylicious-driver-previous": "npm:@fluidframework/tinylicious-driver@2.116.0",
65
65
  "@microsoft/api-extractor": "7.58.1",
66
66
  "@types/jsrsasign": "^10.5.12",
67
67
  "@types/mocha": "^10.0.10",