@fluidframework/odsp-client 2.21.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/.mocharc.cjs +3 -0
- package/CHANGELOG.md +4 -0
- package/README.md +1 -0
- package/package.json +16 -16
package/.mocharc.cjs
CHANGED
|
@@ -9,4 +9,7 @@ const getFluidTestMochaConfig = require("@fluid-internal/mocha-test-setup/mochar
|
|
|
9
9
|
|
|
10
10
|
const packageDir = __dirname;
|
|
11
11
|
const config = getFluidTestMochaConfig(packageDir);
|
|
12
|
+
// TODO: figure out why this package needs the --exit flag, tests might not be cleaning up correctly after themselves
|
|
13
|
+
// AB#7856
|
|
14
|
+
config.exit = true;
|
|
12
15
|
module.exports = config;
|
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -164,6 +164,7 @@ When making such a request please include if the configuration already works (an
|
|
|
164
164
|
### Supported Runtimes
|
|
165
165
|
|
|
166
166
|
- 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).
|
|
167
|
+
- Running Fluid in a Node.js environment with the `--no-experimental-fetch` flag is not supported.
|
|
167
168
|
- 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).
|
|
168
169
|
|
|
169
170
|
### Supported Tools
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/odsp-client",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.22.0",
|
|
4
4
|
"description": "A tool to enable creation and loading of Fluid containers using the ODSP service",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -69,28 +69,28 @@
|
|
|
69
69
|
"temp-directory": "nyc/.nyc_output"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@fluidframework/container-definitions": "~2.
|
|
73
|
-
"@fluidframework/container-loader": "~2.
|
|
74
|
-
"@fluidframework/core-interfaces": "~2.
|
|
75
|
-
"@fluidframework/core-utils": "~2.
|
|
76
|
-
"@fluidframework/driver-definitions": "~2.
|
|
77
|
-
"@fluidframework/fluid-static": "~2.
|
|
78
|
-
"@fluidframework/map": "~2.
|
|
79
|
-
"@fluidframework/odsp-doclib-utils": "~2.
|
|
80
|
-
"@fluidframework/odsp-driver": "~2.
|
|
81
|
-
"@fluidframework/odsp-driver-definitions": "~2.
|
|
82
|
-
"@fluidframework/telemetry-utils": "~2.
|
|
72
|
+
"@fluidframework/container-definitions": "~2.22.0",
|
|
73
|
+
"@fluidframework/container-loader": "~2.22.0",
|
|
74
|
+
"@fluidframework/core-interfaces": "~2.22.0",
|
|
75
|
+
"@fluidframework/core-utils": "~2.22.0",
|
|
76
|
+
"@fluidframework/driver-definitions": "~2.22.0",
|
|
77
|
+
"@fluidframework/fluid-static": "~2.22.0",
|
|
78
|
+
"@fluidframework/map": "~2.22.0",
|
|
79
|
+
"@fluidframework/odsp-doclib-utils": "~2.22.0",
|
|
80
|
+
"@fluidframework/odsp-driver": "~2.22.0",
|
|
81
|
+
"@fluidframework/odsp-driver-definitions": "~2.22.0",
|
|
82
|
+
"@fluidframework/telemetry-utils": "~2.22.0",
|
|
83
83
|
"uuid": "^9.0.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
92
|
"@fluidframework/eslint-config-fluid": "^5.7.3",
|
|
93
|
-
"@fluidframework/test-utils": "~2.
|
|
93
|
+
"@fluidframework/test-utils": "~2.22.0",
|
|
94
94
|
"@microsoft/api-extractor": "7.47.8",
|
|
95
95
|
"@types/mocha": "^10.0.10",
|
|
96
96
|
"@types/node": "^18.19.0",
|
|
@@ -143,8 +143,8 @@
|
|
|
143
143
|
"lint:fix": "fluid-build . --task eslint:fix --task format",
|
|
144
144
|
"test": "npm run test:mocha",
|
|
145
145
|
"test:mocha": "npm run test:mocha:esm && echo skipping cjs to avoid overhead - npm run test:mocha:cjs",
|
|
146
|
-
"test:mocha:cjs": "mocha --recursive \"dist/test/**/*.spec.*js\" --
|
|
147
|
-
"test:mocha:esm": "mocha --recursive \"lib/test/**/*.spec.*js\" --
|
|
146
|
+
"test:mocha:cjs": "mocha --recursive \"dist/test/**/*.spec.*js\" --timeout 10000",
|
|
147
|
+
"test:mocha:esm": "mocha --recursive \"lib/test/**/*.spec.*js\" --timeout 10000",
|
|
148
148
|
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist"
|
|
149
149
|
}
|
|
150
150
|
}
|