@fluid-internal/client-utils 2.0.0-dev.7.4.0.215930 → 2.0.0-dev.7.4.0.216897
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/api-extractor-lint.json +13 -0
- package/dist/client-utils-alpha.d.ts +10 -5
- package/dist/client-utils-beta.d.ts +10 -5
- package/dist/client-utils-public.d.ts +10 -5
- package/lib/client-utils-alpha.d.ts +10 -5
- package/lib/client-utils-beta.d.ts +10 -5
- package/lib/client-utils-public.d.ts +10 -5
- package/package.json +6 -5
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
|
3
|
+
"extends": "../../../common/build/build-common/api-extractor-lint.json",
|
|
4
|
+
"messages": {
|
|
5
|
+
"extractorMessageReporting": {
|
|
6
|
+
// TODO: remove once base config has this enabled as an error
|
|
7
|
+
"ae-incompatible-release-tags": {
|
|
8
|
+
"logLevel": "error",
|
|
9
|
+
"addToApiReportFile": false
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -1,11 +1,6 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
2
|
|
|
3
3
|
import { EventEmitter } from 'events';
|
|
4
|
-
import { IDisposable } from '@fluidframework/core-interfaces';
|
|
5
|
-
import { IEvent } from '@fluidframework/core-interfaces';
|
|
6
|
-
import { IEventProvider } from '@fluidframework/core-interfaces';
|
|
7
|
-
import { IEventTransformer } from '@fluidframework/core-interfaces';
|
|
8
|
-
import { TransformedEvent } from '@fluidframework/core-interfaces';
|
|
9
4
|
|
|
10
5
|
/* Excluded from this release type: Buffer_2 */
|
|
11
6
|
|
|
@@ -23,6 +18,14 @@ import { TransformedEvent } from '@fluidframework/core-interfaces';
|
|
|
23
18
|
|
|
24
19
|
/* Excluded from this release type: hashFile */
|
|
25
20
|
|
|
21
|
+
/* Excluded from this release type: IDisposable */
|
|
22
|
+
|
|
23
|
+
/* Excluded from this release type: IEvent */
|
|
24
|
+
|
|
25
|
+
/* Excluded from this release type: IEventProvider */
|
|
26
|
+
|
|
27
|
+
/* Excluded from this release type: IEventTransformer */
|
|
28
|
+
|
|
26
29
|
/* Excluded from this release type: IsoBuffer */
|
|
27
30
|
|
|
28
31
|
/* Excluded from this release type: IsomorphicPerformance */
|
|
@@ -37,6 +40,8 @@ import { TransformedEvent } from '@fluidframework/core-interfaces';
|
|
|
37
40
|
|
|
38
41
|
/* Excluded from this release type: Trace */
|
|
39
42
|
|
|
43
|
+
/* Excluded from this release type: TransformedEvent */
|
|
44
|
+
|
|
40
45
|
/* Excluded from this release type: TypedEventEmitter */
|
|
41
46
|
|
|
42
47
|
/* Excluded from this release type: TypedEventTransform */
|
|
@@ -1,11 +1,6 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
2
|
|
|
3
3
|
import { EventEmitter } from 'events';
|
|
4
|
-
import { IDisposable } from '@fluidframework/core-interfaces';
|
|
5
|
-
import { IEvent } from '@fluidframework/core-interfaces';
|
|
6
|
-
import { IEventProvider } from '@fluidframework/core-interfaces';
|
|
7
|
-
import { IEventTransformer } from '@fluidframework/core-interfaces';
|
|
8
|
-
import { TransformedEvent } from '@fluidframework/core-interfaces';
|
|
9
4
|
|
|
10
5
|
/* Excluded from this release type: Buffer_2 */
|
|
11
6
|
|
|
@@ -23,6 +18,14 @@ import { TransformedEvent } from '@fluidframework/core-interfaces';
|
|
|
23
18
|
|
|
24
19
|
/* Excluded from this release type: hashFile */
|
|
25
20
|
|
|
21
|
+
/* Excluded from this release type: IDisposable */
|
|
22
|
+
|
|
23
|
+
/* Excluded from this release type: IEvent */
|
|
24
|
+
|
|
25
|
+
/* Excluded from this release type: IEventProvider */
|
|
26
|
+
|
|
27
|
+
/* Excluded from this release type: IEventTransformer */
|
|
28
|
+
|
|
26
29
|
/* Excluded from this release type: IsoBuffer */
|
|
27
30
|
|
|
28
31
|
/* Excluded from this release type: IsomorphicPerformance */
|
|
@@ -37,6 +40,8 @@ import { TransformedEvent } from '@fluidframework/core-interfaces';
|
|
|
37
40
|
|
|
38
41
|
/* Excluded from this release type: Trace */
|
|
39
42
|
|
|
43
|
+
/* Excluded from this release type: TransformedEvent */
|
|
44
|
+
|
|
40
45
|
/* Excluded from this release type: TypedEventEmitter */
|
|
41
46
|
|
|
42
47
|
/* Excluded from this release type: TypedEventTransform */
|
|
@@ -1,11 +1,6 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
2
|
|
|
3
3
|
import { EventEmitter } from 'events';
|
|
4
|
-
import { IDisposable } from '@fluidframework/core-interfaces';
|
|
5
|
-
import { IEvent } from '@fluidframework/core-interfaces';
|
|
6
|
-
import { IEventProvider } from '@fluidframework/core-interfaces';
|
|
7
|
-
import { IEventTransformer } from '@fluidframework/core-interfaces';
|
|
8
|
-
import { TransformedEvent } from '@fluidframework/core-interfaces';
|
|
9
4
|
|
|
10
5
|
/* Excluded from this release type: Buffer_2 */
|
|
11
6
|
|
|
@@ -23,6 +18,14 @@ import { TransformedEvent } from '@fluidframework/core-interfaces';
|
|
|
23
18
|
|
|
24
19
|
/* Excluded from this release type: hashFile */
|
|
25
20
|
|
|
21
|
+
/* Excluded from this release type: IDisposable */
|
|
22
|
+
|
|
23
|
+
/* Excluded from this release type: IEvent */
|
|
24
|
+
|
|
25
|
+
/* Excluded from this release type: IEventProvider */
|
|
26
|
+
|
|
27
|
+
/* Excluded from this release type: IEventTransformer */
|
|
28
|
+
|
|
26
29
|
/* Excluded from this release type: IsoBuffer */
|
|
27
30
|
|
|
28
31
|
/* Excluded from this release type: IsomorphicPerformance */
|
|
@@ -37,6 +40,8 @@ import { TransformedEvent } from '@fluidframework/core-interfaces';
|
|
|
37
40
|
|
|
38
41
|
/* Excluded from this release type: Trace */
|
|
39
42
|
|
|
43
|
+
/* Excluded from this release type: TransformedEvent */
|
|
44
|
+
|
|
40
45
|
/* Excluded from this release type: TypedEventEmitter */
|
|
41
46
|
|
|
42
47
|
/* Excluded from this release type: TypedEventTransform */
|
|
@@ -1,11 +1,6 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
2
|
|
|
3
3
|
import { EventEmitter } from 'events';
|
|
4
|
-
import { IDisposable } from '@fluidframework/core-interfaces';
|
|
5
|
-
import { IEvent } from '@fluidframework/core-interfaces';
|
|
6
|
-
import { IEventProvider } from '@fluidframework/core-interfaces';
|
|
7
|
-
import { IEventTransformer } from '@fluidframework/core-interfaces';
|
|
8
|
-
import { TransformedEvent } from '@fluidframework/core-interfaces';
|
|
9
4
|
|
|
10
5
|
/* Excluded from this release type: Buffer_2 */
|
|
11
6
|
|
|
@@ -23,6 +18,14 @@ import { TransformedEvent } from '@fluidframework/core-interfaces';
|
|
|
23
18
|
|
|
24
19
|
/* Excluded from this release type: hashFile */
|
|
25
20
|
|
|
21
|
+
/* Excluded from this release type: IDisposable */
|
|
22
|
+
|
|
23
|
+
/* Excluded from this release type: IEvent */
|
|
24
|
+
|
|
25
|
+
/* Excluded from this release type: IEventProvider */
|
|
26
|
+
|
|
27
|
+
/* Excluded from this release type: IEventTransformer */
|
|
28
|
+
|
|
26
29
|
/* Excluded from this release type: IsoBuffer */
|
|
27
30
|
|
|
28
31
|
/* Excluded from this release type: IsomorphicPerformance */
|
|
@@ -37,6 +40,8 @@ import { TransformedEvent } from '@fluidframework/core-interfaces';
|
|
|
37
40
|
|
|
38
41
|
/* Excluded from this release type: Trace */
|
|
39
42
|
|
|
43
|
+
/* Excluded from this release type: TransformedEvent */
|
|
44
|
+
|
|
40
45
|
/* Excluded from this release type: TypedEventEmitter */
|
|
41
46
|
|
|
42
47
|
/* Excluded from this release type: TypedEventTransform */
|
|
@@ -1,11 +1,6 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
2
|
|
|
3
3
|
import { EventEmitter } from 'events';
|
|
4
|
-
import { IDisposable } from '@fluidframework/core-interfaces';
|
|
5
|
-
import { IEvent } from '@fluidframework/core-interfaces';
|
|
6
|
-
import { IEventProvider } from '@fluidframework/core-interfaces';
|
|
7
|
-
import { IEventTransformer } from '@fluidframework/core-interfaces';
|
|
8
|
-
import { TransformedEvent } from '@fluidframework/core-interfaces';
|
|
9
4
|
|
|
10
5
|
/* Excluded from this release type: Buffer_2 */
|
|
11
6
|
|
|
@@ -23,6 +18,14 @@ import { TransformedEvent } from '@fluidframework/core-interfaces';
|
|
|
23
18
|
|
|
24
19
|
/* Excluded from this release type: hashFile */
|
|
25
20
|
|
|
21
|
+
/* Excluded from this release type: IDisposable */
|
|
22
|
+
|
|
23
|
+
/* Excluded from this release type: IEvent */
|
|
24
|
+
|
|
25
|
+
/* Excluded from this release type: IEventProvider */
|
|
26
|
+
|
|
27
|
+
/* Excluded from this release type: IEventTransformer */
|
|
28
|
+
|
|
26
29
|
/* Excluded from this release type: IsoBuffer */
|
|
27
30
|
|
|
28
31
|
/* Excluded from this release type: IsomorphicPerformance */
|
|
@@ -37,6 +40,8 @@ import { TransformedEvent } from '@fluidframework/core-interfaces';
|
|
|
37
40
|
|
|
38
41
|
/* Excluded from this release type: Trace */
|
|
39
42
|
|
|
43
|
+
/* Excluded from this release type: TransformedEvent */
|
|
44
|
+
|
|
40
45
|
/* Excluded from this release type: TypedEventEmitter */
|
|
41
46
|
|
|
42
47
|
/* Excluded from this release type: TypedEventTransform */
|
|
@@ -1,11 +1,6 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
2
|
|
|
3
3
|
import { EventEmitter } from 'events';
|
|
4
|
-
import { IDisposable } from '@fluidframework/core-interfaces';
|
|
5
|
-
import { IEvent } from '@fluidframework/core-interfaces';
|
|
6
|
-
import { IEventProvider } from '@fluidframework/core-interfaces';
|
|
7
|
-
import { IEventTransformer } from '@fluidframework/core-interfaces';
|
|
8
|
-
import { TransformedEvent } from '@fluidframework/core-interfaces';
|
|
9
4
|
|
|
10
5
|
/* Excluded from this release type: Buffer_2 */
|
|
11
6
|
|
|
@@ -23,6 +18,14 @@ import { TransformedEvent } from '@fluidframework/core-interfaces';
|
|
|
23
18
|
|
|
24
19
|
/* Excluded from this release type: hashFile */
|
|
25
20
|
|
|
21
|
+
/* Excluded from this release type: IDisposable */
|
|
22
|
+
|
|
23
|
+
/* Excluded from this release type: IEvent */
|
|
24
|
+
|
|
25
|
+
/* Excluded from this release type: IEventProvider */
|
|
26
|
+
|
|
27
|
+
/* Excluded from this release type: IEventTransformer */
|
|
28
|
+
|
|
26
29
|
/* Excluded from this release type: IsoBuffer */
|
|
27
30
|
|
|
28
31
|
/* Excluded from this release type: IsomorphicPerformance */
|
|
@@ -37,6 +40,8 @@ import { TransformedEvent } from '@fluidframework/core-interfaces';
|
|
|
37
40
|
|
|
38
41
|
/* Excluded from this release type: Trace */
|
|
39
42
|
|
|
43
|
+
/* Excluded from this release type: TransformedEvent */
|
|
44
|
+
|
|
40
45
|
/* Excluded from this release type: TypedEventEmitter */
|
|
41
46
|
|
|
42
47
|
/* Excluded from this release type: TypedEventTransform */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-internal/client-utils",
|
|
3
|
-
"version": "2.0.0-dev.7.4.0.
|
|
3
|
+
"version": "2.0.0-dev.7.4.0.216897",
|
|
4
4
|
"description": "Not intended for use outside the Fluid Framework.",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"temp-directory": "nyc/.nyc_output"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@fluidframework/core-interfaces": "2.0.0-dev.7.4.0.
|
|
43
|
-
"@fluidframework/core-utils": "2.0.0-dev.7.4.0.
|
|
42
|
+
"@fluidframework/core-interfaces": "2.0.0-dev.7.4.0.216897",
|
|
43
|
+
"@fluidframework/core-utils": "2.0.0-dev.7.4.0.216897",
|
|
44
44
|
"@types/events": "^3.0.0",
|
|
45
45
|
"base64-js": "^1.5.1",
|
|
46
46
|
"buffer": "^6.0.3",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@fluidframework/build-common": "^2.0.3",
|
|
54
54
|
"@fluidframework/build-tools": "^0.28.0",
|
|
55
55
|
"@fluidframework/eslint-config-fluid": "^3.1.0",
|
|
56
|
-
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.4.0.
|
|
56
|
+
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.4.0.216897",
|
|
57
57
|
"@microsoft/api-extractor": "^7.38.3",
|
|
58
58
|
"@types/base64-js": "^1.3.0",
|
|
59
59
|
"@types/jest": "29.5.3",
|
|
@@ -130,12 +130,13 @@
|
|
|
130
130
|
"build:test:jest": "tsc --project ./src/test/jest/tsconfig.json",
|
|
131
131
|
"build:test:mocha": "tsc --project ./src/test/mocha/tsconfig.json",
|
|
132
132
|
"build:test:types": "tsc --project ./src/test/types/tsconfig.json",
|
|
133
|
+
"check:release-tags": "api-extractor run --local --config ./api-extractor-lint.json",
|
|
133
134
|
"ci:build:docs": "api-extractor run",
|
|
134
135
|
"clean": "rimraf --glob _api-extractor-temp dist lib \"**/*.tsbuildinfo\" \"**/*.build.log\" nyc",
|
|
135
136
|
"eslint": "eslint --format stylish src",
|
|
136
137
|
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
137
138
|
"format": "npm run prettier:fix",
|
|
138
|
-
"lint": "npm run prettier && npm run eslint",
|
|
139
|
+
"lint": "npm run prettier && npm run check:release-tags && npm run eslint",
|
|
139
140
|
"lint:fix": "npm run prettier:fix && npm run eslint:fix",
|
|
140
141
|
"prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
|
|
141
142
|
"prettier:fix": "prettier --write . --cache --ignore-path ../../../.prettierignore",
|