@fluidframework/aqueduct 2.91.0 → 2.92.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/aqueduct
2
2
 
3
+ ## 2.92.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.91.0
4
8
 
5
9
  Dependency updates only.
package/dist/legacy.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
8
+ * Generated by "flub generate entrypoints --resolutionConditions require --outFileLegacyBeta legacy --outDir ./dist" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  /**
package/dist/public.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
8
+ * Generated by "flub generate entrypoints --resolutionConditions require --outFileLegacyBeta legacy --outDir ./dist" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  /**
package/internal.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
8
+ * Generated by "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  export * from "./lib/index.js";
package/legacy.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
8
+ * Generated by "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  export * from "./lib/legacy.js";
package/lib/legacy.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
8
+ * Generated by "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  /**
package/lib/public.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
8
+ * Generated by "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/aqueduct",
3
- "version": "2.91.0",
3
+ "version": "2.92.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.91.0",
73
- "@fluidframework/container-definitions": "~2.91.0",
74
- "@fluidframework/container-runtime": "~2.91.0",
75
- "@fluidframework/container-runtime-definitions": "~2.91.0",
76
- "@fluidframework/core-interfaces": "~2.91.0",
77
- "@fluidframework/core-utils": "~2.91.0",
78
- "@fluidframework/datastore": "~2.91.0",
79
- "@fluidframework/datastore-definitions": "~2.91.0",
80
- "@fluidframework/map": "~2.91.0",
81
- "@fluidframework/request-handler": "~2.91.0",
82
- "@fluidframework/runtime-definitions": "~2.91.0",
83
- "@fluidframework/runtime-utils": "~2.91.0",
84
- "@fluidframework/shared-object-base": "~2.91.0",
85
- "@fluidframework/synthesize": "~2.91.0",
86
- "@fluidframework/telemetry-utils": "~2.91.0",
87
- "@fluidframework/tree": "~2.91.0"
72
+ "@fluid-internal/client-utils": "~2.92.0",
73
+ "@fluidframework/container-definitions": "~2.92.0",
74
+ "@fluidframework/container-runtime": "~2.92.0",
75
+ "@fluidframework/container-runtime-definitions": "~2.92.0",
76
+ "@fluidframework/core-interfaces": "~2.92.0",
77
+ "@fluidframework/core-utils": "~2.92.0",
78
+ "@fluidframework/datastore": "~2.92.0",
79
+ "@fluidframework/datastore-definitions": "~2.92.0",
80
+ "@fluidframework/map": "~2.92.0",
81
+ "@fluidframework/request-handler": "~2.92.0",
82
+ "@fluidframework/runtime-definitions": "~2.92.0",
83
+ "@fluidframework/runtime-utils": "~2.92.0",
84
+ "@fluidframework/shared-object-base": "~2.92.0",
85
+ "@fluidframework/synthesize": "~2.92.0",
86
+ "@fluidframework/telemetry-utils": "~2.92.0",
87
+ "@fluidframework/tree": "~2.92.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.91.0",
93
- "@fluid-tools/build-cli": "^0.63.0",
94
- "@fluidframework/aqueduct-previous": "npm:@fluidframework/aqueduct@2.83.0",
92
+ "@fluid-internal/mocha-test-setup": "~2.92.0",
93
+ "@fluid-tools/build-cli": "^0.64.0",
94
+ "@fluidframework/aqueduct-previous": "npm:@fluidframework/aqueduct@2.91.0",
95
95
  "@fluidframework/build-common": "^2.0.3",
96
- "@fluidframework/build-tools": "^0.63.0",
97
- "@fluidframework/eslint-config-fluid": "~2.91.0",
96
+ "@fluidframework/build-tools": "^0.64.0",
97
+ "@fluidframework/eslint-config-fluid": "^9.0.0",
98
98
  "@microsoft/api-extractor": "7.52.11",
99
99
  "@types/mocha": "^10.0.10",
100
100
  "@types/node": "~20.19.30",
@@ -115,7 +115,7 @@
115
115
  },
116
116
  "scripts": {
117
117
  "api": "fluid-build . --task api",
118
- "api-extractor:commonjs": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./dist",
118
+ "api-extractor:commonjs": "flub generate entrypoints --resolutionConditions require --outFileLegacyBeta legacy --outDir ./dist",
119
119
  "api-extractor:esnext": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat",
120
120
  "build": "fluid-build . --task build",
121
121
  "build:api-reports": "concurrently \"npm:build:api-reports:*\"",