@fluid-experimental/last-edited 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/package.json +10 -10
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ constructor(private readonly sharedSummaryBlock: SharedSummaryBlock);
|
|
|
10
10
|
|
|
11
11
|
It uses the SharedSummaryBlock to store the last edit details.
|
|
12
12
|
|
|
13
|
-
<!-- AUTO-GENERATED-CONTENT:START (
|
|
13
|
+
<!-- AUTO-GENERATED-CONTENT:START (LIBRARY_README_HEADER) -->
|
|
14
14
|
|
|
15
15
|
<!-- prettier-ignore-start -->
|
|
16
16
|
<!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
|
|
@@ -122,7 +122,7 @@ const root = response.value;
|
|
|
122
122
|
const lastEditedTracker = root.IFluidLastEditedTracker;
|
|
123
123
|
```
|
|
124
124
|
|
|
125
|
-
<!-- AUTO-GENERATED-CONTENT:START (
|
|
125
|
+
<!-- AUTO-GENERATED-CONTENT:START (README_FOOTER) -->
|
|
126
126
|
|
|
127
127
|
<!-- prettier-ignore-start -->
|
|
128
128
|
<!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-experimental/last-edited",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.0",
|
|
4
4
|
"description": "Tracks the last edited information in the Container.",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -27,20 +27,20 @@
|
|
|
27
27
|
"main": "lib/index.js",
|
|
28
28
|
"types": "lib/index.d.ts",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@fluidframework/aqueduct": "~2.
|
|
31
|
-
"@fluidframework/container-runtime": "~2.
|
|
32
|
-
"@fluidframework/container-runtime-definitions": "~2.
|
|
33
|
-
"@fluidframework/core-interfaces": "~2.
|
|
34
|
-
"@fluidframework/driver-definitions": "~2.
|
|
35
|
-
"@fluidframework/runtime-utils": "~2.
|
|
36
|
-
"@fluidframework/shared-summary-block": "~2.
|
|
30
|
+
"@fluidframework/aqueduct": "~2.2.0",
|
|
31
|
+
"@fluidframework/container-runtime": "~2.2.0",
|
|
32
|
+
"@fluidframework/container-runtime-definitions": "~2.2.0",
|
|
33
|
+
"@fluidframework/core-interfaces": "~2.2.0",
|
|
34
|
+
"@fluidframework/driver-definitions": "~2.2.0",
|
|
35
|
+
"@fluidframework/runtime-utils": "~2.2.0",
|
|
36
|
+
"@fluidframework/shared-summary-block": "~2.2.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
40
40
|
"@biomejs/biome": "~1.8.3",
|
|
41
|
-
"@fluid-tools/build-cli": "^0.
|
|
41
|
+
"@fluid-tools/build-cli": "^0.43.0",
|
|
42
42
|
"@fluidframework/build-common": "^2.0.3",
|
|
43
|
-
"@fluidframework/build-tools": "^0.
|
|
43
|
+
"@fluidframework/build-tools": "^0.43.0",
|
|
44
44
|
"@fluidframework/eslint-config-fluid": "^5.3.0",
|
|
45
45
|
"@microsoft/api-extractor": "^7.45.1",
|
|
46
46
|
"@types/node": "^18.19.0",
|