fluid-framework 2.70.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/CHANGELOG.md +72 -45
- package/api-report/fluid-framework.alpha.api.md +53 -22
- package/api-report/fluid-framework.beta.api.md +46 -0
- package/api-report/fluid-framework.legacy.beta.api.md +46 -0
- package/api-report/fluid-framework.legacy.public.api.md +1 -0
- package/api-report/fluid-framework.public.api.md +1 -0
- package/dist/alpha.d.ts +12 -7
- package/dist/beta.d.ts +8 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/legacy.d.ts +8 -0
- package/lib/alpha.d.ts +12 -7
- package/lib/beta.d.ts +8 -0
- package/lib/index.js +2 -2
- package/lib/index.js.map +1 -1
- package/lib/legacy.d.ts +8 -0
- package/package.json +17 -17
- package/src/index.ts +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fluid-framework",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.72.0",
|
|
4
4
|
"description": "The main entry point into Fluid Framework public packages",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -57,25 +57,25 @@
|
|
|
57
57
|
"main": "lib/index.js",
|
|
58
58
|
"types": "lib/public.d.ts",
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@fluidframework/container-definitions": "~2.
|
|
61
|
-
"@fluidframework/container-loader": "~2.
|
|
62
|
-
"@fluidframework/core-interfaces": "~2.
|
|
63
|
-
"@fluidframework/core-utils": "~2.
|
|
64
|
-
"@fluidframework/driver-definitions": "~2.
|
|
65
|
-
"@fluidframework/fluid-static": "~2.
|
|
66
|
-
"@fluidframework/map": "~2.
|
|
67
|
-
"@fluidframework/runtime-utils": "~2.
|
|
68
|
-
"@fluidframework/sequence": "~2.
|
|
69
|
-
"@fluidframework/shared-object-base": "~2.
|
|
70
|
-
"@fluidframework/tree": "~2.
|
|
60
|
+
"@fluidframework/container-definitions": "~2.72.0",
|
|
61
|
+
"@fluidframework/container-loader": "~2.72.0",
|
|
62
|
+
"@fluidframework/core-interfaces": "~2.72.0",
|
|
63
|
+
"@fluidframework/core-utils": "~2.72.0",
|
|
64
|
+
"@fluidframework/driver-definitions": "~2.72.0",
|
|
65
|
+
"@fluidframework/fluid-static": "~2.72.0",
|
|
66
|
+
"@fluidframework/map": "~2.72.0",
|
|
67
|
+
"@fluidframework/runtime-utils": "~2.72.0",
|
|
68
|
+
"@fluidframework/sequence": "~2.72.0",
|
|
69
|
+
"@fluidframework/shared-object-base": "~2.72.0",
|
|
70
|
+
"@fluidframework/tree": "~2.72.0"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
74
74
|
"@biomejs/biome": "~1.9.3",
|
|
75
|
-
"@fluid-tools/build-cli": "^0.
|
|
75
|
+
"@fluid-tools/build-cli": "^0.60.0",
|
|
76
76
|
"@fluidframework/build-common": "^2.0.3",
|
|
77
|
-
"@fluidframework/build-tools": "^0.
|
|
78
|
-
"@fluidframework/eslint-config-fluid": "
|
|
77
|
+
"@fluidframework/build-tools": "^0.60.0",
|
|
78
|
+
"@fluidframework/eslint-config-fluid": "~2.72.0",
|
|
79
79
|
"@microsoft/api-extractor": "7.52.11",
|
|
80
80
|
"@types/node": "^18.19.0",
|
|
81
81
|
"concurrently": "^8.2.1",
|
|
@@ -129,8 +129,8 @@
|
|
|
129
129
|
"ci:build:api-reports:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
|
|
130
130
|
"ci:build:docs": "api-extractor run",
|
|
131
131
|
"clean": "rimraf --glob _api-extractor-temp dist lib {alpha,beta,internal,legacy}.d.ts \"**/*.tsbuildinfo\" \"**/*.build.log\"",
|
|
132
|
-
"eslint": "eslint --format stylish src",
|
|
133
|
-
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
132
|
+
"eslint": "eslint --quiet --format stylish src",
|
|
133
|
+
"eslint:fix": "eslint --quiet --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
134
134
|
"format": "npm run format:biome",
|
|
135
135
|
"format:biome": "biome check . --write",
|
|
136
136
|
"lint": "fluid-build . --task lint",
|
package/src/index.ts
CHANGED
|
@@ -54,12 +54,12 @@ export type {
|
|
|
54
54
|
ReplaceIEventThisPlaceHolder,
|
|
55
55
|
FluidObject, // Linked in doc comment
|
|
56
56
|
FluidObjectProviderKeys, // Used by FluidObject
|
|
57
|
-
/* eslint-disable import/export -- The event APIs are known to conflict, and this is intended as the exports via `@fluidframework/core-interfaces` are preferred over the deprecated ones from `@fluidframework/tree`. */
|
|
57
|
+
/* eslint-disable import-x/export -- The event APIs are known to conflict, and this is intended as the exports via `@fluidframework/core-interfaces` are preferred over the deprecated ones from `@fluidframework/tree`. */
|
|
58
58
|
Listeners,
|
|
59
59
|
IsListener,
|
|
60
60
|
Listenable,
|
|
61
61
|
Off,
|
|
62
|
-
/* eslint-enable import/export */
|
|
62
|
+
/* eslint-enable import-x/export */
|
|
63
63
|
} from "@fluidframework/core-interfaces";
|
|
64
64
|
export type { ErasedBaseType } from "@fluidframework/core-interfaces/internal";
|
|
65
65
|
|
|
@@ -72,8 +72,8 @@ export type { isFluidHandle } from "@fluidframework/runtime-utils";
|
|
|
72
72
|
// Note: this only surfaces the `@public, @beta and @alpha` API items from the tree package.
|
|
73
73
|
/* eslint-disable-next-line
|
|
74
74
|
no-restricted-syntax,
|
|
75
|
-
import/no-internal-modules,
|
|
76
|
-
import/export -- This re-exports all non-conflicting APIs from `@fluidframework/tree`. In cases where * exports conflict with named exports, the named exports take precedence per https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-getexportednames. This does trigger the `import/export` lint warning (which is intentionally disabled here). This approach ensures that the non-deprecated versions of the event APIs from `@fluidframework/core-interfaces` (provided as named indirect exports) eclipse the deprecated ones from `@fluidframework/tree`. The preferred versions of the event APIs are those exported via `@fluidframework/core-interfaces`.
|
|
75
|
+
import-x/no-internal-modules,
|
|
76
|
+
import-x/export -- This re-exports all non-conflicting APIs from `@fluidframework/tree`. In cases where * exports conflict with named exports, the named exports take precedence per https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-getexportednames. This does trigger the `import-x/export` lint warning (which is intentionally disabled here). This approach ensures that the non-deprecated versions of the event APIs from `@fluidframework/core-interfaces` (provided as named indirect exports) eclipse the deprecated ones from `@fluidframework/tree`. The preferred versions of the event APIs are those exported via `@fluidframework/core-interfaces`.
|
|
77
77
|
*/
|
|
78
78
|
export * from "@fluidframework/tree/alpha";
|
|
79
79
|
|