@fluidframework/aqueduct 2.70.0-361248 → 2.70.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 +10 -0
  2. package/package.json +26 -19
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @fluidframework/aqueduct
2
2
 
3
+ ## 2.70.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Removed deprecated export of MinimumVersionForCollab from @fluidframework/container-runtime ([#25309](https://github.com/microsoft/FluidFramework/pull/25309)) [776cb1ce31](https://github.com/microsoft/FluidFramework/commit/776cb1ce31176e1eb07ba2723c2d51e6f4cc379f)
8
+
9
+ Removed the deprecated re-export of MinimumVersionForCollab from @fluidframework/container-runtime.
10
+ This type should now be imported from @fluidframework/runtime-definitions.
11
+ See the [Fluid Framework 2.52.0 release notes](https://github.com/microsoft/FluidFramework/releases/tag/client_v2.52.0) for details.
12
+
3
13
  ## 2.63.0
4
14
 
5
15
  Dependency updates only.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/aqueduct",
3
- "version": "2.70.0-361248",
3
+ "version": "2.70.0",
4
4
  "description": "A set of implementations for Fluid Framework interfaces.",
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.70.0-361248",
73
- "@fluidframework/container-definitions": "2.70.0-361248",
74
- "@fluidframework/container-runtime": "2.70.0-361248",
75
- "@fluidframework/container-runtime-definitions": "2.70.0-361248",
76
- "@fluidframework/core-interfaces": "2.70.0-361248",
77
- "@fluidframework/core-utils": "2.70.0-361248",
78
- "@fluidframework/datastore": "2.70.0-361248",
79
- "@fluidframework/datastore-definitions": "2.70.0-361248",
80
- "@fluidframework/map": "2.70.0-361248",
81
- "@fluidframework/request-handler": "2.70.0-361248",
82
- "@fluidframework/runtime-definitions": "2.70.0-361248",
83
- "@fluidframework/runtime-utils": "2.70.0-361248",
84
- "@fluidframework/shared-object-base": "2.70.0-361248",
85
- "@fluidframework/synthesize": "2.70.0-361248",
86
- "@fluidframework/telemetry-utils": "2.70.0-361248",
87
- "@fluidframework/tree": "2.70.0-361248"
72
+ "@fluid-internal/client-utils": "~2.70.0",
73
+ "@fluidframework/container-definitions": "~2.70.0",
74
+ "@fluidframework/container-runtime": "~2.70.0",
75
+ "@fluidframework/container-runtime-definitions": "~2.70.0",
76
+ "@fluidframework/core-interfaces": "~2.70.0",
77
+ "@fluidframework/core-utils": "~2.70.0",
78
+ "@fluidframework/datastore": "~2.70.0",
79
+ "@fluidframework/datastore-definitions": "~2.70.0",
80
+ "@fluidframework/map": "~2.70.0",
81
+ "@fluidframework/request-handler": "~2.70.0",
82
+ "@fluidframework/runtime-definitions": "~2.70.0",
83
+ "@fluidframework/runtime-utils": "~2.70.0",
84
+ "@fluidframework/shared-object-base": "~2.70.0",
85
+ "@fluidframework/synthesize": "~2.70.0",
86
+ "@fluidframework/telemetry-utils": "~2.70.0",
87
+ "@fluidframework/tree": "~2.70.0"
88
88
  },
89
89
  "devDependencies": {
90
90
  "@arethetypeswrong/cli": "^0.17.1",
91
91
  "@biomejs/biome": "~1.9.3",
92
- "@fluid-internal/mocha-test-setup": "2.70.0-361248",
92
+ "@fluid-internal/mocha-test-setup": "~2.70.0",
93
93
  "@fluid-tools/build-cli": "^0.58.3",
94
94
  "@fluidframework/aqueduct-previous": "npm:@fluidframework/aqueduct@2.63.0",
95
95
  "@fluidframework/build-common": "^2.0.3",
@@ -109,7 +109,14 @@
109
109
  "typescript": "~5.4.5"
110
110
  },
111
111
  "typeValidation": {
112
- "broken": {},
112
+ "broken": {
113
+ "Interface_DataObjectFactoryProps": {
114
+ "backCompat": false
115
+ },
116
+ "Interface_IDataObjectProps": {
117
+ "backCompat": false
118
+ }
119
+ },
113
120
  "entrypoint": "legacy"
114
121
  },
115
122
  "scripts": {