@fluidframework/azure-client 2.31.1 → 2.32.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +17 -16
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/azure-client
2
2
 
3
+ ## 2.32.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.31.0
4
8
 
5
9
  Dependency updates only.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/azure-client",
3
- "version": "2.31.1",
3
+ "version": "2.32.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.31.1",
51
- "@fluidframework/container-loader": "~2.31.1",
52
- "@fluidframework/core-interfaces": "~2.31.1",
53
- "@fluidframework/core-utils": "~2.31.1",
54
- "@fluidframework/driver-definitions": "~2.31.1",
55
- "@fluidframework/driver-utils": "~2.31.1",
56
- "@fluidframework/fluid-static": "~2.31.1",
57
- "@fluidframework/routerlicious-driver": "~2.31.1",
58
- "@fluidframework/telemetry-utils": "~2.31.1"
50
+ "@fluidframework/container-definitions": "~2.32.0",
51
+ "@fluidframework/container-loader": "~2.32.0",
52
+ "@fluidframework/core-interfaces": "~2.32.0",
53
+ "@fluidframework/core-utils": "~2.32.0",
54
+ "@fluidframework/driver-definitions": "~2.32.0",
55
+ "@fluidframework/driver-utils": "~2.32.0",
56
+ "@fluidframework/fluid-static": "~2.32.0",
57
+ "@fluidframework/routerlicious-driver": "~2.32.0",
58
+ "@fluidframework/telemetry-utils": "~2.32.0"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@arethetypeswrong/cli": "^0.17.1",
62
62
  "@biomejs/biome": "~1.9.3",
63
- "@fluid-tools/build-cli": "^0.54.0",
63
+ "@fluid-tools/build-cli": "^0.55.0",
64
64
  "@fluidframework/azure-client-previous": "npm:@fluidframework/azure-client@2.31.0",
65
- "@fluidframework/azure-local-service": "~2.31.1",
65
+ "@fluidframework/azure-local-service": "~2.32.0",
66
66
  "@fluidframework/build-common": "^2.0.3",
67
- "@fluidframework/build-tools": "^0.54.0",
67
+ "@fluidframework/build-tools": "^0.55.0",
68
68
  "@fluidframework/eslint-config-fluid": "^5.7.3",
69
- "@fluidframework/test-runtime-utils": "~2.31.1",
70
- "@fluidframework/test-utils": "~2.31.1",
69
+ "@fluidframework/test-runtime-utils": "~2.32.0",
70
+ "@fluidframework/test-utils": "~2.32.0",
71
71
  "@microsoft/api-extractor": "7.50.1",
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.31.1",
80
+ "fluid-framework": "~2.32.0",
81
81
  "mocha": "^10.8.2",
82
82
  "rimraf": "^4.4.0",
83
83
  "start-server-and-test": "^2.0.3",
@@ -123,6 +123,7 @@
123
123
  "format:biome": "biome check . --write",
124
124
  "lint": "fluid-build . --task lint",
125
125
  "lint:fix": "fluid-build . --task eslint:fix --task format",
126
+ "pack:tests": "tar -cf ./azure-client.test-files.tar ./dist/test ./lib/test",
126
127
  "start:tinylicious:test": "npx @fluidframework/azure-local-service > tinylicious.log 2>&1",
127
128
  "test": "npm run test:realsvc",
128
129
  "test:realsvc": "npm run test:realsvc:tinylicious",