@fluidframework/tinylicious-driver 2.71.0 → 2.72.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 (2) hide show
  1. package/CHANGELOG.md +4 -4
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/tinylicious-driver
2
2
 
3
+ ## 2.72.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.71.0
4
8
 
5
9
  Dependency updates only.
@@ -147,7 +151,6 @@ Dependency updates only.
147
151
  TypeScript types and implementation code.
148
152
 
149
153
  This means that using Fluid Framework packages require the following TypeScript settings in tsconfig.json:
150
-
151
154
  - `"moduleResolution": "Node16"` with `"module": "Node16"`
152
155
  - `"moduleResolution": "Bundler"` with `"module": "ESNext"`
153
156
 
@@ -174,7 +177,6 @@ Dependency updates only.
174
177
  - Updated server dependencies ([#19122](https://github.com/microsoft/FluidFramework/issues/19122)) [25366b4229](https://github.com/microsoft/FluidFramework/commits/25366b422918cb43685c5f328b50450749592902)
175
178
 
176
179
  The following Fluid server dependencies have been updated to the latest version, 3.0.0. [See the full changelog.](https://github.com/microsoft/FluidFramework/releases/tag/server_v3.0.0)
177
-
178
180
  - @fluidframework/gitresources
179
181
  - @fluidframework/server-kafka-orderer
180
182
  - @fluidframework/server-lambdas
@@ -228,7 +230,6 @@ Dependency updates only.
228
230
  - Dependencies on @fluidframework/protocol-definitions package updated to 3.0.0 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
229
231
 
230
232
  This included the following changes from the protocol-definitions release:
231
-
232
233
  - Updating signal interfaces for some planned improvements. The intention is split the interface between signals
233
234
  submitted by clients to the server and the resulting signals sent from the server to clients.
234
235
  - A new optional type member is available on the ISignalMessage interface and a new ISentSignalMessage interface has
@@ -239,7 +240,6 @@ Dependency updates only.
239
240
  - Server upgrade: dependencies on Fluid server packages updated to 2.0.1 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
240
241
 
241
242
  Dependencies on the following Fluid server package have been updated to version 2.0.1:
242
-
243
243
  - @fluidframework/gitresources: 2.0.1
244
244
  - @fluidframework/server-kafka-orderer: 2.0.1
245
245
  - @fluidframework/server-lambdas: 2.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/tinylicious-driver",
3
- "version": "2.71.0",
3
+ "version": "2.72.0",
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.71.0",
50
- "@fluidframework/driver-definitions": "~2.71.0",
51
- "@fluidframework/driver-utils": "~2.71.0",
52
- "@fluidframework/routerlicious-driver": "~2.71.0",
49
+ "@fluidframework/core-interfaces": "~2.72.0",
50
+ "@fluidframework/driver-definitions": "~2.72.0",
51
+ "@fluidframework/driver-utils": "~2.72.0",
52
+ "@fluidframework/routerlicious-driver": "~2.72.0",
53
53
  "jsrsasign": "^11.0.0",
54
54
  "uuid": "^11.1.0"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@arethetypeswrong/cli": "^0.17.1",
58
58
  "@biomejs/biome": "~1.9.3",
59
- "@fluid-internal/mocha-test-setup": "~2.71.0",
60
- "@fluid-tools/build-cli": "^0.58.3",
59
+ "@fluid-internal/mocha-test-setup": "~2.72.0",
60
+ "@fluid-tools/build-cli": "^0.60.0",
61
61
  "@fluidframework/build-common": "^2.0.3",
62
- "@fluidframework/build-tools": "^0.58.3",
63
- "@fluidframework/eslint-config-fluid": "^7.0.0",
64
- "@fluidframework/tinylicious-driver-previous": "npm:@fluidframework/tinylicious-driver@2.70.0",
62
+ "@fluidframework/build-tools": "^0.60.0",
63
+ "@fluidframework/eslint-config-fluid": "~2.72.0",
64
+ "@fluidframework/tinylicious-driver-previous": "npm:@fluidframework/tinylicious-driver@2.71.0",
65
65
  "@microsoft/api-extractor": "7.52.11",
66
66
  "@types/jsrsasign": "^10.5.12",
67
67
  "@types/mocha": "^10.0.10",