@fluidframework/register-collection 2.30.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,9 @@
1
1
  # @fluidframework/register-collection
2
2
 
3
+ ## 2.31.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.30.0
4
8
 
5
9
  Dependency updates only.
@@ -60,45 +64,45 @@ Dependency updates only.
60
64
 
61
65
  ### Minor Changes
62
66
 
63
- - Update to TypeScript 5.4 ([#21214](https://github.com/microsoft/FluidFramework/pull/21214)) [0e6256c722](https://github.com/microsoft/FluidFramework/commit/0e6256c722d8bf024f4325bf02547daeeb18bfa6)
67
+ - Update to TypeScript 5.4 ([#21214](https://github.com/microsoft/FluidFramework/pull/21214)) [0e6256c722](https://github.com/microsoft/FluidFramework/commit/0e6256c722d8bf024f4325bf02547daeeb18bfa6)
64
68
 
65
- Update package implementations to use TypeScript 5.4.5.
69
+ Update package implementations to use TypeScript 5.4.5.
66
70
 
67
71
  ## 2.0.0-rc.4.0.0
68
72
 
69
73
  ### Minor Changes
70
74
 
71
- - Deprecated members of IFluidHandle are split off into new IFluidHandleInternal interface [96872186d0](https://github.com/microsoft/FluidFramework/commit/96872186d0d0f245c1fece7d19b3743e501679b6)
75
+ - Deprecated members of IFluidHandle are split off into new IFluidHandleInternal interface [96872186d0](https://github.com/microsoft/FluidFramework/commit/96872186d0d0f245c1fece7d19b3743e501679b6)
72
76
 
73
- Split IFluidHandle into two interfaces, `IFluidHandle` and `IFluidHandleInternal`.
74
- Code depending on the previously deprecated members of IFluidHandle can access them by using `toFluidHandleInternal` from `@fluidframework/runtime-utils/legacy`.
77
+ Split IFluidHandle into two interfaces, `IFluidHandle` and `IFluidHandleInternal`.
78
+ Code depending on the previously deprecated members of IFluidHandle can access them by using `toFluidHandleInternal` from `@fluidframework/runtime-utils/legacy`.
75
79
 
76
- External implementation of the `IFluidHandle` interface are not supported: this change makes the typing better convey this using the `ErasedType` pattern.
77
- Any existing and previously working, and now broken, external implementations of `IFluidHandle` should still work at runtime, but will need some unsafe type casts to compile.
78
- Such handle implementation may break in the future and thus should be replaced with use of handles produced by the Fluid Framework client packages.
80
+ External implementation of the `IFluidHandle` interface are not supported: this change makes the typing better convey this using the `ErasedType` pattern.
81
+ Any existing and previously working, and now broken, external implementations of `IFluidHandle` should still work at runtime, but will need some unsafe type casts to compile.
82
+ Such handle implementation may break in the future and thus should be replaced with use of handles produced by the Fluid Framework client packages.
79
83
 
80
84
  ## 2.0.0-rc.3.0.0
81
85
 
82
86
  ### Major Changes
83
87
 
84
- - 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)
85
89
 
86
- Fluid Framework packages have been updated to use the [package.json "exports"
87
- field](https://nodejs.org/docs/latest-v18.x/api/packages.html#exports) to define explicit entry points for both
88
- 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.
89
93
 
90
- 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:
91
95
 
92
- - `"moduleResolution": "Node16"` with `"module": "Node16"`
93
- - `"moduleResolution": "Bundler"` with `"module": "ESNext"`
96
+ - `"moduleResolution": "Node16"` with `"module": "Node16"`
97
+ - `"moduleResolution": "Bundler"` with `"module": "ESNext"`
94
98
 
95
- We recommend using Node16/Node16 unless absolutely necessary. That will produce transpiled JavaScript that is suitable
96
- for use with modern versions of Node.js _and_ Bundlers.
97
- [See the TypeScript documentation](https://www.typescriptlang.org/tsconfig#moduleResolution) for more information
98
- 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.
99
103
 
100
- **Node10 moduleResolution is not supported; it does not support Fluid Framework's API structuring pattern that is used
101
- 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.**
102
106
 
103
107
  ## 2.0.0-rc.2.0.0
104
108
 
@@ -108,35 +112,35 @@ Dependency updates only.
108
112
 
109
113
  ### Minor Changes
110
114
 
111
- - Updated server dependencies ([#19122](https://github.com/microsoft/FluidFramework/issues/19122)) [25366b4229](https://github.com/microsoft/FluidFramework/commits/25366b422918cb43685c5f328b50450749592902)
112
-
113
- 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)
114
-
115
- - @fluidframework/gitresources
116
- - @fluidframework/server-kafka-orderer
117
- - @fluidframework/server-lambdas
118
- - @fluidframework/server-lambdas-driver
119
- - @fluidframework/server-local-server
120
- - @fluidframework/server-memory-orderer
121
- - @fluidframework/protocol-base
122
- - @fluidframework/server-routerlicious
123
- - @fluidframework/server-routerlicious-base
124
- - @fluidframework/server-services
125
- - @fluidframework/server-services-client
126
- - @fluidframework/server-services-core
127
- - @fluidframework/server-services-ordering-kafkanode
128
- - @fluidframework/server-services-ordering-rdkafka
129
- - @fluidframework/server-services-ordering-zookeeper
130
- - @fluidframework/server-services-shared
131
- - @fluidframework/server-services-telemetry
132
- - @fluidframework/server-services-utils
133
- - @fluidframework/server-test-utils
134
- - tinylicious
135
-
136
- - Updated @fluidframework/protocol-definitions ([#19122](https://github.com/microsoft/FluidFramework/issues/19122)) [25366b4229](https://github.com/microsoft/FluidFramework/commits/25366b422918cb43685c5f328b50450749592902)
137
-
138
- The @fluidframework/protocol-definitions dependency has been upgraded to v3.1.0. [See the full
139
- 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)
140
144
 
141
145
  ## 2.0.0-internal.8.0.0
142
146
 
@@ -162,45 +166,45 @@ Dependency updates only.
162
166
 
163
167
  ### Major Changes
164
168
 
165
- - Dependencies on @fluidframework/protocol-definitions package updated to 3.0.0 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
166
-
167
- This included the following changes from the protocol-definitions release:
168
-
169
- - Updating signal interfaces for some planned improvements. The intention is split the interface between signals
170
- submitted by clients to the server and the resulting signals sent from the server to clients.
171
- - A new optional type member is available on the ISignalMessage interface and a new ISentSignalMessage interface has
172
- been added, which will be the typing for signals sent from the client to the server. Both extend a new
173
- ISignalMessageBase interface that contains common members.
174
- - The @fluidframework/common-definitions package dependency has been updated to version 1.0.0.
175
-
176
- - Server upgrade: dependencies on Fluid server packages updated to 2.0.1 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
177
-
178
- Dependencies on the following Fluid server package have been updated to version 2.0.1:
179
-
180
- - @fluidframework/gitresources: 2.0.1
181
- - @fluidframework/server-kafka-orderer: 2.0.1
182
- - @fluidframework/server-lambdas: 2.0.1
183
- - @fluidframework/server-lambdas-driver: 2.0.1
184
- - @fluidframework/server-local-server: 2.0.1
185
- - @fluidframework/server-memory-orderer: 2.0.1
186
- - @fluidframework/protocol-base: 2.0.1
187
- - @fluidframework/server-routerlicious: 2.0.1
188
- - @fluidframework/server-routerlicious-base: 2.0.1
189
- - @fluidframework/server-services: 2.0.1
190
- - @fluidframework/server-services-client: 2.0.1
191
- - @fluidframework/server-services-core: 2.0.1
192
- - @fluidframework/server-services-ordering-kafkanode: 2.0.1
193
- - @fluidframework/server-services-ordering-rdkafka: 2.0.1
194
- - @fluidframework/server-services-ordering-zookeeper: 2.0.1
195
- - @fluidframework/server-services-shared: 2.0.1
196
- - @fluidframework/server-services-telemetry: 2.0.1
197
- - @fluidframework/server-services-utils: 2.0.1
198
- - @fluidframework/server-test-utils: 2.0.1
199
- - tinylicious: 2.0.1
200
-
201
- - Minimum TypeScript version now 5.1.6 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
202
-
203
- The minimum supported TypeScript version for Fluid 2.0 clients is now 5.1.6.
169
+ - Dependencies on @fluidframework/protocol-definitions package updated to 3.0.0 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
170
+
171
+ This included the following changes from the protocol-definitions release:
172
+
173
+ - Updating signal interfaces for some planned improvements. The intention is split the interface between signals
174
+ submitted by clients to the server and the resulting signals sent from the server to clients.
175
+ - A new optional type member is available on the ISignalMessage interface and a new ISentSignalMessage interface has
176
+ been added, which will be the typing for signals sent from the client to the server. Both extend a new
177
+ ISignalMessageBase interface that contains common members.
178
+ - The @fluidframework/common-definitions package dependency has been updated to version 1.0.0.
179
+
180
+ - Server upgrade: dependencies on Fluid server packages updated to 2.0.1 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
181
+
182
+ Dependencies on the following Fluid server package have been updated to version 2.0.1:
183
+
184
+ - @fluidframework/gitresources: 2.0.1
185
+ - @fluidframework/server-kafka-orderer: 2.0.1
186
+ - @fluidframework/server-lambdas: 2.0.1
187
+ - @fluidframework/server-lambdas-driver: 2.0.1
188
+ - @fluidframework/server-local-server: 2.0.1
189
+ - @fluidframework/server-memory-orderer: 2.0.1
190
+ - @fluidframework/protocol-base: 2.0.1
191
+ - @fluidframework/server-routerlicious: 2.0.1
192
+ - @fluidframework/server-routerlicious-base: 2.0.1
193
+ - @fluidframework/server-services: 2.0.1
194
+ - @fluidframework/server-services-client: 2.0.1
195
+ - @fluidframework/server-services-core: 2.0.1
196
+ - @fluidframework/server-services-ordering-kafkanode: 2.0.1
197
+ - @fluidframework/server-services-ordering-rdkafka: 2.0.1
198
+ - @fluidframework/server-services-ordering-zookeeper: 2.0.1
199
+ - @fluidframework/server-services-shared: 2.0.1
200
+ - @fluidframework/server-services-telemetry: 2.0.1
201
+ - @fluidframework/server-services-utils: 2.0.1
202
+ - @fluidframework/server-test-utils: 2.0.1
203
+ - tinylicious: 2.0.1
204
+
205
+ - Minimum TypeScript version now 5.1.6 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
206
+
207
+ The minimum supported TypeScript version for Fluid 2.0 clients is now 5.1.6.
204
208
 
205
209
  ## 2.0.0-internal.6.4.0
206
210
 
@@ -222,9 +226,9 @@ Dependency updates only.
222
226
 
223
227
  ### Major Changes
224
228
 
225
- - Upgraded typescript transpilation target to ES2020 [8abce8cdb4](https://github.com/microsoft/FluidFramework/commits/8abce8cdb4e2832fb6405fb44e393bef03d5648a)
229
+ - Upgraded typescript transpilation target to ES2020 [8abce8cdb4](https://github.com/microsoft/FluidFramework/commits/8abce8cdb4e2832fb6405fb44e393bef03d5648a)
226
230
 
227
- Upgraded typescript transpilation target to ES2020. This is done in order to decrease the bundle sizes of Fluid Framework packages. This has provided size improvements across the board for ex. Loader, Driver, Runtime etc. Reduced bundle sizes helps to load lesser code in apps and hence also helps to improve the perf.If any app wants to target any older versions of browsers with which this target version is not compatible, then they can use packages like babel to transpile to a older target.
231
+ Upgraded typescript transpilation target to ES2020. This is done in order to decrease the bundle sizes of Fluid Framework packages. This has provided size improvements across the board for ex. Loader, Driver, Runtime etc. Reduced bundle sizes helps to load lesser code in apps and hence also helps to improve the perf.If any app wants to target any older versions of browsers with which this target version is not compatible, then they can use packages like babel to transpile to a older target.
228
232
 
229
233
  ## 2.0.0-internal.5.4.0
230
234
 
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export declare const pkgName = "@fluidframework/register-collection";
8
- export declare const pkgVersion = "2.30.0";
8
+ export declare const pkgVersion = "2.31.0";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -8,5 +8,5 @@
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  exports.pkgVersion = exports.pkgName = void 0;
10
10
  exports.pkgName = "@fluidframework/register-collection";
11
- exports.pkgVersion = "2.30.0";
11
+ exports.pkgVersion = "2.31.0";
12
12
  //# sourceMappingURL=packageVersion.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,qCAAqC,CAAC;AAChD,QAAA,UAAU,GAAG,QAAQ,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/register-collection\";\nexport const pkgVersion = \"2.30.0\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,qCAAqC,CAAC;AAChD,QAAA,UAAU,GAAG,QAAQ,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/register-collection\";\nexport const pkgVersion = \"2.31.0\";\n"]}
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export declare const pkgName = "@fluidframework/register-collection";
8
- export declare const pkgVersion = "2.30.0";
8
+ export declare const pkgVersion = "2.31.0";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export const pkgName = "@fluidframework/register-collection";
8
- export const pkgVersion = "2.30.0";
8
+ export const pkgVersion = "2.31.0";
9
9
  //# sourceMappingURL=packageVersion.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,qCAAqC,CAAC;AAC7D,MAAM,CAAC,MAAM,UAAU,GAAG,QAAQ,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/register-collection\";\nexport const pkgVersion = \"2.30.0\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,qCAAqC,CAAC;AAC7D,MAAM,CAAC,MAAM,UAAU,GAAG,QAAQ,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/register-collection\";\nexport const pkgVersion = \"2.31.0\";\n"]}
@@ -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/register-collection",
3
- "version": "2.30.0",
3
+ "version": "2.31.0",
4
4
  "description": "Consensus Register",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -69,27 +69,27 @@
69
69
  "temp-directory": "nyc/.nyc_output"
70
70
  },
71
71
  "dependencies": {
72
- "@fluid-internal/client-utils": "~2.30.0",
73
- "@fluidframework/core-interfaces": "~2.30.0",
74
- "@fluidframework/core-utils": "~2.30.0",
75
- "@fluidframework/datastore-definitions": "~2.30.0",
76
- "@fluidframework/driver-definitions": "~2.30.0",
77
- "@fluidframework/driver-utils": "~2.30.0",
78
- "@fluidframework/runtime-definitions": "~2.30.0",
79
- "@fluidframework/shared-object-base": "~2.30.0"
72
+ "@fluid-internal/client-utils": "~2.31.0",
73
+ "@fluidframework/core-interfaces": "~2.31.0",
74
+ "@fluidframework/core-utils": "~2.31.0",
75
+ "@fluidframework/datastore-definitions": "~2.31.0",
76
+ "@fluidframework/driver-definitions": "~2.31.0",
77
+ "@fluidframework/driver-utils": "~2.31.0",
78
+ "@fluidframework/runtime-definitions": "~2.31.0",
79
+ "@fluidframework/shared-object-base": "~2.31.0"
80
80
  },
81
81
  "devDependencies": {
82
82
  "@arethetypeswrong/cli": "^0.17.1",
83
83
  "@biomejs/biome": "~1.9.3",
84
- "@fluid-internal/mocha-test-setup": "~2.30.0",
85
- "@fluid-private/test-dds-utils": "~2.30.0",
84
+ "@fluid-internal/mocha-test-setup": "~2.31.0",
85
+ "@fluid-private/test-dds-utils": "~2.31.0",
86
86
  "@fluid-tools/build-cli": "^0.54.0",
87
87
  "@fluidframework/build-common": "^2.0.3",
88
88
  "@fluidframework/build-tools": "^0.54.0",
89
89
  "@fluidframework/eslint-config-fluid": "^5.7.3",
90
- "@fluidframework/register-collection-previous": "npm:@fluidframework/register-collection@2.23.0",
91
- "@fluidframework/test-runtime-utils": "~2.30.0",
92
- "@microsoft/api-extractor": "7.47.8",
90
+ "@fluidframework/register-collection-previous": "npm:@fluidframework/register-collection@2.30.0",
91
+ "@fluidframework/test-runtime-utils": "~2.31.0",
92
+ "@microsoft/api-extractor": "7.50.1",
93
93
  "@types/mocha": "^10.0.10",
94
94
  "@types/node": "^18.19.0",
95
95
  "c8": "^8.0.1",
@@ -100,7 +100,6 @@
100
100
  "mocha": "^10.8.2",
101
101
  "mocha-multi-reporters": "^1.5.1",
102
102
  "moment": "^2.21.0",
103
- "prettier": "~3.0.3",
104
103
  "replace-in-file": "^6.3.5",
105
104
  "rimraf": "^4.4.0",
106
105
  "typescript": "~5.4.5"
@@ -134,7 +133,6 @@
134
133
  "check:exports:esm:legacy": "api-extractor run --config api-extractor/api-extractor-lint-legacy.esm.json",
135
134
  "check:exports:esm:public": "api-extractor run --config api-extractor/api-extractor-lint-public.esm.json",
136
135
  "check:format": "npm run check:biome",
137
- "check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
138
136
  "ci:build:api-reports": "concurrently \"npm:ci:build:api-reports:*\"",
139
137
  "ci:build:api-reports:current": "api-extractor run --config api-extractor/api-extractor.current.json",
140
138
  "ci:build:api-reports:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
@@ -144,7 +142,6 @@
144
142
  "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
145
143
  "format": "npm run format:biome",
146
144
  "format:biome": "biome check . --write",
147
- "format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore",
148
145
  "lint": "fluid-build . --task lint",
149
146
  "lint:fix": "fluid-build . --task eslint:fix --task format",
150
147
  "test": "npm run test:mocha",
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/register-collection";
9
- export const pkgVersion = "2.30.0";
9
+ export const pkgVersion = "2.31.0";
@@ -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
- };