@fluidframework/fluid-runner 2.0.0-dev.7.3.0.210328 → 2.0.0-dev.7.3.0.211848
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/package.json +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/fluid-runner",
|
|
3
|
-
"version": "2.0.0-dev.7.3.0.
|
|
3
|
+
"version": "2.0.0-dev.7.3.0.211848",
|
|
4
4
|
"description": "Utility for running various functionality inside a Fluid Framework environment",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -36,24 +36,24 @@
|
|
|
36
36
|
"temp-directory": "nyc/.nyc_output"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@fluidframework/aqueduct": "2.0.0-dev.7.3.0.
|
|
40
|
-
"@fluidframework/container-definitions": "2.0.0-dev.7.3.0.
|
|
41
|
-
"@fluidframework/container-loader": "2.0.0-dev.7.3.0.
|
|
42
|
-
"@fluidframework/core-interfaces": "2.0.0-dev.7.3.0.
|
|
43
|
-
"@fluidframework/driver-definitions": "2.0.0-dev.7.3.0.
|
|
44
|
-
"@fluidframework/odsp-driver": "2.0.0-dev.7.3.0.
|
|
45
|
-
"@fluidframework/odsp-driver-definitions": "2.0.0-dev.7.3.0.
|
|
46
|
-
"@fluidframework/telemetry-utils": "2.0.0-dev.7.3.0.
|
|
39
|
+
"@fluidframework/aqueduct": "2.0.0-dev.7.3.0.211848",
|
|
40
|
+
"@fluidframework/container-definitions": "2.0.0-dev.7.3.0.211848",
|
|
41
|
+
"@fluidframework/container-loader": "2.0.0-dev.7.3.0.211848",
|
|
42
|
+
"@fluidframework/core-interfaces": "2.0.0-dev.7.3.0.211848",
|
|
43
|
+
"@fluidframework/driver-definitions": "2.0.0-dev.7.3.0.211848",
|
|
44
|
+
"@fluidframework/odsp-driver": "2.0.0-dev.7.3.0.211848",
|
|
45
|
+
"@fluidframework/odsp-driver-definitions": "2.0.0-dev.7.3.0.211848",
|
|
46
|
+
"@fluidframework/telemetry-utils": "2.0.0-dev.7.3.0.211848",
|
|
47
47
|
"json2csv": "^5.0.7",
|
|
48
48
|
"yargs": "13.2.2"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@fluid-tools/build-cli": "
|
|
51
|
+
"@fluid-tools/build-cli": "0.28.0-210888",
|
|
52
52
|
"@fluidframework/build-common": "^2.0.3",
|
|
53
|
-
"@fluidframework/build-tools": "
|
|
53
|
+
"@fluidframework/build-tools": "0.28.0-210888",
|
|
54
54
|
"@fluidframework/eslint-config-fluid": "^3.1.0",
|
|
55
55
|
"@fluidframework/fluid-runner-previous": "npm:@fluidframework/fluid-runner@2.0.0-internal.7.2.0",
|
|
56
|
-
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.3.0.
|
|
56
|
+
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.3.0.211848",
|
|
57
57
|
"@types/mocha": "^9.1.1",
|
|
58
58
|
"@types/node": "^16.18.38",
|
|
59
59
|
"@types/yargs": "^13",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"build:commonjs": "fluid-build . --task commonjs",
|
|
77
77
|
"build:compile": "fluid-build . --task compile",
|
|
78
78
|
"build:test": "tsc --project ./src/test/tsconfig.json",
|
|
79
|
-
"clean": "rimraf --glob dist lib \"
|
|
79
|
+
"clean": "rimraf --glob dist lib \"**/*.tsbuildinfo\" \"**/*.build.log\" nyc",
|
|
80
80
|
"eslint": "eslint --format stylish src",
|
|
81
81
|
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
82
82
|
"format": "npm run prettier:fix",
|