@fluidframework/aqueduct 2.103.0 → 2.110.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 +4 -0
  2. package/package.json +28 -21
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/aqueduct
2
2
 
3
+ ## 2.110.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.103.0
4
8
 
5
9
  Dependency updates only.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/aqueduct",
3
- "version": "2.103.0",
3
+ "version": "2.110.0",
4
4
  "description": "A set of implementations for Fluid Framework interfaces.",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -69,32 +69,32 @@
69
69
  "temp-directory": "nyc/.nyc_output"
70
70
  },
71
71
  "dependencies": {
72
- "@fluid-internal/client-utils": "~2.103.0",
73
- "@fluidframework/container-definitions": "~2.103.0",
74
- "@fluidframework/container-runtime": "~2.103.0",
75
- "@fluidframework/container-runtime-definitions": "~2.103.0",
76
- "@fluidframework/core-interfaces": "~2.103.0",
77
- "@fluidframework/core-utils": "~2.103.0",
78
- "@fluidframework/datastore": "~2.103.0",
79
- "@fluidframework/datastore-definitions": "~2.103.0",
80
- "@fluidframework/map": "~2.103.0",
81
- "@fluidframework/request-handler": "~2.103.0",
82
- "@fluidframework/runtime-definitions": "~2.103.0",
83
- "@fluidframework/runtime-utils": "~2.103.0",
84
- "@fluidframework/shared-object-base": "~2.103.0",
85
- "@fluidframework/synthesize": "~2.103.0",
86
- "@fluidframework/telemetry-utils": "~2.103.0",
87
- "@fluidframework/tree": "~2.103.0"
72
+ "@fluid-internal/client-utils": "~2.110.0",
73
+ "@fluidframework/container-definitions": "~2.110.0",
74
+ "@fluidframework/container-runtime": "~2.110.0",
75
+ "@fluidframework/container-runtime-definitions": "~2.110.0",
76
+ "@fluidframework/core-interfaces": "~2.110.0",
77
+ "@fluidframework/core-utils": "~2.110.0",
78
+ "@fluidframework/datastore": "~2.110.0",
79
+ "@fluidframework/datastore-definitions": "~2.110.0",
80
+ "@fluidframework/map": "~2.110.0",
81
+ "@fluidframework/request-handler": "~2.110.0",
82
+ "@fluidframework/runtime-definitions": "~2.110.0",
83
+ "@fluidframework/runtime-utils": "~2.110.0",
84
+ "@fluidframework/shared-object-base": "~2.110.0",
85
+ "@fluidframework/synthesize": "~2.110.0",
86
+ "@fluidframework/telemetry-utils": "~2.110.0",
87
+ "@fluidframework/tree": "~2.110.0"
88
88
  },
89
89
  "devDependencies": {
90
90
  "@arethetypeswrong/cli": "^0.18.2",
91
91
  "@biomejs/biome": "~2.4.5",
92
- "@fluid-internal/mocha-test-setup": "~2.103.0",
92
+ "@fluid-internal/mocha-test-setup": "~2.110.0",
93
93
  "@fluid-tools/build-cli": "^0.65.0",
94
- "@fluidframework/aqueduct-previous": "npm:@fluidframework/aqueduct@2.101.0",
94
+ "@fluidframework/aqueduct-previous": "npm:@fluidframework/aqueduct@2.103.0",
95
95
  "@fluidframework/build-common": "^2.0.3",
96
96
  "@fluidframework/build-tools": "^0.65.0",
97
- "@fluidframework/eslint-config-fluid": "^9.0.0",
97
+ "@fluidframework/eslint-config-fluid": "^13.0.0",
98
98
  "@microsoft/api-extractor": "7.58.1",
99
99
  "@types/mocha": "^10.0.10",
100
100
  "@types/node": "~22.19.17",
@@ -110,7 +110,14 @@
110
110
  "typescript": "~5.4.5"
111
111
  },
112
112
  "typeValidation": {
113
- "broken": {},
113
+ "broken": {
114
+ "Interface_DataObjectFactoryProps": {
115
+ "backCompat": false
116
+ },
117
+ "Interface_IDataObjectProps": {
118
+ "backCompat": false
119
+ }
120
+ },
114
121
  "entrypoint": "legacy"
115
122
  },
116
123
  "scripts": {