@fluid-experimental/data-objects 2.0.0-internal.8.0.0 → 2.0.0-rc.1.0.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.0.0-rc.1.0.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.0.0-internal.8.0.0
4
8
 
5
9
  Dependency updates only.
package/README.md CHANGED
@@ -18,12 +18,6 @@ When taking a dependency on a Fluid Framework library, we recommend using a `^`
18
18
  While Fluid Framework libraries may use different ranges with interdependencies between other Fluid Framework libraries,
19
19
  library consumers should always prefer `^`.
20
20
 
21
- Note that when depending on a library version of the form `2.0.0-internal.x.y.z`, called the Fluid internal version scheme,
22
- you must use a `>= <` dependency range (such as `>=2.0.0-internal.x.y.z <2.0.0-internal.w.0.0` where `w` is `x+1`).
23
- Standard `^` and `~` ranges will not work as expected.
24
- See the [@fluid-tools/version-tools](https://github.com/microsoft/FluidFramework/blob/main/build-tools/packages/version-tools/README.md)
25
- package for more information including tools to convert between version schemes.
26
-
27
21
  ## Installation
28
22
 
29
23
  To get started, install the package by running the following command:
@@ -34,7 +28,7 @@ npm i @fluid-experimental/data-objects
34
28
 
35
29
  ## API Documentation
36
30
 
37
- API documentation for **@fluid-experimental/data-objects** is available at <https://fluidframework.com/docs/apis/data-objects>.
31
+ API documentation for **@fluid-experimental/data-objects** is available at <https://fluidframework.com/docs/api/v1/data-objects>.
38
32
 
39
33
  ## Contribution Guidelines
40
34
 
@@ -1,13 +1,4 @@
1
1
  {
2
2
  "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
3
- "extends": "../../../common/build/build-common/api-extractor-lint.json",
4
- "messages": {
5
- "extractorMessageReporting": {
6
- // TODO: remove once base config has this enabled as an error
7
- "ae-incompatible-release-tags": {
8
- "logLevel": "error",
9
- "addToApiReportFile": false
10
- }
11
- }
12
- }
3
+ "extends": "../../../common/build/build-common/api-extractor-lint.json"
13
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/data-objects",
3
- "version": "2.0.0-internal.8.0.0",
3
+ "version": "2.0.0-rc.1.0.0",
4
4
  "description": "A collection of ready to use Fluid Data Objects",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -15,20 +15,20 @@
15
15
  "module": "lib/index.js",
16
16
  "types": "dist/index.d.ts",
17
17
  "dependencies": {
18
- "@fluid-internal/client-utils": ">=2.0.0-internal.8.0.0 <2.0.0-internal.8.1.0",
19
- "@fluidframework/aqueduct": ">=2.0.0-internal.8.0.0 <2.0.0-internal.8.1.0",
20
- "@fluidframework/core-interfaces": ">=2.0.0-internal.8.0.0 <2.0.0-internal.8.1.0",
21
- "@fluidframework/core-utils": ">=2.0.0-internal.8.0.0 <2.0.0-internal.8.1.0",
22
- "@fluidframework/datastore-definitions": ">=2.0.0-internal.8.0.0 <2.0.0-internal.8.1.0",
23
- "@fluidframework/map": ">=2.0.0-internal.8.0.0 <2.0.0-internal.8.1.0",
24
- "@fluidframework/runtime-definitions": ">=2.0.0-internal.8.0.0 <2.0.0-internal.8.1.0",
18
+ "@fluid-internal/client-utils": ">=2.0.0-rc.1.0.0 <2.0.0-rc.1.1.0",
19
+ "@fluidframework/aqueduct": ">=2.0.0-rc.1.0.0 <2.0.0-rc.1.1.0",
20
+ "@fluidframework/core-interfaces": ">=2.0.0-rc.1.0.0 <2.0.0-rc.1.1.0",
21
+ "@fluidframework/core-utils": ">=2.0.0-rc.1.0.0 <2.0.0-rc.1.1.0",
22
+ "@fluidframework/datastore-definitions": ">=2.0.0-rc.1.0.0 <2.0.0-rc.1.1.0",
23
+ "@fluidframework/map": ">=2.0.0-rc.1.0.0 <2.0.0-rc.1.1.0",
24
+ "@fluidframework/runtime-definitions": ">=2.0.0-rc.1.0.0 <2.0.0-rc.1.1.0",
25
25
  "events": "^3.1.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@fluid-tools/build-cli": "^0.28.0",
28
+ "@fluid-tools/build-cli": "^0.29.0",
29
29
  "@fluidframework/build-common": "^2.0.3",
30
- "@fluidframework/build-tools": "^0.28.0",
31
- "@fluidframework/eslint-config-fluid": "^3.1.0",
30
+ "@fluidframework/build-tools": "^0.29.0",
31
+ "@fluidframework/eslint-config-fluid": "^3.2.0",
32
32
  "@microsoft/api-extractor": "^7.38.3",
33
33
  "@types/node": "^18.19.0",
34
34
  "cross-env": "^7.0.3",