@fluidframework/tinylicious-driver 2.70.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 +8 -4
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @fluidframework/tinylicious-driver
2
2
 
3
+ ## 2.72.0
4
+
5
+ Dependency updates only.
6
+
7
+ ## 2.71.0
8
+
9
+ Dependency updates only.
10
+
3
11
  ## 2.70.0
4
12
 
5
13
  Dependency updates only.
@@ -143,7 +151,6 @@ Dependency updates only.
143
151
  TypeScript types and implementation code.
144
152
 
145
153
  This means that using Fluid Framework packages require the following TypeScript settings in tsconfig.json:
146
-
147
154
  - `"moduleResolution": "Node16"` with `"module": "Node16"`
148
155
  - `"moduleResolution": "Bundler"` with `"module": "ESNext"`
149
156
 
@@ -170,7 +177,6 @@ Dependency updates only.
170
177
  - Updated server dependencies ([#19122](https://github.com/microsoft/FluidFramework/issues/19122)) [25366b4229](https://github.com/microsoft/FluidFramework/commits/25366b422918cb43685c5f328b50450749592902)
171
178
 
172
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)
173
-
174
180
  - @fluidframework/gitresources
175
181
  - @fluidframework/server-kafka-orderer
176
182
  - @fluidframework/server-lambdas
@@ -224,7 +230,6 @@ Dependency updates only.
224
230
  - Dependencies on @fluidframework/protocol-definitions package updated to 3.0.0 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
225
231
 
226
232
  This included the following changes from the protocol-definitions release:
227
-
228
233
  - Updating signal interfaces for some planned improvements. The intention is split the interface between signals
229
234
  submitted by clients to the server and the resulting signals sent from the server to clients.
230
235
  - A new optional type member is available on the ISignalMessage interface and a new ISentSignalMessage interface has
@@ -235,7 +240,6 @@ Dependency updates only.
235
240
  - Server upgrade: dependencies on Fluid server packages updated to 2.0.1 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
236
241
 
237
242
  Dependencies on the following Fluid server package have been updated to version 2.0.1:
238
-
239
243
  - @fluidframework/gitresources: 2.0.1
240
244
  - @fluidframework/server-kafka-orderer: 2.0.1
241
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.70.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.70.0",
50
- "@fluidframework/driver-definitions": "~2.70.0",
51
- "@fluidframework/driver-utils": "~2.70.0",
52
- "@fluidframework/routerlicious-driver": "~2.70.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.70.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": "^6.1.0",
64
- "@fluidframework/tinylicious-driver-previous": "npm:@fluidframework/tinylicious-driver@2.63.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",
@@ -101,8 +101,8 @@
101
101
  "check:format": "npm run check:biome",
102
102
  "ci:build:docs": "api-extractor run",
103
103
  "clean": "rimraf --glob dist lib {alpha,beta,internal,legacy}.d.ts \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
104
- "eslint": "eslint --format stylish src",
105
- "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
104
+ "eslint": "eslint --quiet --format stylish src",
105
+ "eslint:fix": "eslint --quiet --format stylish src --fix --fix-type problem,suggestion,layout",
106
106
  "format": "npm run format:biome",
107
107
  "format:biome": "biome check . --write",
108
108
  "lint": "fluid-build . --task lint",