@fluidframework/request-handler 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
  }
@@ -0,0 +1,9 @@
1
+ ## Public API Report File for "@fluidframework/request-handler"
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
+ ```
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/request-handler",
3
- "version": "2.1.0-276985",
3
+ "version": "2.1.0-281041",
4
4
  "description": "A simple request handling library for Fluid Framework",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -67,21 +67,21 @@
67
67
  "temp-directory": "nyc/.nyc_output"
68
68
  },
69
69
  "dependencies": {
70
- "@fluidframework/container-runtime-definitions": "2.1.0-276985",
71
- "@fluidframework/core-interfaces": "2.1.0-276985",
72
- "@fluidframework/core-utils": "2.1.0-276985",
73
- "@fluidframework/runtime-definitions": "2.1.0-276985",
74
- "@fluidframework/runtime-utils": "2.1.0-276985"
70
+ "@fluidframework/container-runtime-definitions": "2.1.0-281041",
71
+ "@fluidframework/core-interfaces": "2.1.0-281041",
72
+ "@fluidframework/core-utils": "2.1.0-281041",
73
+ "@fluidframework/runtime-definitions": "2.1.0-281041",
74
+ "@fluidframework/runtime-utils": "2.1.0-281041"
75
75
  },
76
76
  "devDependencies": {
77
77
  "@arethetypeswrong/cli": "^0.15.2",
78
- "@biomejs/biome": "^1.7.3",
79
- "@fluid-internal/mocha-test-setup": "2.1.0-276985",
80
- "@fluid-tools/build-cli": "^0.39.0",
78
+ "@biomejs/biome": "~1.8.3",
79
+ "@fluid-internal/mocha-test-setup": "2.1.0-281041",
80
+ "@fluid-tools/build-cli": "^0.40.0",
81
81
  "@fluidframework/build-common": "^2.0.3",
82
- "@fluidframework/build-tools": "^0.39.0",
82
+ "@fluidframework/build-tools": "^0.40.0",
83
83
  "@fluidframework/eslint-config-fluid": "^5.3.0",
84
- "@fluidframework/request-handler-previous": "npm:@fluidframework/request-handler@2.0.0-rc.5.0.0",
84
+ "@fluidframework/request-handler-previous": "npm:@fluidframework/request-handler@2.0.0",
85
85
  "@microsoft/api-extractor": "^7.45.1",
86
86
  "@types/diff": "^3.5.1",
87
87
  "@types/mocha": "^9.1.1",
@@ -108,17 +108,18 @@
108
108
  "api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
109
109
  "api-extractor:esnext": "flub generate entrypoints --outDir ./lib --node10TypeCompat",
110
110
  "build": "fluid-build . --task build",
111
+ "build:api-reports": "concurrently \"npm:build:api-reports:*\"",
112
+ "build:api-reports:current": "api-extractor run --local --config api-extractor/api-extractor.current.json",
113
+ "build:api-reports:legacy": "api-extractor run --local --config api-extractor/api-extractor.legacy.json",
111
114
  "build:commonjs": "fluid-build . --task commonjs",
112
115
  "build:compile": "fluid-build . --task compile",
113
- "build:docs": "concurrently \"npm:build:docs:*\"",
114
- "build:docs:current": "api-extractor run --local",
115
- "build:docs:legacy": "api-extractor run --local --config api-extractor/api-extractor.legacy.json",
116
+ "build:docs": "api-extractor run --local",
116
117
  "build:esnext": "tsc --project ./tsconfig.json",
117
118
  "build:test": "npm run build:test:esm && npm run build:test:cjs",
118
119
  "build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
119
120
  "build:test:esm": "tsc --project ./src/test/tsconfig.json",
120
121
  "check:are-the-types-wrong": "attw --pack .",
121
- "check:biome": "biome check . --formatter-enabled=true",
122
+ "check:biome": "biome check .",
122
123
  "check:exports": "concurrently \"npm:check:exports:*\"",
123
124
  "check:exports:bundle-release-tags": "api-extractor run --config api-extractor/api-extractor-lint-bundle.json",
124
125
  "check:exports:cjs:legacy": "api-extractor run --config api-extractor/api-extractor-lint-legacy.cjs.json",
@@ -127,14 +128,15 @@
127
128
  "check:exports:esm:public": "api-extractor run --config api-extractor/api-extractor-lint-public.esm.json",
128
129
  "check:format": "npm run check:biome",
129
130
  "check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
130
- "ci:build:docs": "concurrently \"npm:ci:build:docs:*\"",
131
- "ci:build:docs:current": "api-extractor run",
132
- "ci:build:docs:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
131
+ "ci:build:api-reports": "concurrently \"npm:ci:build:api-reports:*\"",
132
+ "ci:build:api-reports:current": "api-extractor run --config api-extractor/api-extractor.current.json",
133
+ "ci:build:api-reports:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
134
+ "ci:build:docs": "api-extractor run",
133
135
  "clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
134
136
  "eslint": "eslint --format stylish src",
135
137
  "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
136
138
  "format": "npm run format:biome",
137
- "format:biome": "biome check . --formatter-enabled=true --apply",
139
+ "format:biome": "biome check . --write",
138
140
  "format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore",
139
141
  "lint": "fluid-build . --task lint",
140
142
  "lint:fix": "fluid-build . --task eslint:fix --task format",