@fluid-experimental/tree 1.4.0-111997 → 1.4.0-115997
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/.eslintrc.js +9 -1
- package/.prettierignore +3 -0
- package/package.json +25 -18
package/.eslintrc.js
CHANGED
|
@@ -7,7 +7,7 @@ module.exports = {
|
|
|
7
7
|
extends: ['@fluidframework/eslint-config-fluid'],
|
|
8
8
|
root: true,
|
|
9
9
|
rules: {
|
|
10
|
-
// TODO: Recover
|
|
10
|
+
// TODO: Recover 'noUnusedLocals' behavior as part of linting. (This rule seems to be broken in the Fluid repo.)
|
|
11
11
|
// '@typescript-eslint/no-unused-vars': ['error', { args: 'none', varsIgnorePattern: '^_' }],
|
|
12
12
|
'@typescript-eslint/brace-style': 'off',
|
|
13
13
|
'@typescript-eslint/quotes': [
|
|
@@ -58,5 +58,13 @@ module.exports = {
|
|
|
58
58
|
'import/no-unused-modules': 'off',
|
|
59
59
|
},
|
|
60
60
|
},
|
|
61
|
+
{
|
|
62
|
+
// Rules only for type validation files
|
|
63
|
+
files: ['**/types/*validate*Previous*.ts'],
|
|
64
|
+
rules: {
|
|
65
|
+
'@typescript-eslint/comma-spacing': 'off',
|
|
66
|
+
'@typescript-eslint/quotes': 'off',
|
|
67
|
+
},
|
|
68
|
+
},
|
|
61
69
|
],
|
|
62
70
|
};
|
package/.prettierignore
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-experimental/tree",
|
|
3
|
-
"version": "1.4.0-
|
|
3
|
+
"version": "1.4.0-115997",
|
|
4
4
|
"description": "Distributed tree",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -38,13 +38,13 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@fluidframework/common-definitions": "^0.20.1",
|
|
40
40
|
"@fluidframework/common-utils": "^0.32.1",
|
|
41
|
-
"@fluidframework/container-definitions": "1.4.0-
|
|
42
|
-
"@fluidframework/core-interfaces": "1.4.0-
|
|
43
|
-
"@fluidframework/datastore-definitions": "1.4.0-
|
|
41
|
+
"@fluidframework/container-definitions": "1.4.0-115997",
|
|
42
|
+
"@fluidframework/core-interfaces": "1.4.0-115997",
|
|
43
|
+
"@fluidframework/datastore-definitions": "1.4.0-115997",
|
|
44
44
|
"@fluidframework/protocol-definitions": "^0.1028.2000",
|
|
45
|
-
"@fluidframework/runtime-definitions": "1.4.0-
|
|
46
|
-
"@fluidframework/shared-object-base": "1.4.0-
|
|
47
|
-
"@fluidframework/telemetry-utils": "1.4.0-
|
|
45
|
+
"@fluidframework/runtime-definitions": "1.4.0-115997",
|
|
46
|
+
"@fluidframework/shared-object-base": "1.4.0-115997",
|
|
47
|
+
"@fluidframework/telemetry-utils": "1.4.0-115997",
|
|
48
48
|
"buffer": "^6.0.3",
|
|
49
49
|
"denque": "^1.5.1",
|
|
50
50
|
"lru-cache": "^6.0.0",
|
|
@@ -52,19 +52,20 @@
|
|
|
52
52
|
"uuid": "^8.3.1"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@fluid-
|
|
55
|
+
"@fluid-experimental/tree-previous": "npm:@fluid-experimental/tree@1.3.1",
|
|
56
|
+
"@fluid-internal/stochastic-test-utils": "1.4.0-115997",
|
|
56
57
|
"@fluid-tools/benchmark": "^0.40.0",
|
|
57
58
|
"@fluidframework/build-common": "^0.24.0",
|
|
58
|
-
"@fluidframework/container-loader": "1.4.0-
|
|
59
|
-
"@fluidframework/container-runtime": "1.4.0-
|
|
59
|
+
"@fluidframework/container-loader": "1.4.0-115997",
|
|
60
|
+
"@fluidframework/container-runtime": "1.4.0-115997",
|
|
60
61
|
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
|
61
|
-
"@fluidframework/mocha-test-setup": "1.4.0-
|
|
62
|
-
"@fluidframework/runtime-utils": "1.4.0-
|
|
63
|
-
"@fluidframework/test-driver-definitions": "1.4.0-
|
|
64
|
-
"@fluidframework/test-drivers": "1.4.0-
|
|
65
|
-
"@fluidframework/test-runtime-utils": "1.4.0-
|
|
66
|
-
"@fluidframework/test-utils": "1.4.0-
|
|
67
|
-
"@fluidframework/undo-redo": "1.4.0-
|
|
62
|
+
"@fluidframework/mocha-test-setup": "1.4.0-115997",
|
|
63
|
+
"@fluidframework/runtime-utils": "1.4.0-115997",
|
|
64
|
+
"@fluidframework/test-driver-definitions": "1.4.0-115997",
|
|
65
|
+
"@fluidframework/test-drivers": "1.4.0-115997",
|
|
66
|
+
"@fluidframework/test-runtime-utils": "1.4.0-115997",
|
|
67
|
+
"@fluidframework/test-utils": "1.4.0-115997",
|
|
68
|
+
"@fluidframework/undo-redo": "1.4.0-115997",
|
|
68
69
|
"@microsoft/api-extractor": "^7.22.2",
|
|
69
70
|
"@rushstack/eslint-config": "^2.5.1",
|
|
70
71
|
"@types/lru-cache": "^5.1.0",
|
|
@@ -79,9 +80,15 @@
|
|
|
79
80
|
"eslint": "~8.6.0",
|
|
80
81
|
"mocha": "^10.0.0",
|
|
81
82
|
"nyc": "^15.0.0",
|
|
82
|
-
"prettier": "
|
|
83
|
+
"prettier": "~2.3.1",
|
|
83
84
|
"random-js": "^1.0.8",
|
|
84
85
|
"rimraf": "^2.6.2",
|
|
85
86
|
"typescript": "~4.5.5"
|
|
87
|
+
},
|
|
88
|
+
"typeValidation": {
|
|
89
|
+
"version": "1.4.0",
|
|
90
|
+
"baselineRange": "~1.3.0",
|
|
91
|
+
"baselineVersion": "1.3.1",
|
|
92
|
+
"broken": {}
|
|
86
93
|
}
|
|
87
94
|
}
|