@fluidframework/azure-client 2.113.0-411909 → 2.114.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/package.json +20 -20
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/azure-client",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.114.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,28 +47,28 @@
|
|
|
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/driver-definitions": "2.
|
|
54
|
-
"@fluidframework/driver-utils": "2.
|
|
55
|
-
"@fluidframework/fluid-static": "2.
|
|
56
|
-
"@fluidframework/routerlicious-driver": "2.
|
|
57
|
-
"@fluidframework/runtime-definitions": "2.
|
|
58
|
-
"@fluidframework/telemetry-utils": "2.
|
|
50
|
+
"@fluidframework/container-definitions": "~2.114.0",
|
|
51
|
+
"@fluidframework/container-loader": "~2.114.0",
|
|
52
|
+
"@fluidframework/core-interfaces": "~2.114.0",
|
|
53
|
+
"@fluidframework/driver-definitions": "~2.114.0",
|
|
54
|
+
"@fluidframework/driver-utils": "~2.114.0",
|
|
55
|
+
"@fluidframework/fluid-static": "~2.114.0",
|
|
56
|
+
"@fluidframework/routerlicious-driver": "~2.114.0",
|
|
57
|
+
"@fluidframework/runtime-definitions": "~2.114.0",
|
|
58
|
+
"@fluidframework/telemetry-utils": "~2.114.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@arethetypeswrong/cli": "^0.18.2",
|
|
62
62
|
"@biomejs/biome": "~2.4.5",
|
|
63
63
|
"@fluid-tools/build-cli": "^0.65.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.112.0",
|
|
65
|
+
"@fluidframework/azure-local-service": "~2.114.0",
|
|
66
66
|
"@fluidframework/build-common": "^2.0.3",
|
|
67
67
|
"@fluidframework/build-tools": "^0.65.0",
|
|
68
|
-
"@fluidframework/container-runtime": "2.
|
|
68
|
+
"@fluidframework/container-runtime": "~2.114.0",
|
|
69
69
|
"@fluidframework/eslint-config-fluid": "^13.0.0",
|
|
70
|
-
"@fluidframework/test-runtime-utils": "2.
|
|
71
|
-
"@fluidframework/test-utils": "2.
|
|
70
|
+
"@fluidframework/test-runtime-utils": "~2.114.0",
|
|
71
|
+
"@fluidframework/test-utils": "~2.114.0",
|
|
72
72
|
"@microsoft/api-extractor": "7.58.1",
|
|
73
73
|
"@types/mocha": "^10.0.10",
|
|
74
74
|
"@types/node": "~22.19.17",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"cross-env": "^10.1.0",
|
|
78
78
|
"eslint": "~9.39.1",
|
|
79
79
|
"eslint-config-prettier": "~10.1.8",
|
|
80
|
-
"fluid-framework": "2.
|
|
80
|
+
"fluid-framework": "~2.114.0",
|
|
81
81
|
"jiti": "^2.6.1",
|
|
82
82
|
"mocha": "^11.7.5",
|
|
83
83
|
"rimraf": "^6.1.3",
|
|
@@ -90,9 +90,6 @@
|
|
|
90
90
|
"entrypoint": "legacy"
|
|
91
91
|
},
|
|
92
92
|
"scripts": {
|
|
93
|
-
"api": "fluid-build . --task api",
|
|
94
|
-
"api-extractor:commonjs": "flub generate entrypoints --resolutionConditions require --outFileLegacyBeta legacy --outDir ./dist",
|
|
95
|
-
"api-extractor:esnext": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat",
|
|
96
93
|
"build": "fluid-build . --task build",
|
|
97
94
|
"build:api-reports": "concurrently \"npm:build:api-reports:*\"",
|
|
98
95
|
"build:api-reports:current": "api-extractor run --local --config api-extractor/api-extractor.current.json",
|
|
@@ -100,8 +97,11 @@
|
|
|
100
97
|
"build:commonjs": "fluid-build . --task commonjs",
|
|
101
98
|
"build:compile": "fluid-build . --task compile",
|
|
102
99
|
"build:docs": "api-extractor run --local",
|
|
100
|
+
"build:entrypoints": "fluid-build . --task build:entrypoints",
|
|
101
|
+
"build:entrypoints:cjs": "flub generate entrypoints --resolutionConditions require --outFileLegacyBeta legacy --outDir ./dist",
|
|
102
|
+
"build:entrypoints:esm": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat",
|
|
103
103
|
"build:esnext": "tsc --project ./tsconfig.json",
|
|
104
|
-
"build:test": "npm
|
|
104
|
+
"build:test": "concurrently npm:build:test:esm npm:build:test:cjs",
|
|
105
105
|
"build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
|
|
106
106
|
"build:test:esm": "tsc --project ./src/test/tsconfig.json",
|
|
107
107
|
"check:are-the-types-wrong": "attw --pack .",
|