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