@fluidframework/driver-definitions 2.0.0-rc.5.0.0 → 2.1.0-274160
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.
|
@@ -4,13 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import type { IDisposable } from '@fluidframework/core-interfaces';
|
|
8
|
-
import type { IErrorEvent } from '@fluidframework/core-interfaces';
|
|
9
|
-
import type { IEvent } from '@fluidframework/core-interfaces';
|
|
10
|
-
import type { IEventProvider } from '@fluidframework/core-interfaces';
|
|
11
|
-
import type { IRequest } from '@fluidframework/core-interfaces';
|
|
12
|
-
import type { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
|
|
13
|
-
|
|
14
7
|
// @public
|
|
15
8
|
export type ConnectionMode = "write" | "read";
|
|
16
9
|
|
|
@@ -4,13 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import type { IDisposable } from '@fluidframework/core-interfaces';
|
|
8
|
-
import type { IErrorEvent } from '@fluidframework/core-interfaces';
|
|
9
|
-
import type { IEvent } from '@fluidframework/core-interfaces';
|
|
10
|
-
import type { IEventProvider } from '@fluidframework/core-interfaces';
|
|
11
|
-
import type { IRequest } from '@fluidframework/core-interfaces';
|
|
12
|
-
import type { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
|
|
13
|
-
|
|
14
7
|
// @public
|
|
15
8
|
export type ConnectionMode = "write" | "read";
|
|
16
9
|
|
|
@@ -4,13 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import type { IDisposable } from '@fluidframework/core-interfaces';
|
|
8
|
-
import type { IErrorEvent } from '@fluidframework/core-interfaces';
|
|
9
|
-
import type { IEvent } from '@fluidframework/core-interfaces';
|
|
10
|
-
import type { IEventProvider } from '@fluidframework/core-interfaces';
|
|
11
|
-
import type { IRequest } from '@fluidframework/core-interfaces';
|
|
12
|
-
import type { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
|
|
13
|
-
|
|
14
7
|
// @public
|
|
15
8
|
export type ConnectionMode = "write" | "read";
|
|
16
9
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/driver-definitions",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.0-274160",
|
|
4
4
|
"description": "Fluid driver definitions",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"main": "lib/index.js",
|
|
48
48
|
"types": "lib/public.d.ts",
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@fluidframework/core-interfaces": "
|
|
50
|
+
"@fluidframework/core-interfaces": "2.1.0-274160"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@fluid-tools/build-cli": "^0.39.0",
|
|
56
56
|
"@fluidframework/build-common": "^2.0.3",
|
|
57
57
|
"@fluidframework/build-tools": "^0.39.0",
|
|
58
|
-
"@fluidframework/driver-definitions-previous": "npm:@fluidframework/driver-definitions@2.0.0-rc.
|
|
58
|
+
"@fluidframework/driver-definitions-previous": "npm:@fluidframework/driver-definitions@2.0.0-rc.5.0.0",
|
|
59
59
|
"@fluidframework/eslint-config-fluid": "^5.3.0",
|
|
60
60
|
"@microsoft/api-extractor": "^7.45.1",
|
|
61
61
|
"concurrently": "^8.2.1",
|
|
@@ -81,7 +81,9 @@
|
|
|
81
81
|
"api-extractor:esnext": "flub generate entrypoints --outFileAlpha legacy --outDir ./lib --node10TypeCompat",
|
|
82
82
|
"build": "fluid-build . --task build",
|
|
83
83
|
"build:compile": "fluid-build . --task compile",
|
|
84
|
-
"build:docs": "
|
|
84
|
+
"build:docs": "concurrently \"npm:build:docs:*\"",
|
|
85
|
+
"build:docs:current": "api-extractor run --local",
|
|
86
|
+
"build:docs:legacy": "api-extractor run --local --config api-extractor/api-extractor.legacy.json",
|
|
85
87
|
"build:esnext": "tsc --project ./tsconfig.json",
|
|
86
88
|
"check:are-the-types-wrong": "attw --pack .",
|
|
87
89
|
"check:biome": "biome check . --formatter-enabled=true",
|
|
@@ -94,7 +96,9 @@
|
|
|
94
96
|
"check:format": "npm run check:biome",
|
|
95
97
|
"check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
|
|
96
98
|
"ci:build": "npm run build:compile",
|
|
97
|
-
"ci:build:docs": "
|
|
99
|
+
"ci:build:docs": "concurrently \"npm:ci:build:docs:*\"",
|
|
100
|
+
"ci:build:docs:current": "api-extractor run",
|
|
101
|
+
"ci:build:docs:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
|
|
98
102
|
"ci:test": "echo No test for this package",
|
|
99
103
|
"ci:test:coverage": "echo No test for this package",
|
|
100
104
|
"clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp",
|
|
@@ -108,7 +112,7 @@
|
|
|
108
112
|
"place:cjs:package-stub": "copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
|
|
109
113
|
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && npm run place:cjs:package-stub",
|
|
110
114
|
"tsc:watch": "npm run place:cjs:package-stub && fluid-tsc commonjs --project ./tsconfig.cjs.json --watch",
|
|
111
|
-
"typetests:gen": "flub generate typetests --dir . -v --
|
|
115
|
+
"typetests:gen": "flub generate typetests --dir . -v --level public",
|
|
112
116
|
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
|
|
113
117
|
}
|
|
114
118
|
}
|