@fluidframework/tinylicious-client 2.70.0-361788 → 2.71.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 +21 -21
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/tinylicious-client",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.71.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,31 +47,31 @@
|
|
|
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/map": "2.
|
|
58
|
-
"@fluidframework/routerlicious-driver": "2.
|
|
59
|
-
"@fluidframework/runtime-utils": "2.
|
|
60
|
-
"@fluidframework/telemetry-utils": "2.
|
|
61
|
-
"@fluidframework/tinylicious-driver": "2.
|
|
50
|
+
"@fluidframework/container-definitions": "~2.71.0",
|
|
51
|
+
"@fluidframework/container-loader": "~2.71.0",
|
|
52
|
+
"@fluidframework/core-interfaces": "~2.71.0",
|
|
53
|
+
"@fluidframework/core-utils": "~2.71.0",
|
|
54
|
+
"@fluidframework/driver-definitions": "~2.71.0",
|
|
55
|
+
"@fluidframework/driver-utils": "~2.71.0",
|
|
56
|
+
"@fluidframework/fluid-static": "~2.71.0",
|
|
57
|
+
"@fluidframework/map": "~2.71.0",
|
|
58
|
+
"@fluidframework/routerlicious-driver": "~2.71.0",
|
|
59
|
+
"@fluidframework/runtime-utils": "~2.71.0",
|
|
60
|
+
"@fluidframework/telemetry-utils": "~2.71.0",
|
|
61
|
+
"@fluidframework/tinylicious-driver": "~2.71.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
65
65
|
"@biomejs/biome": "~1.9.3",
|
|
66
66
|
"@fluid-tools/build-cli": "^0.58.3",
|
|
67
|
-
"@fluidframework/aqueduct": "2.
|
|
67
|
+
"@fluidframework/aqueduct": "~2.71.0",
|
|
68
68
|
"@fluidframework/build-common": "^2.0.3",
|
|
69
69
|
"@fluidframework/build-tools": "^0.58.3",
|
|
70
|
-
"@fluidframework/container-runtime": "2.
|
|
71
|
-
"@fluidframework/container-runtime-definitions": "2.
|
|
72
|
-
"@fluidframework/eslint-config-fluid": "^
|
|
73
|
-
"@fluidframework/test-utils": "2.
|
|
74
|
-
"@fluidframework/tinylicious-client-previous": "npm:@fluidframework/tinylicious-client@2.
|
|
70
|
+
"@fluidframework/container-runtime": "~2.71.0",
|
|
71
|
+
"@fluidframework/container-runtime-definitions": "~2.71.0",
|
|
72
|
+
"@fluidframework/eslint-config-fluid": "^7.0.0",
|
|
73
|
+
"@fluidframework/test-utils": "~2.71.0",
|
|
74
|
+
"@fluidframework/tinylicious-client-previous": "npm:@fluidframework/tinylicious-client@2.70.0",
|
|
75
75
|
"@microsoft/api-extractor": "7.52.11",
|
|
76
76
|
"@types/mocha": "^10.0.10",
|
|
77
77
|
"@types/node": "^18.19.0",
|
|
@@ -111,8 +111,8 @@
|
|
|
111
111
|
"check:format": "npm run check:biome",
|
|
112
112
|
"ci:build:docs": "api-extractor run",
|
|
113
113
|
"clean": "rimraf --glob dist lib {alpha,beta,internal,legacy}.d.ts \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
|
|
114
|
-
"eslint": "eslint --format stylish src",
|
|
115
|
-
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
114
|
+
"eslint": "eslint --quiet --format stylish src",
|
|
115
|
+
"eslint:fix": "eslint --quiet --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
116
116
|
"format": "npm run format:biome",
|
|
117
117
|
"format:biome": "biome check . --write",
|
|
118
118
|
"lint": "fluid-build . --task lint",
|