@fluidframework/fluid-runner 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.
|
@@ -6,12 +6,6 @@
|
|
|
6
6
|
|
|
7
7
|
/// <reference types="node" />
|
|
8
8
|
|
|
9
|
-
import { FluidObject } from '@fluidframework/core-interfaces';
|
|
10
|
-
import { ICodeDetailsLoader } from '@fluidframework/container-definitions/internal';
|
|
11
|
-
import { IContainer } from '@fluidframework/container-definitions/internal';
|
|
12
|
-
import { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
|
|
13
|
-
import { ITelemetryLoggerExt } from '@fluidframework/telemetry-utils/internal';
|
|
14
|
-
|
|
15
9
|
// @alpha (undocumented)
|
|
16
10
|
export type IExportFileResponse = IExportFileResponseSuccess | IExportFileResponseFailure;
|
|
17
11
|
|
|
@@ -6,12 +6,6 @@
|
|
|
6
6
|
|
|
7
7
|
/// <reference types="node" />
|
|
8
8
|
|
|
9
|
-
import { FluidObject } from '@fluidframework/core-interfaces';
|
|
10
|
-
import { ICodeDetailsLoader } from '@fluidframework/container-definitions/internal';
|
|
11
|
-
import { IContainer } from '@fluidframework/container-definitions/internal';
|
|
12
|
-
import { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
|
|
13
|
-
import { ITelemetryLoggerExt } from '@fluidframework/telemetry-utils/internal';
|
|
14
|
-
|
|
15
9
|
// (No @packageDocumentation comment for this package)
|
|
16
10
|
|
|
17
11
|
```
|
|
@@ -6,12 +6,6 @@
|
|
|
6
6
|
|
|
7
7
|
/// <reference types="node" />
|
|
8
8
|
|
|
9
|
-
import { FluidObject } from '@fluidframework/core-interfaces';
|
|
10
|
-
import { ICodeDetailsLoader } from '@fluidframework/container-definitions/internal';
|
|
11
|
-
import { IContainer } from '@fluidframework/container-definitions/internal';
|
|
12
|
-
import { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
|
|
13
|
-
import { ITelemetryLoggerExt } from '@fluidframework/telemetry-utils/internal';
|
|
14
|
-
|
|
15
9
|
// (No @packageDocumentation comment for this package)
|
|
16
10
|
|
|
17
11
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/fluid-runner",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.0-274160",
|
|
4
4
|
"description": "Utility for running various functionality inside a Fluid Framework environment",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -69,26 +69,26 @@
|
|
|
69
69
|
"temp-directory": "nyc/.nyc_output"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@fluidframework/aqueduct": "
|
|
73
|
-
"@fluidframework/container-definitions": "
|
|
74
|
-
"@fluidframework/container-loader": "
|
|
75
|
-
"@fluidframework/core-interfaces": "
|
|
76
|
-
"@fluidframework/driver-definitions": "
|
|
77
|
-
"@fluidframework/odsp-driver": "
|
|
78
|
-
"@fluidframework/odsp-driver-definitions": "
|
|
79
|
-
"@fluidframework/telemetry-utils": "
|
|
72
|
+
"@fluidframework/aqueduct": "2.1.0-274160",
|
|
73
|
+
"@fluidframework/container-definitions": "2.1.0-274160",
|
|
74
|
+
"@fluidframework/container-loader": "2.1.0-274160",
|
|
75
|
+
"@fluidframework/core-interfaces": "2.1.0-274160",
|
|
76
|
+
"@fluidframework/driver-definitions": "2.1.0-274160",
|
|
77
|
+
"@fluidframework/odsp-driver": "2.1.0-274160",
|
|
78
|
+
"@fluidframework/odsp-driver-definitions": "2.1.0-274160",
|
|
79
|
+
"@fluidframework/telemetry-utils": "2.1.0-274160",
|
|
80
80
|
"json2csv": "^5.0.7",
|
|
81
81
|
"yargs": "17.7.2"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
84
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
85
85
|
"@biomejs/biome": "^1.7.3",
|
|
86
|
-
"@fluid-internal/mocha-test-setup": "
|
|
86
|
+
"@fluid-internal/mocha-test-setup": "2.1.0-274160",
|
|
87
87
|
"@fluid-tools/build-cli": "^0.39.0",
|
|
88
88
|
"@fluidframework/build-common": "^2.0.3",
|
|
89
89
|
"@fluidframework/build-tools": "^0.39.0",
|
|
90
90
|
"@fluidframework/eslint-config-fluid": "^5.3.0",
|
|
91
|
-
"@fluidframework/fluid-runner-previous": "npm:@fluidframework/fluid-runner@2.0.0-rc.
|
|
91
|
+
"@fluidframework/fluid-runner-previous": "npm:@fluidframework/fluid-runner@2.0.0-rc.5.0.0",
|
|
92
92
|
"@microsoft/api-extractor": "^7.45.1",
|
|
93
93
|
"@types/mocha": "^9.1.1",
|
|
94
94
|
"@types/node": "^18.19.0",
|
|
@@ -116,7 +116,9 @@
|
|
|
116
116
|
"build": "fluid-build . --task build",
|
|
117
117
|
"build:commonjs": "fluid-build . --task commonjs",
|
|
118
118
|
"build:compile": "fluid-build . --task compile",
|
|
119
|
-
"build:docs": "
|
|
119
|
+
"build:docs": "concurrently \"npm:build:docs:*\"",
|
|
120
|
+
"build:docs:current": "api-extractor run --local",
|
|
121
|
+
"build:docs:legacy": "api-extractor run --local --config api-extractor/api-extractor.legacy.json",
|
|
120
122
|
"build:esnext": "tsc --project ./tsconfig.json",
|
|
121
123
|
"build:test": "npm run build:test:esm && npm run build:test:cjs",
|
|
122
124
|
"build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
|
|
@@ -131,7 +133,9 @@
|
|
|
131
133
|
"check:exports:esm:public": "api-extractor run --config api-extractor/api-extractor-lint-public.esm.json",
|
|
132
134
|
"check:format": "npm run check:biome",
|
|
133
135
|
"check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
|
|
134
|
-
"ci:build:docs": "
|
|
136
|
+
"ci:build:docs": "concurrently \"npm:ci:build:docs:*\"",
|
|
137
|
+
"ci:build:docs:current": "api-extractor run",
|
|
138
|
+
"ci:build:docs:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
|
|
135
139
|
"clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" nyc _api-extractor-temp outputFolder",
|
|
136
140
|
"eslint": "eslint --format stylish src \"bin/*\"",
|
|
137
141
|
"eslint:fix": "npm run eslint -- --fix --fix-type problem,suggestion,layout",
|
|
@@ -147,7 +151,7 @@
|
|
|
147
151
|
"test:mocha:esm": "mocha --recursive \"lib/test/**/*.spec.*js\" --exit",
|
|
148
152
|
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
|
|
149
153
|
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
|
|
150
|
-
"typetests:gen": "flub generate typetests --dir . -v
|
|
154
|
+
"typetests:gen": "flub generate typetests --dir . -v",
|
|
151
155
|
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
|
|
152
156
|
}
|
|
153
157
|
}
|