@fluidframework/odsp-driver-definitions 2.80.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/eslint.config.mts +4 -4
- package/package.json +7 -17
- package/.eslintrc.cjs +0 -15
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 { minimalDeprecated } from "../../../common/build/eslint-config-fluid/flat.mts";
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/odsp-driver-definitions",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.81.0-374083",
|
|
4
4
|
"description": "Socket storage implementation for SPO and ODC",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -47,16 +47,16 @@
|
|
|
47
47
|
"main": "lib/index.js",
|
|
48
48
|
"types": "lib/public.d.ts",
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@fluidframework/driver-definitions": "
|
|
50
|
+
"@fluidframework/driver-definitions": "2.81.0-374083"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@arethetypeswrong/cli": "^0.18.2",
|
|
54
54
|
"@biomejs/biome": "~1.9.3",
|
|
55
|
-
"@fluid-tools/build-cli": "^0.
|
|
55
|
+
"@fluid-tools/build-cli": "^0.63.0",
|
|
56
56
|
"@fluidframework/build-common": "^2.0.3",
|
|
57
|
-
"@fluidframework/build-tools": "^0.
|
|
58
|
-
"@fluidframework/eslint-config-fluid": "
|
|
59
|
-
"@fluidframework/odsp-driver-definitions-previous": "npm:@fluidframework/odsp-driver-definitions@2.
|
|
57
|
+
"@fluidframework/build-tools": "^0.63.0",
|
|
58
|
+
"@fluidframework/eslint-config-fluid": "2.81.0-374083",
|
|
59
|
+
"@fluidframework/odsp-driver-definitions-previous": "npm:@fluidframework/odsp-driver-definitions@2.80.0",
|
|
60
60
|
"@microsoft/api-extractor": "7.52.11",
|
|
61
61
|
"concurrently": "^9.2.1",
|
|
62
62
|
"copyfiles": "^2.4.1",
|
|
@@ -67,17 +67,7 @@
|
|
|
67
67
|
"typescript": "~5.4.5"
|
|
68
68
|
},
|
|
69
69
|
"typeValidation": {
|
|
70
|
-
"broken": {
|
|
71
|
-
"Interface_IOdspError": {
|
|
72
|
-
"backCompat": false
|
|
73
|
-
},
|
|
74
|
-
"TypeAlias_OdspError": {
|
|
75
|
-
"backCompat": false
|
|
76
|
-
},
|
|
77
|
-
"TypeAlias_OdspErrorTypes": {
|
|
78
|
-
"backCompat": false
|
|
79
|
-
}
|
|
80
|
-
},
|
|
70
|
+
"broken": {},
|
|
81
71
|
"entrypoint": "legacy"
|
|
82
72
|
},
|
|
83
73
|
"scripts": {
|
package/.eslintrc.cjs
DELETED
|
@@ -1,15 +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: [
|
|
8
|
-
require.resolve("@fluidframework/eslint-config-fluid/minimal-deprecated"),
|
|
9
|
-
"prettier",
|
|
10
|
-
],
|
|
11
|
-
parserOptions: {
|
|
12
|
-
project: ["./tsconfig.json", "./src/test/tsconfig.json"],
|
|
13
|
-
},
|
|
14
|
-
rules: {},
|
|
15
|
-
};
|