@fluidframework/odsp-client 2.20.0 → 2.21.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 +4 -0
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/odsp-client",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.21.0",
|
|
4
4
|
"description": "A tool to enable creation and loading of Fluid containers using the ODSP service",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -69,28 +69,28 @@
|
|
|
69
69
|
"temp-directory": "nyc/.nyc_output"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@fluidframework/container-definitions": "~2.
|
|
73
|
-
"@fluidframework/container-loader": "~2.
|
|
74
|
-
"@fluidframework/core-interfaces": "~2.
|
|
75
|
-
"@fluidframework/core-utils": "~2.
|
|
76
|
-
"@fluidframework/driver-definitions": "~2.
|
|
77
|
-
"@fluidframework/fluid-static": "~2.
|
|
78
|
-
"@fluidframework/map": "~2.
|
|
79
|
-
"@fluidframework/odsp-doclib-utils": "~2.
|
|
80
|
-
"@fluidframework/odsp-driver": "~2.
|
|
81
|
-
"@fluidframework/odsp-driver-definitions": "~2.
|
|
82
|
-
"@fluidframework/telemetry-utils": "~2.
|
|
72
|
+
"@fluidframework/container-definitions": "~2.21.0",
|
|
73
|
+
"@fluidframework/container-loader": "~2.21.0",
|
|
74
|
+
"@fluidframework/core-interfaces": "~2.21.0",
|
|
75
|
+
"@fluidframework/core-utils": "~2.21.0",
|
|
76
|
+
"@fluidframework/driver-definitions": "~2.21.0",
|
|
77
|
+
"@fluidframework/fluid-static": "~2.21.0",
|
|
78
|
+
"@fluidframework/map": "~2.21.0",
|
|
79
|
+
"@fluidframework/odsp-doclib-utils": "~2.21.0",
|
|
80
|
+
"@fluidframework/odsp-driver": "~2.21.0",
|
|
81
|
+
"@fluidframework/odsp-driver-definitions": "~2.21.0",
|
|
82
|
+
"@fluidframework/telemetry-utils": "~2.21.0",
|
|
83
83
|
"uuid": "^9.0.0"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
86
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
87
87
|
"@biomejs/biome": "~1.9.3",
|
|
88
|
-
"@fluid-internal/mocha-test-setup": "~2.
|
|
88
|
+
"@fluid-internal/mocha-test-setup": "~2.21.0",
|
|
89
89
|
"@fluid-tools/build-cli": "^0.51.0",
|
|
90
90
|
"@fluidframework/build-common": "^2.0.3",
|
|
91
91
|
"@fluidframework/build-tools": "^0.51.0",
|
|
92
|
-
"@fluidframework/eslint-config-fluid": "^5.
|
|
93
|
-
"@fluidframework/test-utils": "~2.
|
|
92
|
+
"@fluidframework/eslint-config-fluid": "^5.7.3",
|
|
93
|
+
"@fluidframework/test-utils": "~2.21.0",
|
|
94
94
|
"@microsoft/api-extractor": "7.47.8",
|
|
95
95
|
"@types/mocha": "^10.0.10",
|
|
96
96
|
"@types/node": "^18.19.0",
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"check:format": "npm run check:biome",
|
|
134
134
|
"check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
|
|
135
135
|
"ci:build:docs": "api-extractor run",
|
|
136
|
-
"clean": "rimraf --glob dist lib
|
|
136
|
+
"clean": "rimraf --glob dist lib {alpha,beta,internal,legacy}.d.ts \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
|
|
137
137
|
"eslint": "eslint --format stylish src",
|
|
138
138
|
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
139
139
|
"format": "npm run format:biome",
|