@fluidframework/cell 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
@@ -26,10 +26,12 @@ npm i @fluidframework/cell
26
26
 
27
27
  ## Using Fluid Framework libraries
28
28
 
29
- When taking a dependency on a Fluid Framework library, we recommend using a `^` (caret) version range, such as `^1.3.4`.
29
+ When taking a dependency on a Fluid Framework library's public APIs, we recommend using a `^` (caret) version range, such as `^1.3.4`.
30
30
  While Fluid Framework libraries may use different ranges with interdependencies between other Fluid Framework libraries,
31
31
  library consumers should always prefer `^`.
32
32
 
33
+ If using any of Fluid Framework's unstable APIs (for example, its `beta` APIs), we recommend using a more constrained version range, such as `~`.
34
+
33
35
  <!-- prettier-ignore-end -->
34
36
 
35
37
  <!-- AUTO-GENERATED-CONTENT:END -->
@@ -82,11 +84,9 @@ Use of Microsoft trademarks or logos in modified versions of this project must n
82
84
 
83
85
  ## Help
84
86
 
85
- Not finding what you're looking for in this README? Check out our [GitHub
86
- Wiki](https://github.com/microsoft/FluidFramework/wiki) or [fluidframework.com](https://fluidframework.com/docs/).
87
+ Not finding what you're looking for in this README? Check out [fluidframework.com](https://fluidframework.com/docs/).
87
88
 
88
- Still not finding what you're looking for? Please [file an
89
- issue](https://github.com/microsoft/FluidFramework/wiki/Submitting-Bugs-and-Feature-Requests).
89
+ Still not finding what you're looking for? Please [file an issue](https://github.com/microsoft/FluidFramework/wiki/Submitting-Bugs-and-Feature-Requests).
90
90
 
91
91
  Thank you!
92
92
 
@@ -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 = "@fluidframework/cell";
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 = "@fluidframework/cell";
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,sBAAsB,CAAC;AACjC,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 = \"@fluidframework/cell\";\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,sBAAsB,CAAC;AACjC,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 = \"@fluidframework/cell\";\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 = "@fluidframework/cell";
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 = "@fluidframework/cell";
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,sBAAsB,CAAC;AAC9C,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 = \"@fluidframework/cell\";\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,sBAAsB,CAAC;AAC9C,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 = \"@fluidframework/cell\";\nexport const pkgVersion = \"2.1.0-276985\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/cell",
3
- "version": "2.1.0-274160",
3
+ "version": "2.1.0-276985",
4
4
  "description": "Distributed data structure for a single value",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -57,26 +57,26 @@
57
57
  "temp-directory": "nyc/.nyc_output"
58
58
  },
59
59
  "dependencies": {
60
- "@fluidframework/core-interfaces": "2.1.0-274160",
61
- "@fluidframework/core-utils": "2.1.0-274160",
62
- "@fluidframework/datastore-definitions": "2.1.0-274160",
63
- "@fluidframework/driver-definitions": "2.1.0-274160",
64
- "@fluidframework/driver-utils": "2.1.0-274160",
65
- "@fluidframework/runtime-definitions": "2.1.0-274160",
66
- "@fluidframework/shared-object-base": "2.1.0-274160"
60
+ "@fluidframework/core-interfaces": "2.1.0-276985",
61
+ "@fluidframework/core-utils": "2.1.0-276985",
62
+ "@fluidframework/datastore-definitions": "2.1.0-276985",
63
+ "@fluidframework/driver-definitions": "2.1.0-276985",
64
+ "@fluidframework/driver-utils": "2.1.0-276985",
65
+ "@fluidframework/runtime-definitions": "2.1.0-276985",
66
+ "@fluidframework/shared-object-base": "2.1.0-276985"
67
67
  },
68
68
  "devDependencies": {
69
69
  "@arethetypeswrong/cli": "^0.15.2",
70
70
  "@biomejs/biome": "^1.7.3",
71
- "@fluid-internal/mocha-test-setup": "2.1.0-274160",
72
- "@fluid-private/test-dds-utils": "2.1.0-274160",
71
+ "@fluid-internal/mocha-test-setup": "2.1.0-276985",
72
+ "@fluid-private/test-dds-utils": "2.1.0-276985",
73
73
  "@fluid-tools/build-cli": "^0.39.0",
74
74
  "@fluidframework/build-common": "^2.0.3",
75
75
  "@fluidframework/build-tools": "^0.39.0",
76
76
  "@fluidframework/cell-previous": "npm:@fluidframework/cell@2.0.0-rc.5.0.0",
77
- "@fluidframework/container-definitions": "2.1.0-274160",
77
+ "@fluidframework/container-definitions": "2.1.0-276985",
78
78
  "@fluidframework/eslint-config-fluid": "^5.3.0",
79
- "@fluidframework/test-runtime-utils": "2.1.0-274160",
79
+ "@fluidframework/test-runtime-utils": "2.1.0-276985",
80
80
  "@microsoft/api-extractor": "^7.45.1",
81
81
  "@types/mocha": "^9.1.1",
82
82
  "@types/node": "^18.19.0",
@@ -99,8 +99,8 @@
99
99
  },
100
100
  "scripts": {
101
101
  "api": "fluid-build . --task api",
102
- "api-extractor:commonjs": "flub generate entrypoints --outFileAlpha legacy --outDir ./dist",
103
- "api-extractor:esnext": "flub generate entrypoints --outFileAlpha legacy --outDir ./lib --node10TypeCompat",
102
+ "api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
103
+ "api-extractor:esnext": "flub generate entrypoints --outDir ./lib --node10TypeCompat",
104
104
  "build": "fluid-build . --task build",
105
105
  "build:commonjs": "fluid-build . --task commonjs",
106
106
  "build:compile": "fluid-build . --task compile",
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/cell";
9
- export const pkgVersion = "2.1.0-274160";
9
+ export const pkgVersion = "2.1.0-276985";