@fluidframework/azure-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/CHANGELOG.md +4 -0
- package/README.md +1 -0
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -225,6 +225,7 @@ When making such a request please include if the configuration already works (an
|
|
|
225
225
|
### Supported Runtimes
|
|
226
226
|
|
|
227
227
|
- 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).
|
|
228
|
+
- Running Fluid in a Node.js environment with the `--no-experimental-fetch` flag is not supported.
|
|
228
229
|
- 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).
|
|
229
230
|
|
|
230
231
|
### Supported Tools
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/azure-client",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.22.0",
|
|
4
4
|
"description": "A tool to enable creation and loading of Fluid containers using the Azure Fluid Relay service",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -47,27 +47,27 @@
|
|
|
47
47
|
"main": "lib/index.js",
|
|
48
48
|
"types": "lib/public.d.ts",
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@fluidframework/container-definitions": "~2.
|
|
51
|
-
"@fluidframework/container-loader": "~2.
|
|
52
|
-
"@fluidframework/core-interfaces": "~2.
|
|
53
|
-
"@fluidframework/core-utils": "~2.
|
|
54
|
-
"@fluidframework/driver-definitions": "~2.
|
|
55
|
-
"@fluidframework/driver-utils": "~2.
|
|
56
|
-
"@fluidframework/fluid-static": "~2.
|
|
57
|
-
"@fluidframework/routerlicious-driver": "~2.
|
|
58
|
-
"@fluidframework/telemetry-utils": "~2.
|
|
50
|
+
"@fluidframework/container-definitions": "~2.22.0",
|
|
51
|
+
"@fluidframework/container-loader": "~2.22.0",
|
|
52
|
+
"@fluidframework/core-interfaces": "~2.22.0",
|
|
53
|
+
"@fluidframework/core-utils": "~2.22.0",
|
|
54
|
+
"@fluidframework/driver-definitions": "~2.22.0",
|
|
55
|
+
"@fluidframework/driver-utils": "~2.22.0",
|
|
56
|
+
"@fluidframework/fluid-static": "~2.22.0",
|
|
57
|
+
"@fluidframework/routerlicious-driver": "~2.22.0",
|
|
58
|
+
"@fluidframework/telemetry-utils": "~2.22.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
62
62
|
"@biomejs/biome": "~1.9.3",
|
|
63
63
|
"@fluid-tools/build-cli": "^0.51.0",
|
|
64
|
-
"@fluidframework/azure-client-previous": "npm:@fluidframework/azure-client@2.
|
|
65
|
-
"@fluidframework/azure-local-service": "~2.
|
|
64
|
+
"@fluidframework/azure-client-previous": "npm:@fluidframework/azure-client@2.21.0",
|
|
65
|
+
"@fluidframework/azure-local-service": "~2.22.0",
|
|
66
66
|
"@fluidframework/build-common": "^2.0.3",
|
|
67
67
|
"@fluidframework/build-tools": "^0.51.0",
|
|
68
68
|
"@fluidframework/eslint-config-fluid": "^5.7.3",
|
|
69
|
-
"@fluidframework/test-runtime-utils": "~2.
|
|
70
|
-
"@fluidframework/test-utils": "~2.
|
|
69
|
+
"@fluidframework/test-runtime-utils": "~2.22.0",
|
|
70
|
+
"@fluidframework/test-utils": "~2.22.0",
|
|
71
71
|
"@microsoft/api-extractor": "7.47.8",
|
|
72
72
|
"@types/mocha": "^10.0.10",
|
|
73
73
|
"@types/node": "^18.19.0",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"cross-env": "^7.0.3",
|
|
78
78
|
"eslint": "~8.55.0",
|
|
79
79
|
"eslint-config-prettier": "~9.0.0",
|
|
80
|
-
"fluid-framework": "~2.
|
|
80
|
+
"fluid-framework": "~2.22.0",
|
|
81
81
|
"mocha": "^10.2.0",
|
|
82
82
|
"prettier": "~3.0.3",
|
|
83
83
|
"rimraf": "^4.4.0",
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"start:tinylicious:test": "npx @fluidframework/azure-local-service > tinylicious.log 2>&1",
|
|
130
130
|
"test": "npm run test:realsvc",
|
|
131
131
|
"test:realsvc": "npm run test:realsvc:tinylicious",
|
|
132
|
-
"test:realsvc:local:run": "mocha --recursive \"lib/test/**/*.spec.*js\" --
|
|
132
|
+
"test:realsvc:local:run": "mocha --recursive \"lib/test/**/*.spec.*js\" --timeout 10000",
|
|
133
133
|
"test:realsvc:tinylicious": "start-server-and-test start:tinylicious:test 7070 test:realsvc:local:run",
|
|
134
134
|
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
|
|
135
135
|
"typetests:gen": "flub generate typetests --dir . -v",
|