@fluid-experimental/attributor 2.0.0-dev.7.3.0.209174 → 2.0.0-dev.7.3.0.210328

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 (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +19 -19
package/README.md CHANGED
@@ -135,8 +135,7 @@ During the "waiting to saturate" period, developers are free to experiment with
135
135
 
136
136
  This project may contain Microsoft trademarks or logos for Microsoft projects, products, or services.
137
137
 
138
- Use of these trademarks or logos must follow Microsoft's [Trademark & Brand
139
- Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
138
+ Use of these trademarks or logos must follow Microsoft's [Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
140
139
 
141
140
  Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
142
141
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/attributor",
3
- "version": "2.0.0-dev.7.3.0.209174",
3
+ "version": "2.0.0-dev.7.3.0.210328",
4
4
  "description": "Operation attributor",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -35,30 +35,30 @@
35
35
  "temp-directory": "nyc/.nyc_output"
36
36
  },
37
37
  "dependencies": {
38
- "@fluid-internal/client-utils": "2.0.0-dev.7.3.0.209174",
39
- "@fluidframework/container-definitions": "2.0.0-dev.7.3.0.209174",
40
- "@fluidframework/container-runtime": "2.0.0-dev.7.3.0.209174",
41
- "@fluidframework/container-runtime-definitions": "2.0.0-dev.7.3.0.209174",
42
- "@fluidframework/core-interfaces": "2.0.0-dev.7.3.0.209174",
43
- "@fluidframework/core-utils": "2.0.0-dev.7.3.0.209174",
44
- "@fluidframework/datastore-definitions": "2.0.0-dev.7.3.0.209174",
38
+ "@fluid-internal/client-utils": "2.0.0-dev.7.3.0.210328",
39
+ "@fluidframework/container-definitions": "2.0.0-dev.7.3.0.210328",
40
+ "@fluidframework/container-runtime": "2.0.0-dev.7.3.0.210328",
41
+ "@fluidframework/container-runtime-definitions": "2.0.0-dev.7.3.0.210328",
42
+ "@fluidframework/core-interfaces": "2.0.0-dev.7.3.0.210328",
43
+ "@fluidframework/core-utils": "2.0.0-dev.7.3.0.210328",
44
+ "@fluidframework/datastore-definitions": "2.0.0-dev.7.3.0.210328",
45
45
  "@fluidframework/protocol-definitions": "^3.0.0",
46
- "@fluidframework/runtime-definitions": "2.0.0-dev.7.3.0.209174",
47
- "@fluidframework/runtime-utils": "2.0.0-dev.7.3.0.209174",
48
- "@fluidframework/telemetry-utils": "2.0.0-dev.7.3.0.209174",
46
+ "@fluidframework/runtime-definitions": "2.0.0-dev.7.3.0.210328",
47
+ "@fluidframework/runtime-utils": "2.0.0-dev.7.3.0.210328",
48
+ "@fluidframework/telemetry-utils": "2.0.0-dev.7.3.0.210328",
49
49
  "lz4js": "^0.2.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@fluid-private/stochastic-test-utils": "2.0.0-dev.7.3.0.209174",
53
- "@fluid-tools/build-cli": "^0.26.1",
52
+ "@fluid-private/stochastic-test-utils": "2.0.0-dev.7.3.0.210328",
53
+ "@fluid-tools/build-cli": "^0.27.0",
54
54
  "@fluidframework/build-common": "^2.0.3",
55
- "@fluidframework/build-tools": "^0.26.1",
56
- "@fluidframework/driver-definitions": "2.0.0-dev.7.3.0.209174",
55
+ "@fluidframework/build-tools": "^0.27.0",
56
+ "@fluidframework/driver-definitions": "2.0.0-dev.7.3.0.210328",
57
57
  "@fluidframework/eslint-config-fluid": "^3.1.0",
58
- "@fluidframework/merge-tree": "2.0.0-dev.7.3.0.209174",
59
- "@fluidframework/mocha-test-setup": "2.0.0-dev.7.3.0.209174",
60
- "@fluidframework/sequence": "2.0.0-dev.7.3.0.209174",
61
- "@fluidframework/test-runtime-utils": "2.0.0-dev.7.3.0.209174",
58
+ "@fluidframework/merge-tree": "2.0.0-dev.7.3.0.210328",
59
+ "@fluidframework/mocha-test-setup": "2.0.0-dev.7.3.0.210328",
60
+ "@fluidframework/sequence": "2.0.0-dev.7.3.0.210328",
61
+ "@fluidframework/test-runtime-utils": "2.0.0-dev.7.3.0.210328",
62
62
  "@microsoft/api-extractor": "^7.37.0",
63
63
  "@types/mocha": "^9.1.1",
64
64
  "@types/node": "^16.18.38",