@fluidframework/fluid-runner 2.1.0-276985 → 2.1.0-281041

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.
@@ -0,0 +1,5 @@
1
+ {
2
+ "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
3
+ "extends": "<projectFolder>/../../../common/build/build-common/api-extractor-report.esm.current.json",
4
+ "mainEntryPointFilePath": "<projectFolder>/lib/public.d.ts"
5
+ }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
3
- "extends": "<projectFolder>/../../../common/build/build-common/api-extractor-base.esm.legacy.json"
3
+ "extends": "<projectFolder>/../../../common/build/build-common/api-extractor-report.esm.legacy.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
3
- "extends": "../../../common/build/build-common/api-extractor-base.esm.current.json"
3
+ "extends": "../../../common/build/build-common/api-extractor-model.esm.json"
4
4
  }
@@ -4,8 +4,6 @@
4
4
 
5
5
  ```ts
6
6
 
7
- /// <reference types="node" />
8
-
9
7
  // (No @packageDocumentation comment for this package)
10
8
 
11
9
  ```
@@ -0,0 +1,9 @@
1
+ ## Public API Report File for "@fluidframework/fluid-runner"
2
+
3
+ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
+
5
+ ```ts
6
+
7
+ // (No @packageDocumentation comment for this package)
8
+
9
+ ```
@@ -4,8 +4,6 @@
4
4
 
5
5
  ```ts
6
6
 
7
- /// <reference types="node" />
8
-
9
7
  // (No @packageDocumentation comment for this package)
10
8
 
11
9
  ```
package/dist/legacy.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
8
+ * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  export {
package/dist/public.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
8
+ * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  export {}
package/internal.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
8
+ * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  export * from "./lib/index.js";
package/legacy.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
8
+ * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  export * from "./lib/legacy.js";
package/lib/legacy.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
8
+ * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  export {
package/lib/public.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
8
+ * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  export {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/fluid-runner",
3
- "version": "2.1.0-276985",
3
+ "version": "2.1.0-281041",
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": "2.1.0-276985",
73
- "@fluidframework/container-definitions": "2.1.0-276985",
74
- "@fluidframework/container-loader": "2.1.0-276985",
75
- "@fluidframework/core-interfaces": "2.1.0-276985",
76
- "@fluidframework/driver-definitions": "2.1.0-276985",
77
- "@fluidframework/odsp-driver": "2.1.0-276985",
78
- "@fluidframework/odsp-driver-definitions": "2.1.0-276985",
79
- "@fluidframework/telemetry-utils": "2.1.0-276985",
72
+ "@fluidframework/aqueduct": "2.1.0-281041",
73
+ "@fluidframework/container-definitions": "2.1.0-281041",
74
+ "@fluidframework/container-loader": "2.1.0-281041",
75
+ "@fluidframework/core-interfaces": "2.1.0-281041",
76
+ "@fluidframework/driver-definitions": "2.1.0-281041",
77
+ "@fluidframework/odsp-driver": "2.1.0-281041",
78
+ "@fluidframework/odsp-driver-definitions": "2.1.0-281041",
79
+ "@fluidframework/telemetry-utils": "2.1.0-281041",
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
- "@biomejs/biome": "^1.7.3",
86
- "@fluid-internal/mocha-test-setup": "2.1.0-276985",
87
- "@fluid-tools/build-cli": "^0.39.0",
85
+ "@biomejs/biome": "~1.8.3",
86
+ "@fluid-internal/mocha-test-setup": "2.1.0-281041",
87
+ "@fluid-tools/build-cli": "^0.40.0",
88
88
  "@fluidframework/build-common": "^2.0.3",
89
- "@fluidframework/build-tools": "^0.39.0",
89
+ "@fluidframework/build-tools": "^0.40.0",
90
90
  "@fluidframework/eslint-config-fluid": "^5.3.0",
91
- "@fluidframework/fluid-runner-previous": "npm:@fluidframework/fluid-runner@2.0.0-rc.5.0.0",
91
+ "@fluidframework/fluid-runner-previous": "npm:@fluidframework/fluid-runner@2.0.0",
92
92
  "@microsoft/api-extractor": "^7.45.1",
93
93
  "@types/mocha": "^9.1.1",
94
94
  "@types/node": "^18.19.0",
@@ -114,17 +114,18 @@
114
114
  "api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
115
115
  "api-extractor:esnext": "flub generate entrypoints --outDir ./lib --node10TypeCompat",
116
116
  "build": "fluid-build . --task build",
117
+ "build:api-reports": "concurrently \"npm:build:api-reports:*\"",
118
+ "build:api-reports:current": "api-extractor run --local --config api-extractor/api-extractor.current.json",
119
+ "build:api-reports:legacy": "api-extractor run --local --config api-extractor/api-extractor.legacy.json",
117
120
  "build:commonjs": "fluid-build . --task commonjs",
118
121
  "build:compile": "fluid-build . --task compile",
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",
122
+ "build:docs": "api-extractor run --local",
122
123
  "build:esnext": "tsc --project ./tsconfig.json",
123
124
  "build:test": "npm run build:test:esm && npm run build:test:cjs",
124
125
  "build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
125
126
  "build:test:esm": "tsc --project ./src/test/tsconfig.json",
126
127
  "check:are-the-types-wrong": "attw --pack .",
127
- "check:biome": "biome check . --formatter-enabled=true",
128
+ "check:biome": "biome check .",
128
129
  "check:exports": "concurrently \"npm:check:exports:*\"",
129
130
  "check:exports:bundle-release-tags": "api-extractor run --config api-extractor/api-extractor-lint-bundle.json",
130
131
  "check:exports:cjs:legacy": "api-extractor run --config api-extractor/api-extractor-lint-legacy.cjs.json",
@@ -133,14 +134,15 @@
133
134
  "check:exports:esm:public": "api-extractor run --config api-extractor/api-extractor-lint-public.esm.json",
134
135
  "check:format": "npm run check:biome",
135
136
  "check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
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",
137
+ "ci:build:api-reports": "concurrently \"npm:ci:build:api-reports:*\"",
138
+ "ci:build:api-reports:current": "api-extractor run --config api-extractor/api-extractor.current.json",
139
+ "ci:build:api-reports:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
140
+ "ci:build:docs": "api-extractor run",
139
141
  "clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" nyc _api-extractor-temp outputFolder",
140
142
  "eslint": "eslint --format stylish src \"bin/*\"",
141
143
  "eslint:fix": "npm run eslint -- --fix --fix-type problem,suggestion,layout",
142
144
  "format": "npm run format:biome",
143
- "format:biome": "biome check . --formatter-enabled=true --apply",
145
+ "format:biome": "biome check . --write",
144
146
  "format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore",
145
147
  "lint": "fluid-build . --task lint",
146
148
  "lint:fix": "fluid-build . --task eslint:fix --task format",