@fluidframework/odsp-client 2.0.0-dev-rc.5.0.0.272889 → 2.0.0-rc.5.0.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 +12 -0
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @fluid-experimental/odsp-client
|
|
2
2
|
|
|
3
|
+
## 2.0.0-rc.5.0.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- odsp-client: Move odsp-client out of experimental ([#21024](https://github.com/microsoft/FluidFramework/pull/21024)) [8461a406f3](https://github.com/microsoft/FluidFramework/commit/8461a406f3086ced7e38a19f70d71cca72667333)
|
|
8
|
+
|
|
9
|
+
The scope of the odsp-client package is changed from `@fluid-experimental/odsp-client` to `@fluidframework/odsp-client`.
|
|
10
|
+
|
|
11
|
+
- Update to TypeScript 5.4 ([#21214](https://github.com/microsoft/FluidFramework/pull/21214)) [0e6256c722](https://github.com/microsoft/FluidFramework/commit/0e6256c722d8bf024f4325bf02547daeeb18bfa6)
|
|
12
|
+
|
|
13
|
+
Update package implementations to use TypeScript 5.4.5.
|
|
14
|
+
|
|
3
15
|
## 2.0.0-rc.4.0.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/odsp-client",
|
|
3
|
-
"version": "2.0.0-
|
|
3
|
+
"version": "2.0.0-rc.5.0.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": {
|
|
@@ -67,28 +67,28 @@
|
|
|
67
67
|
"temp-directory": "nyc/.nyc_output"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@fluidframework/container-definitions": "2.0.0-
|
|
71
|
-
"@fluidframework/container-loader": "2.0.0-
|
|
72
|
-
"@fluidframework/core-interfaces": "2.0.0-
|
|
73
|
-
"@fluidframework/core-utils": "2.0.0-
|
|
74
|
-
"@fluidframework/driver-definitions": "2.0.0-
|
|
75
|
-
"@fluidframework/fluid-static": "2.0.0-
|
|
76
|
-
"@fluidframework/map": "2.0.0-
|
|
77
|
-
"@fluidframework/odsp-doclib-utils": "2.0.0-
|
|
78
|
-
"@fluidframework/odsp-driver": "2.0.0-
|
|
79
|
-
"@fluidframework/odsp-driver-definitions": "2.0.0-
|
|
80
|
-
"@fluidframework/telemetry-utils": "2.0.0-
|
|
70
|
+
"@fluidframework/container-definitions": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
|
|
71
|
+
"@fluidframework/container-loader": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
|
|
72
|
+
"@fluidframework/core-interfaces": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
|
|
73
|
+
"@fluidframework/core-utils": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
|
|
74
|
+
"@fluidframework/driver-definitions": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
|
|
75
|
+
"@fluidframework/fluid-static": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
|
|
76
|
+
"@fluidframework/map": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
|
|
77
|
+
"@fluidframework/odsp-doclib-utils": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
|
|
78
|
+
"@fluidframework/odsp-driver": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
|
|
79
|
+
"@fluidframework/odsp-driver-definitions": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
|
|
80
|
+
"@fluidframework/telemetry-utils": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
|
|
81
81
|
"uuid": "^9.0.0"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
84
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
85
85
|
"@biomejs/biome": "^1.7.3",
|
|
86
|
-
"@fluid-internal/mocha-test-setup": "2.0.0-
|
|
86
|
+
"@fluid-internal/mocha-test-setup": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
|
|
87
87
|
"@fluid-tools/build-cli": "^0.39.0",
|
|
88
88
|
"@fluidframework/build-common": "^2.0.3",
|
|
89
89
|
"@fluidframework/build-tools": "^0.39.0",
|
|
90
90
|
"@fluidframework/eslint-config-fluid": "^5.3.0",
|
|
91
|
-
"@fluidframework/test-utils": "2.0.0-
|
|
91
|
+
"@fluidframework/test-utils": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
|
|
92
92
|
"@microsoft/api-extractor": "^7.45.1",
|
|
93
93
|
"@types/mocha": "^9.1.1",
|
|
94
94
|
"@types/node": "^18.19.0",
|