@fluidframework/cell 2.1.0 → 2.2.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 +4 -0
- package/README.md +2 -2
- package/dist/packageVersion.d.ts +1 -1
- package/dist/packageVersion.js +1 -1
- package/dist/packageVersion.js.map +1 -1
- package/lib/packageVersion.d.ts +1 -1
- package/lib/packageVersion.js +1 -1
- package/lib/packageVersion.js.map +1 -1
- package/package.json +16 -20
- package/src/packageVersion.ts +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ The `SharedCell` Distributed Data Structure (DDS) stores a single, shared value
|
|
|
5
5
|
This package is primarily intended as a minimal example of how distributed data structures work.
|
|
6
6
|
For real-world scenarios, we recommend using one of our other DDSs, like [SharedTree](https://fluidframework.com./docs/data-structures/tree/).
|
|
7
7
|
|
|
8
|
-
<!-- AUTO-GENERATED-CONTENT:START (
|
|
8
|
+
<!-- AUTO-GENERATED-CONTENT:START (LIBRARY_README_HEADER:) -->
|
|
9
9
|
|
|
10
10
|
<!-- prettier-ignore-start -->
|
|
11
11
|
<!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
|
|
@@ -34,7 +34,7 @@ API documentation for **@fluidframework/cell** is available at <https://fluidfra
|
|
|
34
34
|
|
|
35
35
|
<!-- AUTO-GENERATED-CONTENT:END -->
|
|
36
36
|
|
|
37
|
-
<!-- AUTO-GENERATED-CONTENT:START (
|
|
37
|
+
<!-- AUTO-GENERATED-CONTENT:START (README_FOOTER:) -->
|
|
38
38
|
|
|
39
39
|
<!-- prettier-ignore-start -->
|
|
40
40
|
<!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
|
package/dist/packageVersion.d.ts
CHANGED
package/dist/packageVersion.js
CHANGED
|
@@ -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.
|
|
11
|
+
exports.pkgVersion = "2.2.0";
|
|
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,OAAO,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
|
+
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,sBAAsB,CAAC;AACjC,QAAA,UAAU,GAAG,OAAO,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.2.0\";\n"]}
|
package/lib/packageVersion.d.ts
CHANGED
package/lib/packageVersion.js
CHANGED
|
@@ -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,OAAO,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
|
+
{"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,OAAO,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.2.0\";\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/cell",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.0",
|
|
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.
|
|
61
|
-
"@fluidframework/core-utils": "~2.
|
|
62
|
-
"@fluidframework/datastore-definitions": "~2.
|
|
63
|
-
"@fluidframework/driver-definitions": "~2.
|
|
64
|
-
"@fluidframework/driver-utils": "~2.
|
|
65
|
-
"@fluidframework/runtime-definitions": "~2.
|
|
66
|
-
"@fluidframework/shared-object-base": "~2.
|
|
60
|
+
"@fluidframework/core-interfaces": "~2.2.0",
|
|
61
|
+
"@fluidframework/core-utils": "~2.2.0",
|
|
62
|
+
"@fluidframework/datastore-definitions": "~2.2.0",
|
|
63
|
+
"@fluidframework/driver-definitions": "~2.2.0",
|
|
64
|
+
"@fluidframework/driver-utils": "~2.2.0",
|
|
65
|
+
"@fluidframework/runtime-definitions": "~2.2.0",
|
|
66
|
+
"@fluidframework/shared-object-base": "~2.2.0"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
70
70
|
"@biomejs/biome": "~1.8.3",
|
|
71
|
-
"@fluid-internal/mocha-test-setup": "~2.
|
|
72
|
-
"@fluid-private/test-dds-utils": "~2.
|
|
73
|
-
"@fluid-tools/build-cli": "^0.
|
|
71
|
+
"@fluid-internal/mocha-test-setup": "~2.2.0",
|
|
72
|
+
"@fluid-private/test-dds-utils": "~2.2.0",
|
|
73
|
+
"@fluid-tools/build-cli": "^0.43.0",
|
|
74
74
|
"@fluidframework/build-common": "^2.0.3",
|
|
75
|
-
"@fluidframework/build-tools": "^0.
|
|
76
|
-
"@fluidframework/cell-previous": "npm:@fluidframework/cell@2.
|
|
77
|
-
"@fluidframework/container-definitions": "~2.
|
|
75
|
+
"@fluidframework/build-tools": "^0.43.0",
|
|
76
|
+
"@fluidframework/cell-previous": "npm:@fluidframework/cell@2.1.0",
|
|
77
|
+
"@fluidframework/container-definitions": "~2.2.0",
|
|
78
78
|
"@fluidframework/eslint-config-fluid": "^5.3.0",
|
|
79
|
-
"@fluidframework/test-runtime-utils": "~2.
|
|
79
|
+
"@fluidframework/test-runtime-utils": "~2.2.0",
|
|
80
80
|
"@microsoft/api-extractor": "^7.45.1",
|
|
81
81
|
"@types/mocha": "^9.1.1",
|
|
82
82
|
"@types/node": "^18.19.0",
|
|
@@ -95,11 +95,7 @@
|
|
|
95
95
|
"typescript": "~5.4.5"
|
|
96
96
|
},
|
|
97
97
|
"typeValidation": {
|
|
98
|
-
"broken": {
|
|
99
|
-
"Variable_SharedCell": {
|
|
100
|
-
"forwardCompat": false
|
|
101
|
-
}
|
|
102
|
-
}
|
|
98
|
+
"broken": {}
|
|
103
99
|
},
|
|
104
100
|
"scripts": {
|
|
105
101
|
"api": "fluid-build . --task api",
|
package/src/packageVersion.ts
CHANGED