@fluidframework/aqueduct 2.62.0-356644 → 2.63.0-358419
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/package.json +19 -19
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/aqueduct",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.63.0-358419",
|
|
4
4
|
"description": "A set of implementations for Fluid Framework interfaces.",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -69,27 +69,27 @@
|
|
|
69
69
|
"temp-directory": "nyc/.nyc_output"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@fluid-internal/client-utils": "2.
|
|
73
|
-
"@fluidframework/container-definitions": "2.
|
|
74
|
-
"@fluidframework/container-runtime": "2.
|
|
75
|
-
"@fluidframework/container-runtime-definitions": "2.
|
|
76
|
-
"@fluidframework/core-interfaces": "2.
|
|
77
|
-
"@fluidframework/core-utils": "2.
|
|
78
|
-
"@fluidframework/datastore": "2.
|
|
79
|
-
"@fluidframework/datastore-definitions": "2.
|
|
80
|
-
"@fluidframework/map": "2.
|
|
81
|
-
"@fluidframework/request-handler": "2.
|
|
82
|
-
"@fluidframework/runtime-definitions": "2.
|
|
83
|
-
"@fluidframework/runtime-utils": "2.
|
|
84
|
-
"@fluidframework/shared-object-base": "2.
|
|
85
|
-
"@fluidframework/synthesize": "2.
|
|
86
|
-
"@fluidframework/telemetry-utils": "2.
|
|
87
|
-
"@fluidframework/tree": "2.
|
|
72
|
+
"@fluid-internal/client-utils": "2.63.0-358419",
|
|
73
|
+
"@fluidframework/container-definitions": "2.63.0-358419",
|
|
74
|
+
"@fluidframework/container-runtime": "2.63.0-358419",
|
|
75
|
+
"@fluidframework/container-runtime-definitions": "2.63.0-358419",
|
|
76
|
+
"@fluidframework/core-interfaces": "2.63.0-358419",
|
|
77
|
+
"@fluidframework/core-utils": "2.63.0-358419",
|
|
78
|
+
"@fluidframework/datastore": "2.63.0-358419",
|
|
79
|
+
"@fluidframework/datastore-definitions": "2.63.0-358419",
|
|
80
|
+
"@fluidframework/map": "2.63.0-358419",
|
|
81
|
+
"@fluidframework/request-handler": "2.63.0-358419",
|
|
82
|
+
"@fluidframework/runtime-definitions": "2.63.0-358419",
|
|
83
|
+
"@fluidframework/runtime-utils": "2.63.0-358419",
|
|
84
|
+
"@fluidframework/shared-object-base": "2.63.0-358419",
|
|
85
|
+
"@fluidframework/synthesize": "2.63.0-358419",
|
|
86
|
+
"@fluidframework/telemetry-utils": "2.63.0-358419",
|
|
87
|
+
"@fluidframework/tree": "2.63.0-358419"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
90
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
91
91
|
"@biomejs/biome": "~1.9.3",
|
|
92
|
-
"@fluid-internal/mocha-test-setup": "2.
|
|
92
|
+
"@fluid-internal/mocha-test-setup": "2.63.0-358419",
|
|
93
93
|
"@fluid-tools/build-cli": "^0.58.3",
|
|
94
94
|
"@fluidframework/aqueduct-previous": "npm:@fluidframework/aqueduct@2.60.0",
|
|
95
95
|
"@fluidframework/build-common": "^2.0.3",
|
|
@@ -150,7 +150,7 @@
|
|
|
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": "cross-env
|
|
153
|
+
"test:mocha:cjs": "cross-env FLUID_TEST_MODULE_SYSTEM=CJS mocha",
|
|
154
154
|
"test:mocha:esm": "mocha",
|
|
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",
|