@fluidframework/odsp-client 2.1.0-281041 → 2.2.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/README.md +6 -6
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
The odsp-client package provides a simple and powerful way to consume collaborative Fluid data with OneDrive/SharePoint (ODSP) storage. Please note that odsp-client is currently an experimental package. We'd love for you to try it out and provide feedback but it is not yet recommended or supported for production scenarios.
|
|
4
4
|
|
|
5
|
-
<!-- AUTO-GENERATED-CONTENT:START (
|
|
5
|
+
<!-- AUTO-GENERATED-CONTENT:START (LIBRARY_README_HEADER) -->
|
|
6
6
|
|
|
7
7
|
<!-- prettier-ignore-start -->
|
|
8
8
|
<!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
|
|
@@ -32,6 +32,10 @@ To access the `public` ([SemVer](https://semver.org/)) APIs, import via `@fluidf
|
|
|
32
32
|
|
|
33
33
|
To access the `beta` APIs, import via `@fluidframework/odsp-client/beta`.
|
|
34
34
|
|
|
35
|
+
## API Documentation
|
|
36
|
+
|
|
37
|
+
API documentation for **@fluidframework/odsp-client** is available at <https://fluidframework.com/docs/apis/odsp-client>.
|
|
38
|
+
|
|
35
39
|
<!-- prettier-ignore-end -->
|
|
36
40
|
|
|
37
41
|
<!-- AUTO-GENERATED-CONTENT:END -->
|
|
@@ -142,15 +146,11 @@ const map1 = initialObjects.map1;
|
|
|
142
146
|
const text1 = initialObjects.text1;
|
|
143
147
|
```
|
|
144
148
|
|
|
145
|
-
<!-- AUTO-GENERATED-CONTENT:START (
|
|
149
|
+
<!-- AUTO-GENERATED-CONTENT:START (README_FOOTER) -->
|
|
146
150
|
|
|
147
151
|
<!-- prettier-ignore-start -->
|
|
148
152
|
<!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
|
|
149
153
|
|
|
150
|
-
## API Documentation
|
|
151
|
-
|
|
152
|
-
API documentation for **@fluidframework/odsp-client** is available at <https://fluidframework.com/docs/apis/odsp-client>.
|
|
153
|
-
|
|
154
154
|
## Minimum Client Requirements
|
|
155
155
|
|
|
156
156
|
These are the platform requirements for the current version of Fluid Framework Client Packages.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/odsp-client",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.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.
|
|
71
|
-
"@fluidframework/container-loader": "2.
|
|
72
|
-
"@fluidframework/core-interfaces": "2.
|
|
73
|
-
"@fluidframework/core-utils": "2.
|
|
74
|
-
"@fluidframework/driver-definitions": "2.
|
|
75
|
-
"@fluidframework/fluid-static": "2.
|
|
76
|
-
"@fluidframework/map": "2.
|
|
77
|
-
"@fluidframework/odsp-doclib-utils": "2.
|
|
78
|
-
"@fluidframework/odsp-driver": "2.
|
|
79
|
-
"@fluidframework/odsp-driver-definitions": "2.
|
|
80
|
-
"@fluidframework/telemetry-utils": "2.
|
|
70
|
+
"@fluidframework/container-definitions": "~2.2.0",
|
|
71
|
+
"@fluidframework/container-loader": "~2.2.0",
|
|
72
|
+
"@fluidframework/core-interfaces": "~2.2.0",
|
|
73
|
+
"@fluidframework/core-utils": "~2.2.0",
|
|
74
|
+
"@fluidframework/driver-definitions": "~2.2.0",
|
|
75
|
+
"@fluidframework/fluid-static": "~2.2.0",
|
|
76
|
+
"@fluidframework/map": "~2.2.0",
|
|
77
|
+
"@fluidframework/odsp-doclib-utils": "~2.2.0",
|
|
78
|
+
"@fluidframework/odsp-driver": "~2.2.0",
|
|
79
|
+
"@fluidframework/odsp-driver-definitions": "~2.2.0",
|
|
80
|
+
"@fluidframework/telemetry-utils": "~2.2.0",
|
|
81
81
|
"uuid": "^9.0.0"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
84
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
85
85
|
"@biomejs/biome": "~1.8.3",
|
|
86
|
-
"@fluid-internal/mocha-test-setup": "2.
|
|
87
|
-
"@fluid-tools/build-cli": "^0.
|
|
86
|
+
"@fluid-internal/mocha-test-setup": "~2.2.0",
|
|
87
|
+
"@fluid-tools/build-cli": "^0.43.0",
|
|
88
88
|
"@fluidframework/build-common": "^2.0.3",
|
|
89
|
-
"@fluidframework/build-tools": "^0.
|
|
89
|
+
"@fluidframework/build-tools": "^0.43.0",
|
|
90
90
|
"@fluidframework/eslint-config-fluid": "^5.3.0",
|
|
91
|
-
"@fluidframework/test-utils": "2.
|
|
91
|
+
"@fluidframework/test-utils": "~2.2.0",
|
|
92
92
|
"@microsoft/api-extractor": "^7.45.1",
|
|
93
93
|
"@types/mocha": "^9.1.1",
|
|
94
94
|
"@types/node": "^18.19.0",
|