@fluidframework/azure-client 2.40.0 → 2.41.0-338186

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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.5"
8
+ "packageVersion": "7.52.8"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/azure-client",
3
- "version": "2.40.0",
3
+ "version": "2.41.0-338186",
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.40.0",
51
- "@fluidframework/container-loader": "~2.40.0",
52
- "@fluidframework/core-interfaces": "~2.40.0",
53
- "@fluidframework/core-utils": "~2.40.0",
54
- "@fluidframework/driver-definitions": "~2.40.0",
55
- "@fluidframework/driver-utils": "~2.40.0",
56
- "@fluidframework/fluid-static": "~2.40.0",
57
- "@fluidframework/routerlicious-driver": "~2.40.0",
58
- "@fluidframework/telemetry-utils": "~2.40.0"
50
+ "@fluidframework/container-definitions": "2.41.0-338186",
51
+ "@fluidframework/container-loader": "2.41.0-338186",
52
+ "@fluidframework/core-interfaces": "2.41.0-338186",
53
+ "@fluidframework/core-utils": "2.41.0-338186",
54
+ "@fluidframework/driver-definitions": "2.41.0-338186",
55
+ "@fluidframework/driver-utils": "2.41.0-338186",
56
+ "@fluidframework/fluid-static": "2.41.0-338186",
57
+ "@fluidframework/routerlicious-driver": "2.41.0-338186",
58
+ "@fluidframework/telemetry-utils": "2.41.0-338186"
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.55.0",
64
- "@fluidframework/azure-client-previous": "npm:@fluidframework/azure-client@2.33.0",
65
- "@fluidframework/azure-local-service": "~2.40.0",
64
+ "@fluidframework/azure-client-previous": "npm:@fluidframework/azure-client@2.40.0",
65
+ "@fluidframework/azure-local-service": "2.41.0-338186",
66
66
  "@fluidframework/build-common": "^2.0.3",
67
67
  "@fluidframework/build-tools": "^0.55.0",
68
68
  "@fluidframework/eslint-config-fluid": "^5.7.3",
69
- "@fluidframework/test-runtime-utils": "~2.40.0",
70
- "@fluidframework/test-utils": "~2.40.0",
71
- "@microsoft/api-extractor": "7.52.5",
69
+ "@fluidframework/test-runtime-utils": "2.41.0-338186",
70
+ "@fluidframework/test-utils": "2.41.0-338186",
71
+ "@microsoft/api-extractor": "7.52.8",
72
72
  "@types/mocha": "^10.0.10",
73
73
  "@types/node": "^18.19.0",
74
74
  "@types/uuid": "^9.0.2",
@@ -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.40.0",
80
+ "fluid-framework": "2.41.0-338186",
81
81
  "mocha": "^10.8.2",
82
82
  "rimraf": "^4.4.0",
83
83
  "start-server-and-test": "^2.0.3",
@@ -85,20 +85,7 @@
85
85
  "uuid": "^9.0.0"
86
86
  },
87
87
  "typeValidation": {
88
- "broken": {
89
- "TypeAlias_ITokenClaims": {
90
- "backCompat": false,
91
- "forwardCompat": false
92
- },
93
- "TypeAlias_ScopeType": {
94
- "backCompat": false,
95
- "forwardCompat": false
96
- },
97
- "Variable_ScopeType": {
98
- "backCompat": false,
99
- "forwardCompat": false
100
- }
101
- },
88
+ "broken": {},
102
89
  "entrypoint": "legacy"
103
90
  },
104
91
  "scripts": {