@fluid-internal/client-utils 2.1.0-276326 → 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.
- package/README.md +3 -1
- package/api-extractor/{api-extractor-browser.json → api-extractor-model-browser.json} +1 -1
- package/api-extractor/api-extractor-report-browser.json +5 -0
- package/api-extractor/{api-extractor-browser.legacy.json → api-extractor-report-browser.legacy.json} +1 -1
- package/api-extractor/{api-extractor-node.json → api-extractor-report-node.json} +1 -1
- package/api-extractor/{api-extractor-node.legacy.json → api-extractor-report-node.legacy.json} +1 -1
- package/package.json +33 -33
- package/lib/tsdoc-metadata.json +0 -11
package/README.md
CHANGED
|
@@ -79,10 +79,12 @@ verifying actual exports, but the consistency of tags within the legacy API set.
|
|
|
79
79
|
|
|
80
80
|
## Using Fluid Framework libraries
|
|
81
81
|
|
|
82
|
-
When taking a dependency on a Fluid Framework library, we recommend using a `^` (caret) version range, such as `^1.3.4`.
|
|
82
|
+
When taking a dependency on a Fluid Framework library's public APIs, we recommend using a `^` (caret) version range, such as `^1.3.4`.
|
|
83
83
|
While Fluid Framework libraries may use different ranges with interdependencies between other Fluid Framework libraries,
|
|
84
84
|
library consumers should always prefer `^`.
|
|
85
85
|
|
|
86
|
+
If using any of Fluid Framework's unstable APIs (for example, its `beta` APIs), we recommend using a more constrained version range, such as `~`.
|
|
87
|
+
|
|
86
88
|
<!-- prettier-ignore-end -->
|
|
87
89
|
|
|
88
90
|
<!-- AUTO-GENERATED-CONTENT:END -->
|
|
@@ -1,5 +1,5 @@
|
|
|
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-
|
|
3
|
+
"extends": "../../../../common/build/build-common/api-extractor-model.esm.json",
|
|
4
4
|
"mainEntryPointFilePath": "<projectFolder>/lib/indexBrowser.d.ts"
|
|
5
5
|
}
|
package/api-extractor/{api-extractor-browser.legacy.json → api-extractor-report-browser.legacy.json}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
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-
|
|
3
|
+
"extends": "<projectFolder>/../../../common/build/build-common/api-extractor-report.esm.legacy.json",
|
|
4
4
|
"mainEntryPointFilePath": "<projectFolder>/lib/<unscopedPackageName>.browser.legacy.d.ts"
|
|
5
5
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
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-
|
|
3
|
+
"extends": "../../../../common/build/build-common/api-extractor-report.esm.current.json",
|
|
4
4
|
"mainEntryPointFilePath": "<projectFolder>/lib/indexNode.d.ts"
|
|
5
5
|
}
|
package/api-extractor/{api-extractor-node.legacy.json → api-extractor-report-node.legacy.json}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
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-
|
|
3
|
+
"extends": "<projectFolder>/../../../common/build/build-common/api-extractor-report.esm.legacy.json",
|
|
4
4
|
"mainEntryPointFilePath": "<projectFolder>/lib/<unscopedPackageName>.node.legacy.d.ts"
|
|
5
5
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-internal/client-utils",
|
|
3
|
-
"version": "2.1.0-
|
|
3
|
+
"version": "2.1.0-281041",
|
|
4
4
|
"description": "Not intended for use outside the Fluid Framework.",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -67,8 +67,8 @@
|
|
|
67
67
|
"temp-directory": "nyc/.nyc_output"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@fluidframework/core-interfaces": "2.1.0-
|
|
71
|
-
"@fluidframework/core-utils": "2.1.0-
|
|
70
|
+
"@fluidframework/core-interfaces": "2.1.0-281041",
|
|
71
|
+
"@fluidframework/core-utils": "2.1.0-281041",
|
|
72
72
|
"@types/events_pkg": "npm:@types/events@^3.0.0",
|
|
73
73
|
"base64-js": "^1.5.1",
|
|
74
74
|
"buffer": "^6.0.3",
|
|
@@ -77,17 +77,17 @@
|
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
79
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
80
|
-
"@biomejs/biome": "
|
|
81
|
-
"@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.0.0
|
|
82
|
-
"@fluid-internal/mocha-test-setup": "2.1.0-
|
|
83
|
-
"@fluid-tools/build-cli": "^0.
|
|
80
|
+
"@biomejs/biome": "~1.8.3",
|
|
81
|
+
"@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.0.0",
|
|
82
|
+
"@fluid-internal/mocha-test-setup": "2.1.0-281041",
|
|
83
|
+
"@fluid-tools/build-cli": "^0.40.0",
|
|
84
84
|
"@fluidframework/build-common": "^2.0.3",
|
|
85
|
-
"@fluidframework/build-tools": "^0.
|
|
85
|
+
"@fluidframework/build-tools": "^0.40.0",
|
|
86
86
|
"@fluidframework/eslint-config-fluid": "^5.3.0",
|
|
87
87
|
"@microsoft/api-extractor": "^7.45.1",
|
|
88
88
|
"@types/base64-js": "^1.3.0",
|
|
89
89
|
"@types/jest": "29.5.3",
|
|
90
|
-
"@types/jest-environment-puppeteer": "2.1.0-
|
|
90
|
+
"@types/jest-environment-puppeteer": "2.1.0-281041",
|
|
91
91
|
"@types/mocha": "^9.1.1",
|
|
92
92
|
"@types/node": "^18.19.0",
|
|
93
93
|
"@types/rewire": "^2.5.28",
|
|
@@ -125,17 +125,17 @@
|
|
|
125
125
|
"build:test:jest",
|
|
126
126
|
"build:test:types"
|
|
127
127
|
],
|
|
128
|
-
"build:
|
|
128
|
+
"build:api-report:browser:current": [
|
|
129
129
|
"build:exports:browser"
|
|
130
130
|
],
|
|
131
|
-
"build:
|
|
131
|
+
"build:api-report:browser:legacy": [
|
|
132
132
|
"build:exports:browser"
|
|
133
133
|
],
|
|
134
|
-
"build:
|
|
135
|
-
"build:
|
|
134
|
+
"build:api-report:node:current": [
|
|
135
|
+
"build:api-report:browser:current"
|
|
136
136
|
],
|
|
137
|
-
"build:
|
|
138
|
-
"build:
|
|
137
|
+
"build:api-report:node:legacy": [
|
|
138
|
+
"build:api-report:browser:legacy"
|
|
139
139
|
],
|
|
140
140
|
"check:exports:esm:indexBrowser:legacy": [
|
|
141
141
|
"build:exports:browser"
|
|
@@ -155,16 +155,16 @@
|
|
|
155
155
|
"build:test:types": [
|
|
156
156
|
"build:esnext"
|
|
157
157
|
],
|
|
158
|
-
"ci:build:
|
|
158
|
+
"ci:build:api-report:browser:current": [
|
|
159
159
|
"build:exports:browser"
|
|
160
160
|
],
|
|
161
|
-
"ci:build:
|
|
161
|
+
"ci:build:api-report:browser:legacy": [
|
|
162
162
|
"build:exports:browser"
|
|
163
163
|
],
|
|
164
|
-
"ci:build:
|
|
164
|
+
"ci:build:api-report:node:current": [
|
|
165
165
|
"build:exports:node"
|
|
166
166
|
],
|
|
167
|
-
"ci:build:
|
|
167
|
+
"ci:build:api-report:node:legacy": [
|
|
168
168
|
"build:exports:node"
|
|
169
169
|
]
|
|
170
170
|
}
|
|
@@ -174,15 +174,14 @@
|
|
|
174
174
|
},
|
|
175
175
|
"scripts": {
|
|
176
176
|
"build": "fluid-build . --task build",
|
|
177
|
+
"build:api-report": "concurrently \"npm:build:api-report:browser:*\" && concurrently \"npm:build:api-report:node:*\"",
|
|
178
|
+
"build:api-report:browser:current": "api-extractor run --local --config api-extractor/api-extractor-report-browser.json",
|
|
179
|
+
"build:api-report:browser:legacy": "api-extractor run --local --config api-extractor/api-extractor-report-browser.legacy.json",
|
|
180
|
+
"build:api-report:node:current": "npm run ci:build:api-report:node:current",
|
|
181
|
+
"build:api-report:node:legacy": "npm run ci:build:api-report:node:legacy",
|
|
177
182
|
"build:commonjs": "fluid-build . --task commonjs",
|
|
178
183
|
"build:compile": "fluid-build . --task compile",
|
|
179
|
-
"build:docs": "
|
|
180
|
-
"build:docs:browser": "npm run build:exports:browser && concurrently \"npm:build:docs:browser:*\"",
|
|
181
|
-
"build:docs:browser:current": "api-extractor run --local --config api-extractor/api-extractor-browser.json",
|
|
182
|
-
"build:docs:browser:legacy": "api-extractor run --local --config api-extractor/api-extractor-browser.legacy.json",
|
|
183
|
-
"build:docs:node": "npm run build:exports:node && concurrently \"npm:build:docs:node:*\"",
|
|
184
|
-
"build:docs:node:current": "npm run ci:build:docs:node:current",
|
|
185
|
-
"build:docs:node:legacy": "npm run ci:build:docs:node:legacy",
|
|
184
|
+
"build:docs": "api-extractor run --local --config api-extractor/api-extractor-model-browser.json",
|
|
186
185
|
"build:esnext": "tsc --project ./tsconfig.json",
|
|
187
186
|
"build:exports:browser": "flub generate entrypoints --outFilePrefix {@unscopedPackageName}.browser. --mainEntrypoint ./src/indexBrowser.ts --outDir ./lib",
|
|
188
187
|
"build:exports:node": "flub generate entrypoints --outFilePrefix {@unscopedPackageName}.node. --mainEntrypoint ./src/indexNode.ts --outDir ./lib",
|
|
@@ -193,7 +192,7 @@
|
|
|
193
192
|
"build:test:mocha:esm": "tsc --project ./src/test/mocha/tsconfig.json",
|
|
194
193
|
"build:test:types": "tsc --project ./src/test/types/tsconfig.json",
|
|
195
194
|
"check:are-the-types-wrong": "attw --pack . --exclude-entrypoints internal-api-report",
|
|
196
|
-
"check:biome": "biome check .
|
|
195
|
+
"check:biome": "biome check .",
|
|
197
196
|
"check:exports": "concurrently \"npm:check:exports:*\"",
|
|
198
197
|
"check:exports:bundle-release-tags": "api-extractor run --config api-extractor/api-extractor-lint-bundle.json",
|
|
199
198
|
"check:exports:cjs:indexBrowser": "api-extractor run --config api-extractor/api-extractor-lint-indexBrowser.cjs.json",
|
|
@@ -204,16 +203,17 @@
|
|
|
204
203
|
"check:exports:esm:indexNode:legacy": "api-extractor run --config api-extractor/api-extractor-lint-indexNode.legacy.esm.json",
|
|
205
204
|
"check:format": "npm run check:biome",
|
|
206
205
|
"check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
|
|
207
|
-
"ci:build:
|
|
208
|
-
"ci:build:
|
|
209
|
-
"ci:build:
|
|
210
|
-
"ci:build:
|
|
211
|
-
"ci:build:
|
|
206
|
+
"ci:build:api-report": "concurrently \"npm:ci:build:api-report:*\"",
|
|
207
|
+
"ci:build:api-report:browser:current": "api-extractor run --config api-extractor/api-extractor-report-browser.json",
|
|
208
|
+
"ci:build:api-report:browser:legacy": "api-extractor run --config api-extractor/api-extractor-report-browser.legacy.json",
|
|
209
|
+
"ci:build:api-report:node:current": "api-extractor run --config api-extractor/api-extractor-report-node.json",
|
|
210
|
+
"ci:build:api-report:node:legacy": "api-extractor run --config api-extractor/api-extractor-report-node.legacy.json",
|
|
211
|
+
"ci:build:docs": "api-extractor run --config api-extractor/api-extractor-model-browser.json",
|
|
212
212
|
"clean": "rimraf --glob _api-extractor-temp dist lib \"**/*.tsbuildinfo\" \"**/*.build.log\" nyc",
|
|
213
213
|
"eslint": "eslint --format stylish src",
|
|
214
214
|
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
215
215
|
"format": "npm run format:biome",
|
|
216
|
-
"format:biome": "biome check . --
|
|
216
|
+
"format:biome": "biome check . --write",
|
|
217
217
|
"format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore",
|
|
218
218
|
"lint": "fluid-build . --task lint",
|
|
219
219
|
"lint:fix": "fluid-build . --task eslint:fix --task format",
|
package/lib/tsdoc-metadata.json
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
// This file is read by tools that parse documentation comments conforming to the TSDoc standard.
|
|
2
|
-
// It should be published with your NPM package. It should not be tracked by Git.
|
|
3
|
-
{
|
|
4
|
-
"tsdocVersion": "0.12",
|
|
5
|
-
"toolPackages": [
|
|
6
|
-
{
|
|
7
|
-
"packageName": "@microsoft/api-extractor",
|
|
8
|
-
"packageVersion": "7.45.1"
|
|
9
|
-
}
|
|
10
|
-
]
|
|
11
|
-
}
|