@fluidframework/odsp-client 2.1.0 → 2.3.0-288113

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/README.md +2 -2
  3. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluid-experimental/odsp-client
2
2
 
3
+ ## 2.2.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.1.0
4
8
 
5
9
  Dependency updates only.
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 (LIBRARY_PACKAGE_README_HEADER) -->
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 (LIBRARY_PACKAGE_README_FOOTER) -->
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.1.0",
3
+ "version": "2.3.0-288113",
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.1.0",
71
- "@fluidframework/container-loader": "~2.1.0",
72
- "@fluidframework/core-interfaces": "~2.1.0",
73
- "@fluidframework/core-utils": "~2.1.0",
74
- "@fluidframework/driver-definitions": "~2.1.0",
75
- "@fluidframework/fluid-static": "~2.1.0",
76
- "@fluidframework/map": "~2.1.0",
77
- "@fluidframework/odsp-doclib-utils": "~2.1.0",
78
- "@fluidframework/odsp-driver": "~2.1.0",
79
- "@fluidframework/odsp-driver-definitions": "~2.1.0",
80
- "@fluidframework/telemetry-utils": "~2.1.0",
70
+ "@fluidframework/container-definitions": "2.3.0-288113",
71
+ "@fluidframework/container-loader": "2.3.0-288113",
72
+ "@fluidframework/core-interfaces": "2.3.0-288113",
73
+ "@fluidframework/core-utils": "2.3.0-288113",
74
+ "@fluidframework/driver-definitions": "2.3.0-288113",
75
+ "@fluidframework/fluid-static": "2.3.0-288113",
76
+ "@fluidframework/map": "2.3.0-288113",
77
+ "@fluidframework/odsp-doclib-utils": "2.3.0-288113",
78
+ "@fluidframework/odsp-driver": "2.3.0-288113",
79
+ "@fluidframework/odsp-driver-definitions": "2.3.0-288113",
80
+ "@fluidframework/telemetry-utils": "2.3.0-288113",
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.1.0",
87
- "@fluid-tools/build-cli": "^0.41.0",
86
+ "@fluid-internal/mocha-test-setup": "2.3.0-288113",
87
+ "@fluid-tools/build-cli": "^0.43.0",
88
88
  "@fluidframework/build-common": "^2.0.3",
89
- "@fluidframework/build-tools": "^0.41.0",
89
+ "@fluidframework/build-tools": "^0.43.0",
90
90
  "@fluidframework/eslint-config-fluid": "^5.3.0",
91
- "@fluidframework/test-utils": "~2.1.0",
91
+ "@fluidframework/test-utils": "2.3.0-288113",
92
92
  "@microsoft/api-extractor": "^7.45.1",
93
93
  "@types/mocha": "^9.1.1",
94
94
  "@types/node": "^18.19.0",