@fluidframework/datastore-definitions 2.0.0-dev.4.1.0.148229 → 2.0.0-dev.4.2.0.153917

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 ADDED
@@ -0,0 +1,5 @@
1
+ # @fluidframework/datastore-definitions
2
+
3
+ ## 2.0.0-internal.4.1.0
4
+
5
+ Dependency updates only.
package/README.md CHANGED
@@ -2,6 +2,26 @@
2
2
 
3
3
  Interface `IFluidDataStoreRuntime` specifies the data store developer API.
4
4
 
5
+ <!-- AUTO-GENERATED-CONTENT:START (README_DEPENDENCY_GUIDELINES_SECTION:includeHeading=TRUE) -->
6
+
7
+ <!-- prettier-ignore-start -->
8
+ <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
9
+
10
+ ## Using Fluid Framework libraries
11
+
12
+ When taking a dependency on a Fluid Framework library, we recommend using a `^` (caret) version range, such as `^1.3.4`.
13
+ While Fluid Framework libraries may use different ranges with interdependencies between other Fluid Framework libraries,
14
+ library consumers should always prefer `^`.
15
+
16
+ Note that when depending on a library version of the form 2.0.0-internal.x.y.z, called the Fluid internal version
17
+ scheme, you must use a `>= <` dependency range. Standard `^` and `~` ranges will not work as expected. See the
18
+ [@fluid-tools/version-tools](https://github.com/microsoft/FluidFramework/blob/main/build-tools/packages/version-tools/README.md)
19
+ package for more information including tools to convert between version schemes.
20
+
21
+ <!-- prettier-ignore-end -->
22
+
23
+ <!-- AUTO-GENERATED-CONTENT:END -->
24
+
5
25
  ## Capabilities exposed on `IFluidDataStoreRuntime`
6
26
 
7
27
  _TODO: The full set of functionality is under review_
@@ -25,3 +45,21 @@ For this reason people usually stick the currentSeq on the signal, so other clie
25
45
 
26
46
  You can send a signal via the container or data store runtime. The container will emit the signal event on all signals,
27
47
  but a data store will emit the signal event only on signals emitted on that data store runtime.
48
+
49
+ <!-- AUTO-GENERATED-CONTENT:START (README_TRADEMARK_SECTION:includeHeading=TRUE) -->
50
+
51
+ <!-- prettier-ignore-start -->
52
+ <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
53
+
54
+ ## Trademark
55
+
56
+ This project may contain Microsoft trademarks or logos for Microsoft projects, products, or services.
57
+
58
+ Use of these trademarks or logos must follow Microsoft's [Trademark & Brand
59
+ Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
60
+
61
+ Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
62
+
63
+ <!-- prettier-ignore-end -->
64
+
65
+ <!-- AUTO-GENERATED-CONTENT:END -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/datastore-definitions",
3
- "version": "2.0.0-dev.4.1.0.148229",
3
+ "version": "2.0.0-dev.4.2.0.153917",
4
4
  "description": "Fluid data store definitions",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -16,15 +16,15 @@
16
16
  "dependencies": {
17
17
  "@fluidframework/common-definitions": "^0.20.1",
18
18
  "@fluidframework/common-utils": "^1.1.1",
19
- "@fluidframework/container-definitions": "2.0.0-dev.4.1.0.148229",
20
- "@fluidframework/core-interfaces": "2.0.0-dev.4.1.0.148229",
19
+ "@fluidframework/container-definitions": "2.0.0-dev.4.2.0.153917",
20
+ "@fluidframework/core-interfaces": "2.0.0-dev.4.2.0.153917",
21
21
  "@fluidframework/protocol-definitions": "^1.1.0",
22
- "@fluidframework/runtime-definitions": "2.0.0-dev.4.1.0.148229"
22
+ "@fluidframework/runtime-definitions": "2.0.0-dev.4.2.0.153917"
23
23
  },
24
24
  "devDependencies": {
25
- "@fluid-tools/build-cli": "^0.13.1",
25
+ "@fluid-tools/build-cli": "^0.15.0",
26
26
  "@fluidframework/build-common": "^1.1.0",
27
- "@fluidframework/build-tools": "^0.13.1",
27
+ "@fluidframework/build-tools": "^0.15.0",
28
28
  "@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@2.0.0-internal.4.0.0",
29
29
  "@fluidframework/eslint-config-fluid": "^2.0.0",
30
30
  "@microsoft/api-extractor": "^7.34.4",