@fluidframework/file-driver 2.0.0-dev-rc.1.0.0.225277 → 2.0.0-dev-rc.1.0.0.228517

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 +34 -0
  2. package/README.md +0 -6
  3. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # @fluidframework/file-driver
2
2
 
3
+ ## 2.0.0-rc.1.0.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Updated server dependencies ([#19122](https://github.com/microsoft/FluidFramework/issues/19122)) [25366b4229](https://github.com/microsoft/FluidFramework/commits/25366b422918cb43685c5f328b50450749592902)
8
+
9
+ 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)
10
+
11
+ - @fluidframework/gitresources
12
+ - @fluidframework/server-kafka-orderer
13
+ - @fluidframework/server-lambdas
14
+ - @fluidframework/server-lambdas-driver
15
+ - @fluidframework/server-local-server
16
+ - @fluidframework/server-memory-orderer
17
+ - @fluidframework/protocol-base
18
+ - @fluidframework/server-routerlicious
19
+ - @fluidframework/server-routerlicious-base
20
+ - @fluidframework/server-services
21
+ - @fluidframework/server-services-client
22
+ - @fluidframework/server-services-core
23
+ - @fluidframework/server-services-ordering-kafkanode
24
+ - @fluidframework/server-services-ordering-rdkafka
25
+ - @fluidframework/server-services-ordering-zookeeper
26
+ - @fluidframework/server-services-shared
27
+ - @fluidframework/server-services-telemetry
28
+ - @fluidframework/server-services-utils
29
+ - @fluidframework/server-test-utils
30
+ - tinylicious
31
+
32
+ - Updated @fluidframework/protocol-definitions ([#19122](https://github.com/microsoft/FluidFramework/issues/19122)) [25366b4229](https://github.com/microsoft/FluidFramework/commits/25366b422918cb43685c5f328b50450749592902)
33
+
34
+ The @fluidframework/protocol-definitions dependency has been upgraded to v3.1.0. [See the full
35
+ changelog.](https://github.com/microsoft/FluidFramework/blob/main/common/lib/protocol-definitions/CHANGELOG.md#310)
36
+
3
37
  ## 2.0.0-internal.8.0.0
4
38
 
5
39
  Dependency updates only.
package/README.md CHANGED
@@ -13,12 +13,6 @@ When taking a dependency on a Fluid Framework library, we recommend using a `^`
13
13
  While Fluid Framework libraries may use different ranges with interdependencies between other Fluid Framework libraries,
14
14
  library consumers should always prefer `^`.
15
15
 
16
- Note that when depending on a library version of the form `2.0.0-internal.x.y.z`, called the Fluid internal version scheme,
17
- you must use a `>= <` dependency range (such as `>=2.0.0-internal.x.y.z <2.0.0-internal.w.0.0` where `w` is `x+1`).
18
- Standard `^` and `~` ranges will not work as expected.
19
- See the [@fluid-tools/version-tools](https://github.com/microsoft/FluidFramework/blob/main/build-tools/packages/version-tools/README.md)
20
- package for more information including tools to convert between version schemes.
21
-
22
16
  <!-- prettier-ignore-end -->
23
17
 
24
18
  <!-- AUTO-GENERATED-CONTENT:END -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/file-driver",
3
- "version": "2.0.0-dev-rc.1.0.0.225277",
3
+ "version": "2.0.0-dev-rc.1.0.0.228517",
4
4
  "description": "A driver that reads/write from/to local file storage.",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -15,20 +15,20 @@
15
15
  "main": "dist/index.js",
16
16
  "types": "dist/index.d.ts",
17
17
  "dependencies": {
18
- "@fluid-internal/client-utils": "2.0.0-dev-rc.1.0.0.225277",
19
- "@fluidframework/core-interfaces": "2.0.0-dev-rc.1.0.0.225277",
20
- "@fluidframework/core-utils": "2.0.0-dev-rc.1.0.0.225277",
21
- "@fluidframework/driver-definitions": "2.0.0-dev-rc.1.0.0.225277",
22
- "@fluidframework/driver-utils": "2.0.0-dev-rc.1.0.0.225277",
23
- "@fluidframework/protocol-definitions": "^3.1.0-223007",
24
- "@fluidframework/replay-driver": "2.0.0-dev-rc.1.0.0.225277"
18
+ "@fluid-internal/client-utils": "2.0.0-dev-rc.1.0.0.228517",
19
+ "@fluidframework/core-interfaces": "2.0.0-dev-rc.1.0.0.228517",
20
+ "@fluidframework/core-utils": "2.0.0-dev-rc.1.0.0.228517",
21
+ "@fluidframework/driver-definitions": "2.0.0-dev-rc.1.0.0.228517",
22
+ "@fluidframework/driver-utils": "2.0.0-dev-rc.1.0.0.228517",
23
+ "@fluidframework/protocol-definitions": "^3.1.0",
24
+ "@fluidframework/replay-driver": "2.0.0-dev-rc.1.0.0.228517"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@arethetypeswrong/cli": "^0.13.3",
28
- "@fluid-tools/build-cli": "0.29.0-222379",
28
+ "@fluid-tools/build-cli": "^0.29.0",
29
29
  "@fluidframework/build-common": "^2.0.3",
30
- "@fluidframework/build-tools": "0.29.0-222379",
31
- "@fluidframework/eslint-config-fluid": "^3.1.0",
30
+ "@fluidframework/build-tools": "^0.29.0",
31
+ "@fluidframework/eslint-config-fluid": "^3.2.0",
32
32
  "@fluidframework/file-driver-previous": "npm:@fluidframework/file-driver@2.0.0-internal.8.0.0",
33
33
  "@microsoft/api-extractor": "^7.38.3",
34
34
  "@types/node": "^18.19.0",