@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 CHANGED
@@ -7,7 +7,7 @@ module.exports = {
7
7
  extends: ['@fluidframework/eslint-config-fluid'],
8
8
  root: true,
9
9
  rules: {
10
- // TODO: Recover "noUnusedLocals" behavior as part of linting. (This rule seems to be broken in the Fluid repo.)
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
@@ -16,3 +16,6 @@ _api-extractor-temp/**
16
16
  # Since in practice this is likely only a tabs vs spaces issue, this file has just been converted to match the rest of the
17
17
  # repository.
18
18
  package.json
19
+
20
+ # Autogenerated files
21
+ src/test/types/validate*Previous*.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/tree",
3
- "version": "1.4.0-111997",
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-111997",
42
- "@fluidframework/core-interfaces": "1.4.0-111997",
43
- "@fluidframework/datastore-definitions": "1.4.0-111997",
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-111997",
46
- "@fluidframework/shared-object-base": "1.4.0-111997",
47
- "@fluidframework/telemetry-utils": "1.4.0-111997",
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-internal/stochastic-test-utils": "1.4.0-111997",
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-111997",
59
- "@fluidframework/container-runtime": "1.4.0-111997",
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-111997",
62
- "@fluidframework/runtime-utils": "1.4.0-111997",
63
- "@fluidframework/test-driver-definitions": "1.4.0-111997",
64
- "@fluidframework/test-drivers": "1.4.0-111997",
65
- "@fluidframework/test-runtime-utils": "1.4.0-111997",
66
- "@fluidframework/test-utils": "1.4.0-111997",
67
- "@fluidframework/undo-redo": "1.4.0-111997",
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": "^2.3.1",
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
  }