@fluidframework/tinylicious-client 2.81.0 → 2.82.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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/tinylicious-client
2
2
 
3
+ ## 2.82.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.81.0
4
8
 
5
9
  Dependency updates only.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/tinylicious-client",
3
- "version": "2.81.0",
3
+ "version": "2.82.0",
4
4
  "description": "A tool to enable creation and loading of Fluid containers using the Tinylicious service",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -47,34 +47,34 @@
47
47
  "main": "lib/index.js",
48
48
  "types": "lib/public.d.ts",
49
49
  "dependencies": {
50
- "@fluidframework/container-definitions": "~2.81.0",
51
- "@fluidframework/container-loader": "~2.81.0",
52
- "@fluidframework/core-interfaces": "~2.81.0",
53
- "@fluidframework/core-utils": "~2.81.0",
54
- "@fluidframework/driver-definitions": "~2.81.0",
55
- "@fluidframework/driver-utils": "~2.81.0",
56
- "@fluidframework/fluid-static": "~2.81.0",
57
- "@fluidframework/map": "~2.81.0",
58
- "@fluidframework/routerlicious-driver": "~2.81.0",
59
- "@fluidframework/runtime-utils": "~2.81.0",
60
- "@fluidframework/telemetry-utils": "~2.81.0",
61
- "@fluidframework/tinylicious-driver": "~2.81.0"
50
+ "@fluidframework/container-definitions": "~2.82.0",
51
+ "@fluidframework/container-loader": "~2.82.0",
52
+ "@fluidframework/core-interfaces": "~2.82.0",
53
+ "@fluidframework/core-utils": "~2.82.0",
54
+ "@fluidframework/driver-definitions": "~2.82.0",
55
+ "@fluidframework/driver-utils": "~2.82.0",
56
+ "@fluidframework/fluid-static": "~2.82.0",
57
+ "@fluidframework/map": "~2.82.0",
58
+ "@fluidframework/routerlicious-driver": "~2.82.0",
59
+ "@fluidframework/runtime-utils": "~2.82.0",
60
+ "@fluidframework/telemetry-utils": "~2.82.0",
61
+ "@fluidframework/tinylicious-driver": "~2.82.0"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@arethetypeswrong/cli": "^0.18.2",
65
65
  "@biomejs/biome": "~1.9.3",
66
66
  "@fluid-tools/build-cli": "^0.63.0",
67
- "@fluidframework/aqueduct": "~2.81.0",
67
+ "@fluidframework/aqueduct": "~2.82.0",
68
68
  "@fluidframework/build-common": "^2.0.3",
69
69
  "@fluidframework/build-tools": "^0.63.0",
70
- "@fluidframework/container-runtime": "~2.81.0",
71
- "@fluidframework/container-runtime-definitions": "~2.81.0",
72
- "@fluidframework/eslint-config-fluid": "~2.81.0",
73
- "@fluidframework/test-utils": "~2.81.0",
74
- "@fluidframework/tinylicious-client-previous": "npm:@fluidframework/tinylicious-client@2.80.0",
70
+ "@fluidframework/container-runtime": "~2.82.0",
71
+ "@fluidframework/container-runtime-definitions": "~2.82.0",
72
+ "@fluidframework/eslint-config-fluid": "~2.82.0",
73
+ "@fluidframework/test-utils": "~2.82.0",
74
+ "@fluidframework/tinylicious-client-previous": "npm:@fluidframework/tinylicious-client@2.81.0",
75
75
  "@microsoft/api-extractor": "7.52.11",
76
76
  "@types/mocha": "^10.0.10",
77
- "@types/node": "^18.19.0",
77
+ "@types/node": "~20.19.30",
78
78
  "concurrently": "^9.2.1",
79
79
  "copyfiles": "^2.4.1",
80
80
  "eslint": "~9.39.1",
package/biome.jsonc DELETED
@@ -1,4 +0,0 @@
1
- {
2
- "$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
3
- "extends": ["../../../biome.jsonc"]
4
- }