@fluidframework/aqueduct 2.1.0 → 2.2.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.
- package/CHANGELOG.md +4 -0
- package/README.md +2 -2
- package/package.json +21 -21
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @fluidframework/aqueduct
|
|
2
2
|
|
|
3
|
-
<!-- AUTO-GENERATED-CONTENT:START (
|
|
3
|
+
<!-- AUTO-GENERATED-CONTENT:START (LIBRARY_README_HEADER) -->
|
|
4
4
|
|
|
5
5
|
<!-- prettier-ignore-start -->
|
|
6
6
|
<!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
|
|
@@ -234,7 +234,7 @@ makes a request to the Container for `{url:"color"}` will intercept and return a
|
|
|
234
234
|
|
|
235
235
|
We use custom handlers to build the Container Services pattern.
|
|
236
236
|
|
|
237
|
-
<!-- AUTO-GENERATED-CONTENT:START (
|
|
237
|
+
<!-- AUTO-GENERATED-CONTENT:START (README_FOOTER) -->
|
|
238
238
|
|
|
239
239
|
<!-- prettier-ignore-start -->
|
|
240
240
|
<!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/aqueduct",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.0",
|
|
4
4
|
"description": "A set of implementations for Fluid Framework interfaces.",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -67,29 +67,29 @@
|
|
|
67
67
|
"temp-directory": "nyc/.nyc_output"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@fluid-internal/client-utils": "~2.
|
|
71
|
-
"@fluidframework/container-definitions": "~2.
|
|
72
|
-
"@fluidframework/container-runtime": "~2.
|
|
73
|
-
"@fluidframework/container-runtime-definitions": "~2.
|
|
74
|
-
"@fluidframework/core-interfaces": "~2.
|
|
75
|
-
"@fluidframework/core-utils": "~2.
|
|
76
|
-
"@fluidframework/datastore": "~2.
|
|
77
|
-
"@fluidframework/datastore-definitions": "~2.
|
|
78
|
-
"@fluidframework/map": "~2.
|
|
79
|
-
"@fluidframework/request-handler": "~2.
|
|
80
|
-
"@fluidframework/runtime-definitions": "~2.
|
|
81
|
-
"@fluidframework/runtime-utils": "~2.
|
|
82
|
-
"@fluidframework/shared-object-base": "~2.
|
|
83
|
-
"@fluidframework/synthesize": "~2.
|
|
70
|
+
"@fluid-internal/client-utils": "~2.2.0",
|
|
71
|
+
"@fluidframework/container-definitions": "~2.2.0",
|
|
72
|
+
"@fluidframework/container-runtime": "~2.2.0",
|
|
73
|
+
"@fluidframework/container-runtime-definitions": "~2.2.0",
|
|
74
|
+
"@fluidframework/core-interfaces": "~2.2.0",
|
|
75
|
+
"@fluidframework/core-utils": "~2.2.0",
|
|
76
|
+
"@fluidframework/datastore": "~2.2.0",
|
|
77
|
+
"@fluidframework/datastore-definitions": "~2.2.0",
|
|
78
|
+
"@fluidframework/map": "~2.2.0",
|
|
79
|
+
"@fluidframework/request-handler": "~2.2.0",
|
|
80
|
+
"@fluidframework/runtime-definitions": "~2.2.0",
|
|
81
|
+
"@fluidframework/runtime-utils": "~2.2.0",
|
|
82
|
+
"@fluidframework/shared-object-base": "~2.2.0",
|
|
83
|
+
"@fluidframework/synthesize": "~2.2.0"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
86
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
87
87
|
"@biomejs/biome": "~1.8.3",
|
|
88
|
-
"@fluid-internal/mocha-test-setup": "~2.
|
|
89
|
-
"@fluid-tools/build-cli": "^0.
|
|
90
|
-
"@fluidframework/aqueduct-previous": "npm:@fluidframework/aqueduct@2.
|
|
88
|
+
"@fluid-internal/mocha-test-setup": "~2.2.0",
|
|
89
|
+
"@fluid-tools/build-cli": "^0.43.0",
|
|
90
|
+
"@fluidframework/aqueduct-previous": "npm:@fluidframework/aqueduct@2.1.0",
|
|
91
91
|
"@fluidframework/build-common": "^2.0.3",
|
|
92
|
-
"@fluidframework/build-tools": "^0.
|
|
92
|
+
"@fluidframework/build-tools": "^0.43.0",
|
|
93
93
|
"@fluidframework/eslint-config-fluid": "^5.3.0",
|
|
94
94
|
"@microsoft/api-extractor": "^7.45.1",
|
|
95
95
|
"@types/mocha": "^9.1.1",
|
|
@@ -150,8 +150,8 @@
|
|
|
150
150
|
"test": "npm run test:mocha",
|
|
151
151
|
"test:coverage": "c8 npm test",
|
|
152
152
|
"test:mocha": "npm run test:mocha:esm && echo skipping cjs to avoid overhead - npm run test:mocha:cjs",
|
|
153
|
-
"test:mocha:cjs": "mocha --recursive \"dist/test/**/*.spec.*js\" --exit
|
|
154
|
-
"test:mocha:esm": "mocha --recursive \"lib/test/**/*.spec.*js\" --exit
|
|
153
|
+
"test:mocha:cjs": "mocha --recursive \"dist/test/**/*.spec.*js\" --exit",
|
|
154
|
+
"test:mocha:esm": "mocha --recursive \"lib/test/**/*.spec.*js\" --exit",
|
|
155
155
|
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
|
|
156
156
|
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
|
|
157
157
|
"typetests:gen": "flub generate typetests --dir . -v",
|