@fluidframework/core-interfaces 2.0.0-dev.4.1.0.148229 → 2.0.0-dev.4.3.0.157531

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/core-interfaces
2
+
3
+ ## 2.0.0-internal.4.1.0
4
+
5
+ Dependency updates only.
package/README.md CHANGED
@@ -3,3 +3,23 @@
3
3
  Core interfaces describing the contracts the Fluid Loader supports or consumes.
4
4
 
5
5
  See also: [The Fluid Loader README](../README.md).
6
+
7
+ <!-- AUTO-GENERATED-CONTENT:START (README_DEPENDENCY_GUIDELINES_SECTION:includeHeading=TRUE) -->
8
+
9
+ <!-- prettier-ignore-start -->
10
+ <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
11
+
12
+ ## Using Fluid Framework libraries
13
+
14
+ When taking a dependency on a Fluid Framework library, we recommend using a `^` (caret) version range, such as `^1.3.4`.
15
+ While Fluid Framework libraries may use different ranges with interdependencies between other Fluid Framework libraries,
16
+ library consumers should always prefer `^`.
17
+
18
+ Note that when depending on a library version of the form 2.0.0-internal.x.y.z, called the Fluid internal version
19
+ scheme, you must use a `>= <` dependency range. Standard `^` and `~` ranges will not work as expected. See the
20
+ [@fluid-tools/version-tools](https://github.com/microsoft/FluidFramework/blob/main/build-tools/packages/version-tools/README.md)
21
+ package for more information including tools to convert between version schemes.
22
+
23
+ <!-- prettier-ignore-end -->
24
+
25
+ <!-- AUTO-GENERATED-CONTENT:END -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/core-interfaces",
3
- "version": "2.0.0-dev.4.1.0.148229",
3
+ "version": "2.0.0-dev.4.3.0.157531",
4
4
  "description": "Fluid object interfaces",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -15,10 +15,10 @@
15
15
  "module": "lib/index.js",
16
16
  "types": "dist/index.d.ts",
17
17
  "devDependencies": {
18
- "@fluid-tools/build-cli": "^0.13.1",
18
+ "@fluid-tools/build-cli": "^0.17.0",
19
19
  "@fluidframework/build-common": "^1.1.0",
20
- "@fluidframework/build-tools": "^0.13.1",
21
- "@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.0.0-internal.4.0.0",
20
+ "@fluidframework/build-tools": "^0.17.0",
21
+ "@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.0.0-internal.4.1.0",
22
22
  "@fluidframework/eslint-config-fluid": "^2.0.0",
23
23
  "@microsoft/api-extractor": "^7.34.4",
24
24
  "@types/node": "^14.18.38",