@fluid-experimental/last-edited 2.74.0 → 2.81.0-374083
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/eslint.config.mts +4 -4
- package/package.json +15 -15
- package/.eslintrc.cjs +0 -9
package/CHANGELOG.md
CHANGED
package/eslint.config.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
*
|
|
4
|
-
* To regenerate: pnpm tsx scripts/generate-flat-eslint-configs.ts --typescript
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
|
|
3
|
+
* Licensed under the MIT License.
|
|
5
4
|
*/
|
|
5
|
+
|
|
6
6
|
import type { Linter } from "eslint";
|
|
7
7
|
import { recommended } from "../../../common/build/eslint-config-fluid/flat.mts";
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-experimental/last-edited",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.81.0-374083",
|
|
4
4
|
"description": "Tracks the last edited information in the Container.",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -27,28 +27,28 @@
|
|
|
27
27
|
"main": "lib/index.js",
|
|
28
28
|
"types": "lib/index.d.ts",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@fluidframework/aqueduct": "
|
|
31
|
-
"@fluidframework/container-runtime": "
|
|
32
|
-
"@fluidframework/container-runtime-definitions": "
|
|
33
|
-
"@fluidframework/core-interfaces": "
|
|
34
|
-
"@fluidframework/driver-definitions": "
|
|
35
|
-
"@fluidframework/runtime-utils": "
|
|
36
|
-
"@fluidframework/shared-summary-block": "
|
|
30
|
+
"@fluidframework/aqueduct": "2.81.0-374083",
|
|
31
|
+
"@fluidframework/container-runtime": "2.81.0-374083",
|
|
32
|
+
"@fluidframework/container-runtime-definitions": "2.81.0-374083",
|
|
33
|
+
"@fluidframework/core-interfaces": "2.81.0-374083",
|
|
34
|
+
"@fluidframework/driver-definitions": "2.81.0-374083",
|
|
35
|
+
"@fluidframework/runtime-utils": "2.81.0-374083",
|
|
36
|
+
"@fluidframework/shared-summary-block": "2.81.0-374083"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@arethetypeswrong/cli": "^0.
|
|
39
|
+
"@arethetypeswrong/cli": "^0.18.2",
|
|
40
40
|
"@biomejs/biome": "~1.9.3",
|
|
41
|
-
"@fluid-tools/build-cli": "^0.
|
|
41
|
+
"@fluid-tools/build-cli": "^0.63.0",
|
|
42
42
|
"@fluidframework/build-common": "^2.0.3",
|
|
43
|
-
"@fluidframework/build-tools": "^0.
|
|
44
|
-
"@fluidframework/eslint-config-fluid": "
|
|
43
|
+
"@fluidframework/build-tools": "^0.63.0",
|
|
44
|
+
"@fluidframework/eslint-config-fluid": "2.81.0-374083",
|
|
45
45
|
"@microsoft/api-extractor": "7.52.11",
|
|
46
46
|
"@types/node": "^18.19.0",
|
|
47
|
-
"concurrently": "^
|
|
47
|
+
"concurrently": "^9.2.1",
|
|
48
48
|
"copyfiles": "^2.4.1",
|
|
49
|
-
"eslint": "~
|
|
49
|
+
"eslint": "~9.39.1",
|
|
50
50
|
"jiti": "^2.6.1",
|
|
51
|
-
"rimraf": "^
|
|
51
|
+
"rimraf": "^6.1.2",
|
|
52
52
|
"typescript": "~5.4.5"
|
|
53
53
|
},
|
|
54
54
|
"typeValidation": {
|
package/.eslintrc.cjs
DELETED