@fluid-experimental/data-objects 2.20.0 → 2.21.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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluid-experimental/data-objects
2
2
 
3
+ ## 2.21.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.20.0
4
8
 
5
9
  Dependency updates only.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/data-objects",
3
- "version": "2.20.0",
3
+ "version": "2.21.0",
4
4
  "description": "A collection of ready to use Fluid Data Objects",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -27,14 +27,14 @@
27
27
  "main": "lib/index.js",
28
28
  "types": "lib/index.d.ts",
29
29
  "dependencies": {
30
- "@fluid-internal/client-utils": "~2.20.0",
31
- "@fluidframework/aqueduct": "~2.20.0",
32
- "@fluidframework/core-interfaces": "~2.20.0",
33
- "@fluidframework/core-utils": "~2.20.0",
34
- "@fluidframework/datastore-definitions": "~2.20.0",
35
- "@fluidframework/map": "~2.20.0",
36
- "@fluidframework/runtime-definitions": "~2.20.0",
37
- "@fluidframework/shared-object-base": "~2.20.0"
30
+ "@fluid-internal/client-utils": "~2.21.0",
31
+ "@fluidframework/aqueduct": "~2.21.0",
32
+ "@fluidframework/core-interfaces": "~2.21.0",
33
+ "@fluidframework/core-utils": "~2.21.0",
34
+ "@fluidframework/datastore-definitions": "~2.21.0",
35
+ "@fluidframework/map": "~2.21.0",
36
+ "@fluidframework/runtime-definitions": "~2.21.0",
37
+ "@fluidframework/shared-object-base": "~2.21.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@arethetypeswrong/cli": "^0.17.1",
@@ -42,7 +42,7 @@
42
42
  "@fluid-tools/build-cli": "^0.51.0",
43
43
  "@fluidframework/build-common": "^2.0.3",
44
44
  "@fluidframework/build-tools": "^0.51.0",
45
- "@fluidframework/eslint-config-fluid": "^5.6.0",
45
+ "@fluidframework/eslint-config-fluid": "^5.7.3",
46
46
  "@microsoft/api-extractor": "7.47.8",
47
47
  "@types/node": "^18.19.0",
48
48
  "concurrently": "^8.2.1",
@@ -1,11 +0,0 @@
1
- // This file is read by tools that parse documentation comments conforming to the TSDoc standard.
2
- // It should be published with your NPM package. It should not be tracked by Git.
3
- {
4
- "tsdocVersion": "0.12",
5
- "toolPackages": [
6
- {
7
- "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.47.8"
9
- }
10
- ]
11
- }