@fluidframework/devtools 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 { ContainerKey } from '@fluidframework/devtools-core/internal';
|
|
8
|
-
import { createDevtoolsLogger } from '@fluidframework/devtools-core/internal';
|
|
9
|
-
import { HasContainerKey } from '@fluidframework/devtools-core/internal';
|
|
10
|
-
import { IDevtoolsLogger } from '@fluidframework/devtools-core/internal';
|
|
11
|
-
import type { IDisposable } from '@fluidframework/core-interfaces';
|
|
12
|
-
import type { IFluidContainer } from '@fluidframework/fluid-static';
|
|
13
|
-
|
|
14
7
|
// @beta
|
|
15
8
|
export interface ContainerDevtoolsProps extends HasContainerKey {
|
|
16
9
|
container: IFluidContainer;
|
|
@@ -4,13 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import { ContainerKey } from '@fluidframework/devtools-core/internal';
|
|
8
|
-
import { createDevtoolsLogger } from '@fluidframework/devtools-core/internal';
|
|
9
|
-
import { HasContainerKey } from '@fluidframework/devtools-core/internal';
|
|
10
|
-
import { IDevtoolsLogger } from '@fluidframework/devtools-core/internal';
|
|
11
|
-
import type { IDisposable } from '@fluidframework/core-interfaces';
|
|
12
|
-
import type { IFluidContainer } from '@fluidframework/fluid-static';
|
|
13
|
-
|
|
14
7
|
// @beta
|
|
15
8
|
export interface ContainerDevtoolsProps extends HasContainerKey {
|
|
16
9
|
container: IFluidContainer;
|
|
@@ -4,13 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import { ContainerKey } from '@fluidframework/devtools-core/internal';
|
|
8
|
-
import { createDevtoolsLogger } from '@fluidframework/devtools-core/internal';
|
|
9
|
-
import { HasContainerKey } from '@fluidframework/devtools-core/internal';
|
|
10
|
-
import { IDevtoolsLogger } from '@fluidframework/devtools-core/internal';
|
|
11
|
-
import type { IDisposable } from '@fluidframework/core-interfaces';
|
|
12
|
-
import type { IFluidContainer } from '@fluidframework/fluid-static';
|
|
13
|
-
|
|
14
7
|
export { ContainerKey }
|
|
15
8
|
|
|
16
9
|
export { createDevtoolsLogger }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/devtools",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.0-274160",
|
|
4
4
|
"description": "Fluid Framework developer tools",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -77,19 +77,19 @@
|
|
|
77
77
|
"temp-directory": "nyc/.nyc_output"
|
|
78
78
|
},
|
|
79
79
|
"dependencies": {
|
|
80
|
-
"@fluidframework/container-definitions": "
|
|
81
|
-
"@fluidframework/core-interfaces": "
|
|
82
|
-
"@fluidframework/devtools-core": "
|
|
83
|
-
"@fluidframework/fluid-static": "
|
|
80
|
+
"@fluidframework/container-definitions": "2.1.0-274160",
|
|
81
|
+
"@fluidframework/core-interfaces": "2.1.0-274160",
|
|
82
|
+
"@fluidframework/devtools-core": "2.1.0-274160",
|
|
83
|
+
"@fluidframework/fluid-static": "2.1.0-274160"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
86
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
87
87
|
"@biomejs/biome": "^1.7.3",
|
|
88
|
-
"@fluid-internal/mocha-test-setup": "
|
|
88
|
+
"@fluid-internal/mocha-test-setup": "2.1.0-274160",
|
|
89
89
|
"@fluid-tools/build-cli": "^0.39.0",
|
|
90
90
|
"@fluidframework/build-common": "^2.0.3",
|
|
91
91
|
"@fluidframework/build-tools": "^0.39.0",
|
|
92
|
-
"@fluidframework/devtools-previous": "npm:@fluidframework/devtools@2.0.0-rc.
|
|
92
|
+
"@fluidframework/devtools-previous": "npm:@fluidframework/devtools@2.0.0-rc.5.0.0",
|
|
93
93
|
"@fluidframework/eslint-config-fluid": "^5.3.0",
|
|
94
94
|
"@microsoft/api-extractor": "^7.45.1",
|
|
95
95
|
"@types/chai": "^4.0.0",
|
|
@@ -118,14 +118,7 @@
|
|
|
118
118
|
}
|
|
119
119
|
},
|
|
120
120
|
"typeValidation": {
|
|
121
|
-
"broken": {
|
|
122
|
-
"InterfaceDeclaration_ContainerDevtoolsProps": {
|
|
123
|
-
"backCompat": false
|
|
124
|
-
},
|
|
125
|
-
"InterfaceDeclaration_DevtoolsProps": {
|
|
126
|
-
"backCompat": false
|
|
127
|
-
}
|
|
128
|
-
}
|
|
121
|
+
"broken": {}
|
|
129
122
|
},
|
|
130
123
|
"scripts": {
|
|
131
124
|
"api": "fluid-build . --task api",
|
|
@@ -164,7 +157,7 @@
|
|
|
164
157
|
"test": "echo TODO: add tests",
|
|
165
158
|
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && npm run place:cjs:package-stub",
|
|
166
159
|
"tsc:watch": "npm run place:cjs:package-stub && fluid-tsc commonjs --project ./tsconfig.cjs.json --watch",
|
|
167
|
-
"typetests:gen": "flub generate typetests --dir . -v
|
|
160
|
+
"typetests:gen": "flub generate typetests --dir . -v",
|
|
168
161
|
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
|
|
169
162
|
}
|
|
170
163
|
}
|