@fluidframework/aqueduct 2.0.0-dev.7.3.0.209174 → 2.0.0-dev.7.3.0.209831

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 +16 -16
package/README.md CHANGED
@@ -226,8 +226,7 @@ We use custom handlers to build the Container Services pattern.
226
226
 
227
227
  This project may contain Microsoft trademarks or logos for Microsoft projects, products, or services.
228
228
 
229
- Use of these trademarks or logos must follow Microsoft's [Trademark & Brand
230
- Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
229
+ Use of these trademarks or logos must follow Microsoft's [Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
231
230
 
232
231
  Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
233
232
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/aqueduct",
3
- "version": "2.0.0-dev.7.3.0.209174",
3
+ "version": "2.0.0-dev.7.3.0.209831",
4
4
  "description": "A set of implementations for Fluid Framework interfaces.",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -40,20 +40,20 @@
40
40
  "temp-directory": "nyc/.nyc_output"
41
41
  },
42
42
  "dependencies": {
43
- "@fluid-internal/client-utils": "2.0.0-dev.7.3.0.209174",
44
- "@fluidframework/container-definitions": "2.0.0-dev.7.3.0.209174",
45
- "@fluidframework/container-runtime": "2.0.0-dev.7.3.0.209174",
46
- "@fluidframework/container-runtime-definitions": "2.0.0-dev.7.3.0.209174",
47
- "@fluidframework/core-interfaces": "2.0.0-dev.7.3.0.209174",
48
- "@fluidframework/core-utils": "2.0.0-dev.7.3.0.209174",
49
- "@fluidframework/datastore": "2.0.0-dev.7.3.0.209174",
50
- "@fluidframework/datastore-definitions": "2.0.0-dev.7.3.0.209174",
51
- "@fluidframework/map": "2.0.0-dev.7.3.0.209174",
52
- "@fluidframework/request-handler": "2.0.0-dev.7.3.0.209174",
53
- "@fluidframework/runtime-definitions": "2.0.0-dev.7.3.0.209174",
54
- "@fluidframework/runtime-utils": "2.0.0-dev.7.3.0.209174",
55
- "@fluidframework/synthesize": "2.0.0-dev.7.3.0.209174",
56
- "@fluidframework/view-interfaces": "2.0.0-dev.7.3.0.209174",
43
+ "@fluid-internal/client-utils": "2.0.0-dev.7.3.0.209831",
44
+ "@fluidframework/container-definitions": "2.0.0-dev.7.3.0.209831",
45
+ "@fluidframework/container-runtime": "2.0.0-dev.7.3.0.209831",
46
+ "@fluidframework/container-runtime-definitions": "2.0.0-dev.7.3.0.209831",
47
+ "@fluidframework/core-interfaces": "2.0.0-dev.7.3.0.209831",
48
+ "@fluidframework/core-utils": "2.0.0-dev.7.3.0.209831",
49
+ "@fluidframework/datastore": "2.0.0-dev.7.3.0.209831",
50
+ "@fluidframework/datastore-definitions": "2.0.0-dev.7.3.0.209831",
51
+ "@fluidframework/map": "2.0.0-dev.7.3.0.209831",
52
+ "@fluidframework/request-handler": "2.0.0-dev.7.3.0.209831",
53
+ "@fluidframework/runtime-definitions": "2.0.0-dev.7.3.0.209831",
54
+ "@fluidframework/runtime-utils": "2.0.0-dev.7.3.0.209831",
55
+ "@fluidframework/synthesize": "2.0.0-dev.7.3.0.209831",
56
+ "@fluidframework/view-interfaces": "2.0.0-dev.7.3.0.209831",
57
57
  "uuid": "^9.0.0"
58
58
  },
59
59
  "devDependencies": {
@@ -62,7 +62,7 @@
62
62
  "@fluidframework/build-common": "^2.0.3",
63
63
  "@fluidframework/build-tools": "^0.26.1",
64
64
  "@fluidframework/eslint-config-fluid": "^3.1.0",
65
- "@fluidframework/mocha-test-setup": "2.0.0-dev.7.3.0.209174",
65
+ "@fluidframework/mocha-test-setup": "2.0.0-dev.7.3.0.209831",
66
66
  "@microsoft/api-extractor": "^7.37.0",
67
67
  "@types/events": "^3.0.0",
68
68
  "@types/mocha": "^9.1.1",