@fluidframework/datastore-definitions 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 +14 -14
- package/.eslintrc.cjs +0 -11
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 { strict } from "../../../common/build/eslint-config-fluid/flat.mts";
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/datastore-definitions",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.81.0-374083",
|
|
4
4
|
"description": "Fluid data store definitions",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -49,26 +49,26 @@
|
|
|
49
49
|
"main": "",
|
|
50
50
|
"types": "lib/public.d.ts",
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@fluidframework/container-definitions": "
|
|
53
|
-
"@fluidframework/core-interfaces": "
|
|
54
|
-
"@fluidframework/driver-definitions": "
|
|
55
|
-
"@fluidframework/id-compressor": "
|
|
56
|
-
"@fluidframework/runtime-definitions": "
|
|
52
|
+
"@fluidframework/container-definitions": "2.81.0-374083",
|
|
53
|
+
"@fluidframework/core-interfaces": "2.81.0-374083",
|
|
54
|
+
"@fluidframework/driver-definitions": "2.81.0-374083",
|
|
55
|
+
"@fluidframework/id-compressor": "2.81.0-374083",
|
|
56
|
+
"@fluidframework/runtime-definitions": "2.81.0-374083"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@arethetypeswrong/cli": "^0.
|
|
59
|
+
"@arethetypeswrong/cli": "^0.18.2",
|
|
60
60
|
"@biomejs/biome": "~1.9.3",
|
|
61
|
-
"@fluid-tools/build-cli": "^0.
|
|
61
|
+
"@fluid-tools/build-cli": "^0.63.0",
|
|
62
62
|
"@fluidframework/build-common": "^2.0.3",
|
|
63
|
-
"@fluidframework/build-tools": "^0.
|
|
64
|
-
"@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@2.
|
|
65
|
-
"@fluidframework/eslint-config-fluid": "
|
|
63
|
+
"@fluidframework/build-tools": "^0.63.0",
|
|
64
|
+
"@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@2.80.0",
|
|
65
|
+
"@fluidframework/eslint-config-fluid": "2.81.0-374083",
|
|
66
66
|
"@microsoft/api-extractor": "7.52.11",
|
|
67
|
-
"concurrently": "^
|
|
67
|
+
"concurrently": "^9.2.1",
|
|
68
68
|
"copyfiles": "^2.4.1",
|
|
69
|
-
"eslint": "~
|
|
69
|
+
"eslint": "~9.39.1",
|
|
70
70
|
"jiti": "^2.6.1",
|
|
71
|
-
"rimraf": "^
|
|
71
|
+
"rimraf": "^6.1.2",
|
|
72
72
|
"typescript": "~5.4.5"
|
|
73
73
|
},
|
|
74
74
|
"typeValidation": {
|
package/.eslintrc.cjs
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
module.exports = {
|
|
7
|
-
extends: ["@fluidframework/eslint-config-fluid/strict", "prettier"],
|
|
8
|
-
parserOptions: {
|
|
9
|
-
project: ["./tsconfig.json", "./src/test/tsconfig.json"],
|
|
10
|
-
},
|
|
11
|
-
};
|