@fluid-experimental/attributor 2.0.0-internal.3.3.1 → 2.0.0-internal.3.4.0

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.
Files changed (1) hide show
  1. package/package.json +25 -26
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/attributor",
3
- "version": "2.0.0-internal.3.3.1",
3
+ "version": "2.0.0-internal.3.4.0",
4
4
  "description": "Operation attributor",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -36,41 +36,40 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@fluidframework/common-utils": "^1.1.1",
39
- "@fluidframework/container-definitions": ">=2.0.0-internal.3.3.1 <2.0.0-internal.4.0.0",
40
- "@fluidframework/container-runtime": ">=2.0.0-internal.3.3.1 <2.0.0-internal.4.0.0",
41
- "@fluidframework/container-runtime-definitions": ">=2.0.0-internal.3.3.1 <2.0.0-internal.4.0.0",
42
- "@fluidframework/container-utils": ">=2.0.0-internal.3.3.1 <2.0.0-internal.4.0.0",
43
- "@fluidframework/core-interfaces": ">=2.0.0-internal.3.3.1 <2.0.0-internal.4.0.0",
44
- "@fluidframework/datastore-definitions": ">=2.0.0-internal.3.3.1 <2.0.0-internal.4.0.0",
39
+ "@fluidframework/container-definitions": "^2.0.0-internal.3.4.0",
40
+ "@fluidframework/container-runtime": "^2.0.0-internal.3.4.0",
41
+ "@fluidframework/container-runtime-definitions": "^2.0.0-internal.3.4.0",
42
+ "@fluidframework/container-utils": "^2.0.0-internal.3.4.0",
43
+ "@fluidframework/core-interfaces": "^2.0.0-internal.3.4.0",
44
+ "@fluidframework/datastore-definitions": "^2.0.0-internal.3.4.0",
45
45
  "@fluidframework/protocol-definitions": "^1.1.0",
46
- "@fluidframework/runtime-definitions": ">=2.0.0-internal.3.3.1 <2.0.0-internal.4.0.0",
47
- "@fluidframework/runtime-utils": ">=2.0.0-internal.3.3.1 <2.0.0-internal.4.0.0",
48
- "@fluidframework/telemetry-utils": ">=2.0.0-internal.3.3.1 <2.0.0-internal.4.0.0",
46
+ "@fluidframework/runtime-definitions": "^2.0.0-internal.3.4.0",
47
+ "@fluidframework/runtime-utils": "^2.0.0-internal.3.4.0",
48
+ "@fluidframework/telemetry-utils": "^2.0.0-internal.3.4.0",
49
49
  "lz4js": "^0.2.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@fluid-internal/stochastic-test-utils": ">=2.0.0-internal.3.3.1 <2.0.0-internal.4.0.0",
53
- "@fluid-tools/build-cli": "^0.12.0",
52
+ "@fluid-internal/stochastic-test-utils": "^2.0.0-internal.3.4.0",
53
+ "@fluid-tools/build-cli": "^0.13.0",
54
54
  "@fluidframework/build-common": "^1.1.0",
55
- "@fluidframework/build-tools": "^0.12.0",
56
- "@fluidframework/driver-definitions": ">=2.0.0-internal.3.3.1 <2.0.0-internal.4.0.0",
55
+ "@fluidframework/build-tools": "^0.13.0",
56
+ "@fluidframework/driver-definitions": "^2.0.0-internal.3.4.0",
57
57
  "@fluidframework/eslint-config-fluid": "^2.0.0",
58
- "@fluidframework/merge-tree": ">=2.0.0-internal.3.3.1 <2.0.0-internal.4.0.0",
59
- "@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.3.1 <2.0.0-internal.4.0.0",
60
- "@fluidframework/sequence": ">=2.0.0-internal.3.3.1 <2.0.0-internal.4.0.0",
61
- "@fluidframework/test-runtime-utils": ">=2.0.0-internal.3.3.1 <2.0.0-internal.4.0.0",
62
- "@microsoft/api-extractor": "^7.22.2",
63
- "@rushstack/eslint-config": "^2.5.1",
58
+ "@fluidframework/merge-tree": "^2.0.0-internal.3.4.0",
59
+ "@fluidframework/mocha-test-setup": "^2.0.0-internal.3.4.0",
60
+ "@fluidframework/sequence": "^2.0.0-internal.3.4.0",
61
+ "@fluidframework/test-runtime-utils": "^2.0.0-internal.3.4.0",
62
+ "@microsoft/api-extractor": "^7.34.4",
64
63
  "@types/mocha": "^9.1.1",
65
- "@types/node": "^14.18.36",
66
- "concurrently": "^6.2.0",
64
+ "@types/node": "^14.18.38",
65
+ "concurrently": "^7.6.0",
67
66
  "copyfiles": "^2.4.1",
68
- "cross-env": "^7.0.2",
67
+ "cross-env": "^7.0.3",
69
68
  "eslint": "~8.6.0",
70
- "mocha": "^10.0.0",
71
- "nyc": "^15.0.0",
69
+ "mocha": "^10.2.0",
70
+ "nyc": "^15.1.0",
72
71
  "prettier": "~2.6.2",
73
- "rimraf": "^2.6.2",
72
+ "rimraf": "^4.4.0",
74
73
  "typescript": "~4.5.5"
75
74
  },
76
75
  "typeValidation": {