@fluidframework/aqueduct 2.73.0 → 2.74.0-365691

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 (1) hide show
  1. package/package.json +21 -25
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/aqueduct",
3
- "version": "2.73.0",
3
+ "version": "2.74.0-365691",
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.73.0",
73
- "@fluidframework/container-definitions": "~2.73.0",
74
- "@fluidframework/container-runtime": "~2.73.0",
75
- "@fluidframework/container-runtime-definitions": "~2.73.0",
76
- "@fluidframework/core-interfaces": "~2.73.0",
77
- "@fluidframework/core-utils": "~2.73.0",
78
- "@fluidframework/datastore": "~2.73.0",
79
- "@fluidframework/datastore-definitions": "~2.73.0",
80
- "@fluidframework/map": "~2.73.0",
81
- "@fluidframework/request-handler": "~2.73.0",
82
- "@fluidframework/runtime-definitions": "~2.73.0",
83
- "@fluidframework/runtime-utils": "~2.73.0",
84
- "@fluidframework/shared-object-base": "~2.73.0",
85
- "@fluidframework/synthesize": "~2.73.0",
86
- "@fluidframework/telemetry-utils": "~2.73.0",
87
- "@fluidframework/tree": "~2.73.0"
72
+ "@fluid-internal/client-utils": "2.74.0-365691",
73
+ "@fluidframework/container-definitions": "2.74.0-365691",
74
+ "@fluidframework/container-runtime": "2.74.0-365691",
75
+ "@fluidframework/container-runtime-definitions": "2.74.0-365691",
76
+ "@fluidframework/core-interfaces": "2.74.0-365691",
77
+ "@fluidframework/core-utils": "2.74.0-365691",
78
+ "@fluidframework/datastore": "2.74.0-365691",
79
+ "@fluidframework/datastore-definitions": "2.74.0-365691",
80
+ "@fluidframework/map": "2.74.0-365691",
81
+ "@fluidframework/request-handler": "2.74.0-365691",
82
+ "@fluidframework/runtime-definitions": "2.74.0-365691",
83
+ "@fluidframework/runtime-utils": "2.74.0-365691",
84
+ "@fluidframework/shared-object-base": "2.74.0-365691",
85
+ "@fluidframework/synthesize": "2.74.0-365691",
86
+ "@fluidframework/telemetry-utils": "2.74.0-365691",
87
+ "@fluidframework/tree": "2.74.0-365691"
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.73.0",
92
+ "@fluid-internal/mocha-test-setup": "2.74.0-365691",
93
93
  "@fluid-tools/build-cli": "^0.60.0",
94
- "@fluidframework/aqueduct-previous": "npm:@fluidframework/aqueduct@2.71.0",
94
+ "@fluidframework/aqueduct-previous": "npm:@fluidframework/aqueduct@2.73.0",
95
95
  "@fluidframework/build-common": "^2.0.3",
96
96
  "@fluidframework/build-tools": "^0.60.0",
97
- "@fluidframework/eslint-config-fluid": "~2.73.0",
97
+ "@fluidframework/eslint-config-fluid": "2.74.0-365691",
98
98
  "@microsoft/api-extractor": "7.52.11",
99
99
  "@types/mocha": "^10.0.10",
100
100
  "@types/node": "^18.19.0",
@@ -109,11 +109,7 @@
109
109
  "typescript": "~5.4.5"
110
110
  },
111
111
  "typeValidation": {
112
- "broken": {
113
- "Interface_DataObjectFactoryProps": {
114
- "forwardCompat": false
115
- }
116
- },
112
+ "broken": {},
117
113
  "entrypoint": "legacy"
118
114
  },
119
115
  "scripts": {