@fluid-experimental/pact-map 2.1.0-274160 → 2.1.0-276985

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/README.md CHANGED
@@ -12,10 +12,12 @@
12
12
 
13
13
  ## Using Fluid Framework libraries
14
14
 
15
- When taking a dependency on a Fluid Framework library, we recommend using a `^` (caret) version range, such as `^1.3.4`.
15
+ When taking a dependency on a Fluid Framework library's public APIs, we recommend using a `^` (caret) version range, such as `^1.3.4`.
16
16
  While Fluid Framework libraries may use different ranges with interdependencies between other Fluid Framework libraries,
17
17
  library consumers should always prefer `^`.
18
18
 
19
+ If using any of Fluid Framework's unstable APIs (for example, its `beta` APIs), we recommend using a more constrained version range, such as `~`.
20
+
19
21
  ## Installation
20
22
 
21
23
  To get started, install the package by running the following command:
@@ -48,11 +50,9 @@ Use of Microsoft trademarks or logos in modified versions of this project must n
48
50
 
49
51
  ## Help
50
52
 
51
- Not finding what you're looking for in this README? Check out our [GitHub
52
- Wiki](https://github.com/microsoft/FluidFramework/wiki) or [fluidframework.com](https://fluidframework.com/docs/).
53
+ Not finding what you're looking for in this README? Check out [fluidframework.com](https://fluidframework.com/docs/).
53
54
 
54
- Still not finding what you're looking for? Please [file an
55
- issue](https://github.com/microsoft/FluidFramework/wiki/Submitting-Bugs-and-Feature-Requests).
55
+ Still not finding what you're looking for? Please [file an issue](https://github.com/microsoft/FluidFramework/wiki/Submitting-Bugs-and-Feature-Requests).
56
56
 
57
57
  Thank you!
58
58
 
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export declare const pkgName = "@fluid-experimental/pact-map";
8
- export declare const pkgVersion = "2.1.0-274160";
8
+ export declare const pkgVersion = "2.1.0-276985";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -8,5 +8,5 @@
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  exports.pkgVersion = exports.pkgName = void 0;
10
10
  exports.pkgName = "@fluid-experimental/pact-map";
11
- exports.pkgVersion = "2.1.0-274160";
11
+ exports.pkgVersion = "2.1.0-276985";
12
12
  //# sourceMappingURL=packageVersion.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,8BAA8B,CAAC;AACzC,QAAA,UAAU,GAAG,cAAc,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluid-experimental/pact-map\";\nexport const pkgVersion = \"2.1.0-274160\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,8BAA8B,CAAC;AACzC,QAAA,UAAU,GAAG,cAAc,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluid-experimental/pact-map\";\nexport const pkgVersion = \"2.1.0-276985\";\n"]}
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export declare const pkgName = "@fluid-experimental/pact-map";
8
- export declare const pkgVersion = "2.1.0-274160";
8
+ export declare const pkgVersion = "2.1.0-276985";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export const pkgName = "@fluid-experimental/pact-map";
8
- export const pkgVersion = "2.1.0-274160";
8
+ export const pkgVersion = "2.1.0-276985";
9
9
  //# sourceMappingURL=packageVersion.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,8BAA8B,CAAC;AACtD,MAAM,CAAC,MAAM,UAAU,GAAG,cAAc,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluid-experimental/pact-map\";\nexport const pkgVersion = \"2.1.0-274160\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,8BAA8B,CAAC;AACtD,MAAM,CAAC,MAAM,UAAU,GAAG,cAAc,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluid-experimental/pact-map\";\nexport const pkgVersion = \"2.1.0-276985\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/pact-map",
3
- "version": "2.1.0-274160",
3
+ "version": "2.1.0-276985",
4
4
  "description": "Distributed data structure for key-value pairs using pact consensus",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -47,25 +47,25 @@
47
47
  "temp-directory": "nyc/.nyc_output"
48
48
  },
49
49
  "dependencies": {
50
- "@fluid-internal/client-utils": "2.1.0-274160",
51
- "@fluidframework/core-interfaces": "2.1.0-274160",
52
- "@fluidframework/core-utils": "2.1.0-274160",
53
- "@fluidframework/datastore-definitions": "2.1.0-274160",
54
- "@fluidframework/driver-definitions": "2.1.0-274160",
55
- "@fluidframework/driver-utils": "2.1.0-274160",
56
- "@fluidframework/runtime-definitions": "2.1.0-274160",
57
- "@fluidframework/shared-object-base": "2.1.0-274160"
50
+ "@fluid-internal/client-utils": "2.1.0-276985",
51
+ "@fluidframework/core-interfaces": "2.1.0-276985",
52
+ "@fluidframework/core-utils": "2.1.0-276985",
53
+ "@fluidframework/datastore-definitions": "2.1.0-276985",
54
+ "@fluidframework/driver-definitions": "2.1.0-276985",
55
+ "@fluidframework/driver-utils": "2.1.0-276985",
56
+ "@fluidframework/runtime-definitions": "2.1.0-276985",
57
+ "@fluidframework/shared-object-base": "2.1.0-276985"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@arethetypeswrong/cli": "^0.15.2",
61
61
  "@biomejs/biome": "^1.7.3",
62
- "@fluid-internal/mocha-test-setup": "2.1.0-274160",
63
- "@fluid-private/test-dds-utils": "2.1.0-274160",
62
+ "@fluid-internal/mocha-test-setup": "2.1.0-276985",
63
+ "@fluid-private/test-dds-utils": "2.1.0-276985",
64
64
  "@fluid-tools/build-cli": "^0.39.0",
65
65
  "@fluidframework/build-common": "^2.0.3",
66
66
  "@fluidframework/build-tools": "^0.39.0",
67
67
  "@fluidframework/eslint-config-fluid": "^5.3.0",
68
- "@fluidframework/test-runtime-utils": "2.1.0-274160",
68
+ "@fluidframework/test-runtime-utils": "2.1.0-276985",
69
69
  "@microsoft/api-extractor": "^7.45.1",
70
70
  "@types/mocha": "^9.1.1",
71
71
  "@types/node": "^18.19.0",
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluid-experimental/pact-map";
9
- export const pkgVersion = "2.1.0-274160";
9
+ export const pkgVersion = "2.1.0-276985";