@fluidframework/odsp-client 2.1.1 → 2.2.1
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/README.md +2 -2
- 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. -->
|
|
@@ -146,7 +146,7 @@ const map1 = initialObjects.map1;
|
|
|
146
146
|
const text1 = initialObjects.text1;
|
|
147
147
|
```
|
|
148
148
|
|
|
149
|
-
<!-- AUTO-GENERATED-CONTENT:START (
|
|
149
|
+
<!-- AUTO-GENERATED-CONTENT:START (README_FOOTER) -->
|
|
150
150
|
|
|
151
151
|
<!-- prettier-ignore-start -->
|
|
152
152
|
<!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/odsp-client",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.1",
|
|
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.1",
|
|
71
|
+
"@fluidframework/container-loader": "~2.2.1",
|
|
72
|
+
"@fluidframework/core-interfaces": "~2.2.1",
|
|
73
|
+
"@fluidframework/core-utils": "~2.2.1",
|
|
74
|
+
"@fluidframework/driver-definitions": "~2.2.1",
|
|
75
|
+
"@fluidframework/fluid-static": "~2.2.1",
|
|
76
|
+
"@fluidframework/map": "~2.2.1",
|
|
77
|
+
"@fluidframework/odsp-doclib-utils": "~2.2.1",
|
|
78
|
+
"@fluidframework/odsp-driver": "~2.2.1",
|
|
79
|
+
"@fluidframework/odsp-driver-definitions": "~2.2.1",
|
|
80
|
+
"@fluidframework/telemetry-utils": "~2.2.1",
|
|
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.1",
|
|
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.1",
|
|
92
92
|
"@microsoft/api-extractor": "^7.45.1",
|
|
93
93
|
"@types/mocha": "^9.1.1",
|
|
94
94
|
"@types/node": "^18.19.0",
|