@fluidframework/devtools 2.20.0 → 2.22.0
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/CHANGELOG.md +8 -0
- package/README.md +1 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -162,6 +162,7 @@ When making such a request please include if the configuration already works (an
|
|
|
162
162
|
### Supported Runtimes
|
|
163
163
|
|
|
164
164
|
- NodeJs ^20.10.0 except that we will drop support for it [when NodeJs 20 loses its upstream support on 2026-04-30](https://github.com/nodejs/release#release-schedule), and will support a newer LTS version of NodeJS (22) at least 1 year before 20 is end-of-life. This same policy applies to NodeJS 22 when it is end of life (2027-04-30).
|
|
165
|
+
- Running Fluid in a Node.js environment with the `--no-experimental-fetch` flag is not supported.
|
|
165
166
|
- Modern browsers supporting the es2022 standard library: in response to asks we can add explicit support for using babel to polyfill to target specific standards or runtimes (meaning we can avoid/remove use of things that don't polyfill robustly, but otherwise target modern standards).
|
|
166
167
|
|
|
167
168
|
### Supported Tools
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/devtools",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.22.0",
|
|
4
4
|
"description": "Fluid Framework developer tools",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -77,20 +77,20 @@
|
|
|
77
77
|
"temp-directory": "nyc/.nyc_output"
|
|
78
78
|
},
|
|
79
79
|
"dependencies": {
|
|
80
|
-
"@fluidframework/container-definitions": "~2.
|
|
81
|
-
"@fluidframework/core-interfaces": "~2.
|
|
82
|
-
"@fluidframework/devtools-core": "~2.
|
|
83
|
-
"@fluidframework/fluid-static": "~2.
|
|
80
|
+
"@fluidframework/container-definitions": "~2.22.0",
|
|
81
|
+
"@fluidframework/core-interfaces": "~2.22.0",
|
|
82
|
+
"@fluidframework/devtools-core": "~2.22.0",
|
|
83
|
+
"@fluidframework/fluid-static": "~2.22.0"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
86
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
87
87
|
"@biomejs/biome": "~1.9.3",
|
|
88
|
-
"@fluid-internal/mocha-test-setup": "~2.
|
|
88
|
+
"@fluid-internal/mocha-test-setup": "~2.22.0",
|
|
89
89
|
"@fluid-tools/build-cli": "^0.51.0",
|
|
90
90
|
"@fluidframework/build-common": "^2.0.3",
|
|
91
91
|
"@fluidframework/build-tools": "^0.51.0",
|
|
92
|
-
"@fluidframework/devtools-previous": "npm:@fluidframework/devtools@2.
|
|
93
|
-
"@fluidframework/eslint-config-fluid": "^5.
|
|
92
|
+
"@fluidframework/devtools-previous": "npm:@fluidframework/devtools@2.21.0",
|
|
93
|
+
"@fluidframework/eslint-config-fluid": "^5.7.3",
|
|
94
94
|
"@microsoft/api-extractor": "7.47.8",
|
|
95
95
|
"@types/chai": "^4.0.0",
|
|
96
96
|
"@types/mocha": "^10.0.10",
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"check:format": "npm run check:biome",
|
|
148
148
|
"check:prettier": "prettier --check . --cache --ignore-path ../../../../.prettierignore",
|
|
149
149
|
"ci:build:docs": "api-extractor run",
|
|
150
|
-
"clean": "rimraf --glob _api-extractor-temp nyc dist lib
|
|
150
|
+
"clean": "rimraf --glob _api-extractor-temp nyc dist lib {alpha,beta,internal,legacy}.d.ts \"**/*.tsbuildinfo\" \"**/*.build.log\"",
|
|
151
151
|
"eslint": "eslint src",
|
|
152
152
|
"eslint:fix": "eslint src --fix",
|
|
153
153
|
"format": "npm run format:biome",
|