@fluid-experimental/data-objects 2.1.0-281041 → 2.1.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/README.md +4 -4
  3. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluid-experimental/data-objects
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
@@ -28,6 +28,10 @@ To get started, install the package by running the following command:
28
28
  npm i @fluid-experimental/data-objects
29
29
  ```
30
30
 
31
+ ## API Documentation
32
+
33
+ API documentation for **@fluid-experimental/data-objects** is available at <https://fluidframework.com/docs/apis/data-objects>.
34
+
31
35
  <!-- prettier-ignore-end -->
32
36
 
33
37
  <!-- AUTO-GENERATED-CONTENT:END -->
@@ -37,10 +41,6 @@ npm i @fluid-experimental/data-objects
37
41
  <!-- prettier-ignore-start -->
38
42
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
39
43
 
40
- ## API Documentation
41
-
42
- API documentation for **@fluid-experimental/data-objects** is available at <https://fluidframework.com/docs/apis/data-objects>.
43
-
44
44
  ## Minimum Client Requirements
45
45
 
46
46
  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": "@fluid-experimental/data-objects",
3
- "version": "2.1.0-281041",
3
+ "version": "2.1.1",
4
4
  "description": "A collection of ready to use Fluid Data Objects",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -27,21 +27,21 @@
27
27
  "main": "lib/index.js",
28
28
  "types": "lib/index.d.ts",
29
29
  "dependencies": {
30
- "@fluid-internal/client-utils": "2.1.0-281041",
31
- "@fluidframework/aqueduct": "2.1.0-281041",
32
- "@fluidframework/core-interfaces": "2.1.0-281041",
33
- "@fluidframework/core-utils": "2.1.0-281041",
34
- "@fluidframework/datastore-definitions": "2.1.0-281041",
35
- "@fluidframework/map": "2.1.0-281041",
36
- "@fluidframework/runtime-definitions": "2.1.0-281041",
37
- "@fluidframework/shared-object-base": "2.1.0-281041"
30
+ "@fluid-internal/client-utils": "~2.1.1",
31
+ "@fluidframework/aqueduct": "~2.1.1",
32
+ "@fluidframework/core-interfaces": "~2.1.1",
33
+ "@fluidframework/core-utils": "~2.1.1",
34
+ "@fluidframework/datastore-definitions": "~2.1.1",
35
+ "@fluidframework/map": "~2.1.1",
36
+ "@fluidframework/runtime-definitions": "~2.1.1",
37
+ "@fluidframework/shared-object-base": "~2.1.1"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@arethetypeswrong/cli": "^0.15.2",
41
41
  "@biomejs/biome": "~1.8.3",
42
- "@fluid-tools/build-cli": "^0.40.0",
42
+ "@fluid-tools/build-cli": "^0.41.0",
43
43
  "@fluidframework/build-common": "^2.0.3",
44
- "@fluidframework/build-tools": "^0.40.0",
44
+ "@fluidframework/build-tools": "^0.41.0",
45
45
  "@fluidframework/eslint-config-fluid": "^5.3.0",
46
46
  "@microsoft/api-extractor": "^7.45.1",
47
47
  "@types/node": "^18.19.0",