@fluidframework/odsp-client 2.23.0 → 2.31.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @fluid-experimental/odsp-client
2
2
 
3
+ ## 2.31.0
4
+
5
+ Dependency updates only.
6
+
7
+ ## 2.30.0
8
+
9
+ Dependency updates only.
10
+
3
11
  ## 2.23.0
4
12
 
5
13
  Dependency updates only.
@@ -56,45 +64,45 @@ Dependency updates only.
56
64
 
57
65
  ### Minor Changes
58
66
 
59
- - odsp-client: Move odsp-client out of experimental ([#21024](https://github.com/microsoft/FluidFramework/pull/21024)) [8461a406f3](https://github.com/microsoft/FluidFramework/commit/8461a406f3086ced7e38a19f70d71cca72667333)
67
+ - odsp-client: Move odsp-client out of experimental ([#21024](https://github.com/microsoft/FluidFramework/pull/21024)) [8461a406f3](https://github.com/microsoft/FluidFramework/commit/8461a406f3086ced7e38a19f70d71cca72667333)
60
68
 
61
- The scope of the odsp-client package is changed from `@fluid-experimental/odsp-client` to `@fluidframework/odsp-client`.
69
+ The scope of the odsp-client package is changed from `@fluid-experimental/odsp-client` to `@fluidframework/odsp-client`.
62
70
 
63
- - Update to TypeScript 5.4 ([#21214](https://github.com/microsoft/FluidFramework/pull/21214)) [0e6256c722](https://github.com/microsoft/FluidFramework/commit/0e6256c722d8bf024f4325bf02547daeeb18bfa6)
71
+ - Update to TypeScript 5.4 ([#21214](https://github.com/microsoft/FluidFramework/pull/21214)) [0e6256c722](https://github.com/microsoft/FluidFramework/commit/0e6256c722d8bf024f4325bf02547daeeb18bfa6)
64
72
 
65
- Update package implementations to use TypeScript 5.4.5.
73
+ Update package implementations to use TypeScript 5.4.5.
66
74
 
67
75
  ## 2.0.0-rc.4.0.0
68
76
 
69
77
  ### Minor Changes
70
78
 
71
- - Rename `AzureMember.userName` to `AzureMember.name` and `IMember.userId` to `IMember.id` [96872186d0](https://github.com/microsoft/FluidFramework/commit/96872186d0d0f245c1fece7d19b3743e501679b6)
79
+ - Rename `AzureMember.userName` to `AzureMember.name` and `IMember.userId` to `IMember.id` [96872186d0](https://github.com/microsoft/FluidFramework/commit/96872186d0d0f245c1fece7d19b3743e501679b6)
72
80
 
73
- 1. Renamed `AzureMember.userName` to `AzureMember.name` to establish uniform naming across odsp-client and azure-client.
74
- 2. Renamed `IMember.userId` to `IMember.id` to align with the properties received from AFR.
81
+ 1. Renamed `AzureMember.userName` to `AzureMember.name` to establish uniform naming across odsp-client and azure-client.
82
+ 2. Renamed `IMember.userId` to `IMember.id` to align with the properties received from AFR.
75
83
 
76
84
  ## 2.0.0-rc.3.0.0
77
85
 
78
86
  ### Major Changes
79
87
 
80
- - Packages now use package.json "exports" and require modern module resolution [97d68aa06b](https://github.com/microsoft/FluidFramework/commit/97d68aa06bd5c022ecb026655814aea222a062ae)
88
+ - Packages now use package.json "exports" and require modern module resolution [97d68aa06b](https://github.com/microsoft/FluidFramework/commit/97d68aa06bd5c022ecb026655814aea222a062ae)
81
89
 
82
- Fluid Framework packages have been updated to use the [package.json "exports"
83
- field](https://nodejs.org/docs/latest-v18.x/api/packages.html#exports) to define explicit entry points for both
84
- TypeScript types and implementation code.
90
+ Fluid Framework packages have been updated to use the [package.json "exports"
91
+ field](https://nodejs.org/docs/latest-v18.x/api/packages.html#exports) to define explicit entry points for both
92
+ TypeScript types and implementation code.
85
93
 
86
- This means that using Fluid Framework packages require the following TypeScript settings in tsconfig.json:
94
+ This means that using Fluid Framework packages require the following TypeScript settings in tsconfig.json:
87
95
 
88
- - `"moduleResolution": "Node16"` with `"module": "Node16"`
89
- - `"moduleResolution": "Bundler"` with `"module": "ESNext"`
96
+ - `"moduleResolution": "Node16"` with `"module": "Node16"`
97
+ - `"moduleResolution": "Bundler"` with `"module": "ESNext"`
90
98
 
91
- We recommend using Node16/Node16 unless absolutely necessary. That will produce transpiled JavaScript that is suitable
92
- for use with modern versions of Node.js _and_ Bundlers.
93
- [See the TypeScript documentation](https://www.typescriptlang.org/tsconfig#moduleResolution) for more information
94
- regarding the module and moduleResolution options.
99
+ We recommend using Node16/Node16 unless absolutely necessary. That will produce transpiled JavaScript that is suitable
100
+ for use with modern versions of Node.js _and_ Bundlers.
101
+ [See the TypeScript documentation](https://www.typescriptlang.org/tsconfig#moduleResolution) for more information
102
+ regarding the module and moduleResolution options.
95
103
 
96
- **Node10 moduleResolution is not supported; it does not support Fluid Framework's API structuring pattern that is used
97
- to distinguish stable APIs from those that are in development.**
104
+ **Node10 moduleResolution is not supported; it does not support Fluid Framework's API structuring pattern that is used
105
+ to distinguish stable APIs from those that are in development.**
98
106
 
99
107
  ## 2.0.0-rc.2.0.0
100
108
 
@@ -104,35 +112,35 @@ Dependency updates only.
104
112
 
105
113
  ### Minor Changes
106
114
 
107
- - Updated server dependencies ([#19122](https://github.com/microsoft/FluidFramework/issues/19122)) [25366b4229](https://github.com/microsoft/FluidFramework/commits/25366b422918cb43685c5f328b50450749592902)
108
-
109
- 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)
110
-
111
- - @fluidframework/gitresources
112
- - @fluidframework/server-kafka-orderer
113
- - @fluidframework/server-lambdas
114
- - @fluidframework/server-lambdas-driver
115
- - @fluidframework/server-local-server
116
- - @fluidframework/server-memory-orderer
117
- - @fluidframework/protocol-base
118
- - @fluidframework/server-routerlicious
119
- - @fluidframework/server-routerlicious-base
120
- - @fluidframework/server-services
121
- - @fluidframework/server-services-client
122
- - @fluidframework/server-services-core
123
- - @fluidframework/server-services-ordering-kafkanode
124
- - @fluidframework/server-services-ordering-rdkafka
125
- - @fluidframework/server-services-ordering-zookeeper
126
- - @fluidframework/server-services-shared
127
- - @fluidframework/server-services-telemetry
128
- - @fluidframework/server-services-utils
129
- - @fluidframework/server-test-utils
130
- - tinylicious
131
-
132
- - Updated @fluidframework/protocol-definitions ([#19122](https://github.com/microsoft/FluidFramework/issues/19122)) [25366b4229](https://github.com/microsoft/FluidFramework/commits/25366b422918cb43685c5f328b50450749592902)
133
-
134
- The @fluidframework/protocol-definitions dependency has been upgraded to v3.1.0. [See the full
135
- changelog.](https://github.com/microsoft/FluidFramework/blob/main/common/lib/protocol-definitions/CHANGELOG.md#310)
115
+ - Updated server dependencies ([#19122](https://github.com/microsoft/FluidFramework/issues/19122)) [25366b4229](https://github.com/microsoft/FluidFramework/commits/25366b422918cb43685c5f328b50450749592902)
116
+
117
+ 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)
118
+
119
+ - @fluidframework/gitresources
120
+ - @fluidframework/server-kafka-orderer
121
+ - @fluidframework/server-lambdas
122
+ - @fluidframework/server-lambdas-driver
123
+ - @fluidframework/server-local-server
124
+ - @fluidframework/server-memory-orderer
125
+ - @fluidframework/protocol-base
126
+ - @fluidframework/server-routerlicious
127
+ - @fluidframework/server-routerlicious-base
128
+ - @fluidframework/server-services
129
+ - @fluidframework/server-services-client
130
+ - @fluidframework/server-services-core
131
+ - @fluidframework/server-services-ordering-kafkanode
132
+ - @fluidframework/server-services-ordering-rdkafka
133
+ - @fluidframework/server-services-ordering-zookeeper
134
+ - @fluidframework/server-services-shared
135
+ - @fluidframework/server-services-telemetry
136
+ - @fluidframework/server-services-utils
137
+ - @fluidframework/server-test-utils
138
+ - tinylicious
139
+
140
+ - Updated @fluidframework/protocol-definitions ([#19122](https://github.com/microsoft/FluidFramework/issues/19122)) [25366b4229](https://github.com/microsoft/FluidFramework/commits/25366b422918cb43685c5f328b50450749592902)
141
+
142
+ The @fluidframework/protocol-definitions dependency has been upgraded to v3.1.0. [See the full
143
+ changelog.](https://github.com/microsoft/FluidFramework/blob/main/common/lib/protocol-definitions/CHANGELOG.md#310)
136
144
 
137
145
  ## 2.0.0-internal.8.0.0
138
146
 
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.47.8"
8
+ "packageVersion": "7.50.1"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/odsp-client",
3
- "version": "2.23.0",
3
+ "version": "2.31.0",
4
4
  "description": "A tool to enable creation and loading of Fluid containers using the ODSP service",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -69,29 +69,29 @@
69
69
  "temp-directory": "nyc/.nyc_output"
70
70
  },
71
71
  "dependencies": {
72
- "@fluidframework/container-definitions": "~2.23.0",
73
- "@fluidframework/container-loader": "~2.23.0",
74
- "@fluidframework/core-interfaces": "~2.23.0",
75
- "@fluidframework/core-utils": "~2.23.0",
76
- "@fluidframework/driver-definitions": "~2.23.0",
77
- "@fluidframework/fluid-static": "~2.23.0",
78
- "@fluidframework/map": "~2.23.0",
79
- "@fluidframework/odsp-doclib-utils": "~2.23.0",
80
- "@fluidframework/odsp-driver": "~2.23.0",
81
- "@fluidframework/odsp-driver-definitions": "~2.23.0",
82
- "@fluidframework/telemetry-utils": "~2.23.0",
72
+ "@fluidframework/container-definitions": "~2.31.0",
73
+ "@fluidframework/container-loader": "~2.31.0",
74
+ "@fluidframework/core-interfaces": "~2.31.0",
75
+ "@fluidframework/core-utils": "~2.31.0",
76
+ "@fluidframework/driver-definitions": "~2.31.0",
77
+ "@fluidframework/fluid-static": "~2.31.0",
78
+ "@fluidframework/map": "~2.31.0",
79
+ "@fluidframework/odsp-doclib-utils": "~2.31.0",
80
+ "@fluidframework/odsp-driver": "~2.31.0",
81
+ "@fluidframework/odsp-driver-definitions": "~2.31.0",
82
+ "@fluidframework/telemetry-utils": "~2.31.0",
83
83
  "uuid": "^9.0.0"
84
84
  },
85
85
  "devDependencies": {
86
86
  "@arethetypeswrong/cli": "^0.17.1",
87
87
  "@biomejs/biome": "~1.9.3",
88
- "@fluid-internal/mocha-test-setup": "~2.23.0",
88
+ "@fluid-internal/mocha-test-setup": "~2.31.0",
89
89
  "@fluid-tools/build-cli": "^0.54.0",
90
90
  "@fluidframework/build-common": "^2.0.3",
91
91
  "@fluidframework/build-tools": "^0.54.0",
92
92
  "@fluidframework/eslint-config-fluid": "^5.7.3",
93
- "@fluidframework/test-utils": "~2.23.0",
94
- "@microsoft/api-extractor": "7.47.8",
93
+ "@fluidframework/test-utils": "~2.31.0",
94
+ "@microsoft/api-extractor": "7.50.1",
95
95
  "@types/mocha": "^10.0.10",
96
96
  "@types/node": "^18.19.0",
97
97
  "@types/uuid": "^9.0.2",
@@ -100,8 +100,7 @@
100
100
  "copyfiles": "^2.4.1",
101
101
  "cross-env": "^7.0.3",
102
102
  "eslint": "~8.55.0",
103
- "mocha": "^10.2.0",
104
- "prettier": "~3.0.3",
103
+ "mocha": "^10.8.2",
105
104
  "rimraf": "^4.4.0",
106
105
  "typescript": "~5.4.5"
107
106
  },
@@ -131,14 +130,12 @@
131
130
  "check:exports:esm:beta": "api-extractor run --config api-extractor/api-extractor-lint-beta.esm.json",
132
131
  "check:exports:esm:public": "api-extractor run --config api-extractor/api-extractor-lint-public.esm.json",
133
132
  "check:format": "npm run check:biome",
134
- "check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
135
133
  "ci:build:docs": "api-extractor run",
136
134
  "clean": "rimraf --glob dist lib {alpha,beta,internal,legacy}.d.ts \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
137
135
  "eslint": "eslint --format stylish src",
138
136
  "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
139
137
  "format": "npm run format:biome",
140
138
  "format:biome": "biome check . --write",
141
- "format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore",
142
139
  "lint": "fluid-build . --task lint",
143
140
  "lint:fix": "fluid-build . --task eslint:fix --task format",
144
141
  "test": "npm run test:mocha",
@@ -1,8 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
-
6
- module.exports = {
7
- ...require("@fluidframework/build-common/prettier.config.cjs"),
8
- };