@fluid-internal/client-utils 2.32.0 → 2.33.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
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
|
|
7
7
|
export { EventEmitter }
|
|
8
8
|
|
|
9
|
-
// @alpha
|
|
9
|
+
// @alpha @legacy
|
|
10
10
|
export type EventEmitterEventType = string;
|
|
11
11
|
|
|
12
|
-
// @alpha
|
|
12
|
+
// @alpha @legacy
|
|
13
13
|
export class TypedEventEmitter<TEvent> extends EventEmitter implements IEventProvider<TEvent & IEvent> {
|
|
14
14
|
constructor();
|
|
15
15
|
// (undocumented)
|
|
@@ -28,7 +28,7 @@ export class TypedEventEmitter<TEvent> extends EventEmitter implements IEventPro
|
|
|
28
28
|
readonly removeListener: TypedEventTransform<this, TEvent>;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
// @alpha (undocumented)
|
|
31
|
+
// @alpha @legacy (undocumented)
|
|
32
32
|
export type TypedEventTransform<TThis, TEvent> = TransformedEvent<TThis, "newListener" | "removeListener", Parameters<(event: string, listener: (...args: any[]) => void) => void>> & IEventTransformer<TThis, TEvent & IEvent> & TransformedEvent<TThis, EventEmitterEventType, any[]>;
|
|
33
33
|
|
|
34
34
|
// (No @packageDocumentation comment for this package)
|
package/lib/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-internal/client-utils",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.33.0",
|
|
4
4
|
"description": "Not intended for use outside the Fluid Framework.",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -69,8 +69,8 @@
|
|
|
69
69
|
"temp-directory": "nyc/.nyc_output"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@fluidframework/core-interfaces": "~2.
|
|
73
|
-
"@fluidframework/core-utils": "~2.
|
|
72
|
+
"@fluidframework/core-interfaces": "~2.33.0",
|
|
73
|
+
"@fluidframework/core-utils": "~2.33.0",
|
|
74
74
|
"@types/events_pkg": "npm:@types/events@^3.0.0",
|
|
75
75
|
"base64-js": "^1.5.1",
|
|
76
76
|
"buffer": "^6.0.3",
|
|
@@ -80,16 +80,16 @@
|
|
|
80
80
|
"devDependencies": {
|
|
81
81
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
82
82
|
"@biomejs/biome": "~1.9.3",
|
|
83
|
-
"@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.
|
|
84
|
-
"@fluid-internal/mocha-test-setup": "~2.
|
|
83
|
+
"@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.32.0",
|
|
84
|
+
"@fluid-internal/mocha-test-setup": "~2.33.0",
|
|
85
85
|
"@fluid-tools/build-cli": "^0.55.0",
|
|
86
86
|
"@fluidframework/build-common": "^2.0.3",
|
|
87
87
|
"@fluidframework/build-tools": "^0.55.0",
|
|
88
88
|
"@fluidframework/eslint-config-fluid": "^5.7.3",
|
|
89
|
-
"@microsoft/api-extractor": "7.
|
|
89
|
+
"@microsoft/api-extractor": "7.52.5",
|
|
90
90
|
"@types/base64-js": "^1.3.0",
|
|
91
91
|
"@types/jest": "29.5.3",
|
|
92
|
-
"@types/jest-environment-puppeteer": "~2.
|
|
92
|
+
"@types/jest-environment-puppeteer": "~2.33.0",
|
|
93
93
|
"@types/mocha": "^10.0.10",
|
|
94
94
|
"@types/node": "^18.19.0",
|
|
95
95
|
"@types/rewire": "^2.5.28",
|
|
@@ -107,7 +107,6 @@
|
|
|
107
107
|
"jest-puppeteer": "^10.1.3",
|
|
108
108
|
"mocha": "^10.8.2",
|
|
109
109
|
"mocha-multi-reporters": "^1.5.1",
|
|
110
|
-
"moment": "^2.21.0",
|
|
111
110
|
"puppeteer": "^23.6.0",
|
|
112
111
|
"rewire": "^5.0.0",
|
|
113
112
|
"rimraf": "^4.4.0",
|