@fluid-experimental/data-objects 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.
package/.eslintrc.cjs CHANGED
@@ -20,7 +20,7 @@ module.exports = {
20
20
  files: ["*.spec.ts", "src/test/**"],
21
21
  rules: {
22
22
  // Test files are run in node only so additional node libraries can be used.
23
- "import/no-nodejs-modules": ["error", { allow: ["assert"] }],
23
+ "import-x/no-nodejs-modules": ["error", { allow: ["assert"] }],
24
24
  },
25
25
  },
26
26
  ],
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluid-experimental/data-objects
2
2
 
3
+ ## 2.72.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.71.0
4
8
 
5
9
  Dependency updates only.
@@ -152,7 +156,6 @@ Dependency updates only.
152
156
  TypeScript types and implementation code.
153
157
 
154
158
  This means that using Fluid Framework packages require the following TypeScript settings in tsconfig.json:
155
-
156
159
  - `"moduleResolution": "Node16"` with `"module": "Node16"`
157
160
  - `"moduleResolution": "Bundler"` with `"module": "ESNext"`
158
161
 
@@ -216,7 +219,6 @@ Dependency updates only.
216
219
 
217
220
  The **@fluidframework/common-definitions** package is being deprecated, so the following interfaces and types are now
218
221
  imported from the **@fluidframework/core-interfaces** package:
219
-
220
222
  - interface IDisposable
221
223
  - interface IErrorEvent
222
224
  - interface IErrorEvent
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/data-objects",
3
- "version": "2.71.0",
3
+ "version": "2.72.0",
4
4
  "description": "A collection of ready to use Fluid Data Objects",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -27,22 +27,22 @@
27
27
  "main": "lib/index.js",
28
28
  "types": "lib/index.d.ts",
29
29
  "dependencies": {
30
- "@fluid-internal/client-utils": "~2.71.0",
31
- "@fluidframework/aqueduct": "~2.71.0",
32
- "@fluidframework/core-interfaces": "~2.71.0",
33
- "@fluidframework/core-utils": "~2.71.0",
34
- "@fluidframework/datastore-definitions": "~2.71.0",
35
- "@fluidframework/map": "~2.71.0",
36
- "@fluidframework/runtime-definitions": "~2.71.0",
37
- "@fluidframework/shared-object-base": "~2.71.0"
30
+ "@fluid-internal/client-utils": "~2.72.0",
31
+ "@fluidframework/aqueduct": "~2.72.0",
32
+ "@fluidframework/core-interfaces": "~2.72.0",
33
+ "@fluidframework/core-utils": "~2.72.0",
34
+ "@fluidframework/datastore-definitions": "~2.72.0",
35
+ "@fluidframework/map": "~2.72.0",
36
+ "@fluidframework/runtime-definitions": "~2.72.0",
37
+ "@fluidframework/shared-object-base": "~2.72.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@arethetypeswrong/cli": "^0.17.1",
41
41
  "@biomejs/biome": "~1.9.3",
42
- "@fluid-tools/build-cli": "^0.58.3",
42
+ "@fluid-tools/build-cli": "^0.60.0",
43
43
  "@fluidframework/build-common": "^2.0.3",
44
- "@fluidframework/build-tools": "^0.58.3",
45
- "@fluidframework/eslint-config-fluid": "^7.0.0",
44
+ "@fluidframework/build-tools": "^0.60.0",
45
+ "@fluidframework/eslint-config-fluid": "~2.72.0",
46
46
  "@microsoft/api-extractor": "7.52.11",
47
47
  "@types/node": "^18.19.0",
48
48
  "concurrently": "^8.2.1",