@fluidframework/test-utils 0.51.0 → 0.52.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/dist/interfaces.d.ts +0 -4
- package/dist/interfaces.d.ts.map +1 -1
- package/dist/interfaces.js.map +1 -1
- package/dist/packageVersion.d.ts +1 -1
- package/dist/packageVersion.js +1 -1
- package/dist/packageVersion.js.map +1 -1
- package/package.json +21 -21
- package/src/interfaces.ts +0 -5
- package/src/packageVersion.ts +1 -1
package/dist/interfaces.d.ts
CHANGED
|
@@ -6,10 +6,6 @@ import { IFluidDataStoreRuntime } from "@fluidframework/datastore-definitions";
|
|
|
6
6
|
import { ISharedMap } from "@fluidframework/map";
|
|
7
7
|
import { IFluidDataStoreContext, IFluidDataStoreChannel } from "@fluidframework/runtime-definitions";
|
|
8
8
|
import { IFluidLoadable } from "@fluidframework/core-interfaces";
|
|
9
|
-
declare module "@fluidframework/core-interfaces" {
|
|
10
|
-
interface IFluidObject extends Readonly<Partial<IProvideTestFluidObject>> {
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
9
|
export interface IProvideTestFluidObject {
|
|
14
10
|
readonly ITestFluidObject: ITestFluidObject;
|
|
15
11
|
}
|
package/dist/interfaces.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../src/interfaces.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,sBAAsB,EAAE,MAAM,uCAAuC,CAAC;AAC/E,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,sBAAsB,EAAE,sBAAsB,EAAE,MAAM,qCAAqC,CAAC;AACrG,OAAO,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAC;AAEjE,
|
|
1
|
+
{"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../src/interfaces.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,sBAAsB,EAAE,MAAM,uCAAuC,CAAC;AAC/E,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,sBAAsB,EAAE,sBAAsB,EAAE,MAAM,qCAAqC,CAAC;AACrG,OAAO,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAC;AAEjE,MAAM,WAAW,uBAAuB;IACpC,QAAQ,CAAC,gBAAgB,EAAE,gBAAgB,CAAC;CAC/C;AAED,MAAM,WAAW,gBAAiB,SAAQ,uBAAuB,EAAE,cAAc;IAC7E,IAAI,EAAE,UAAU,CAAC;IACjB,QAAQ,CAAC,OAAO,EAAE,sBAAsB,CAAC;IACzC,QAAQ,CAAC,OAAO,EAAE,sBAAsB,CAAC;IACzC,QAAQ,CAAC,OAAO,EAAE,sBAAsB,CAAC;IACzC,eAAe,CAAC,CAAC,GAAG,GAAG,EAAE,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC;CACpD"}
|
package/dist/interfaces.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../src/interfaces.ts"],"names":[],"mappings":";AAAA;;;GAGG","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nimport { IFluidDataStoreRuntime } from \"@fluidframework/datastore-definitions\";\nimport { ISharedMap } from \"@fluidframework/map\";\nimport { IFluidDataStoreContext, IFluidDataStoreChannel } from \"@fluidframework/runtime-definitions\";\nimport { IFluidLoadable } from \"@fluidframework/core-interfaces\";\n\
|
|
1
|
+
{"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../src/interfaces.ts"],"names":[],"mappings":";AAAA;;;GAGG","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nimport { IFluidDataStoreRuntime } from \"@fluidframework/datastore-definitions\";\nimport { ISharedMap } from \"@fluidframework/map\";\nimport { IFluidDataStoreContext, IFluidDataStoreChannel } from \"@fluidframework/runtime-definitions\";\nimport { IFluidLoadable } from \"@fluidframework/core-interfaces\";\n\nexport interface IProvideTestFluidObject {\n readonly ITestFluidObject: ITestFluidObject;\n}\n\nexport interface ITestFluidObject extends IProvideTestFluidObject, IFluidLoadable {\n root: ISharedMap;\n readonly runtime: IFluidDataStoreRuntime;\n readonly channel: IFluidDataStoreChannel;\n readonly context: IFluidDataStoreContext;\n getSharedObject<T = any>(id: string): Promise<T>;\n}\n"]}
|
package/dist/packageVersion.d.ts
CHANGED
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
|
|
6
6
|
*/
|
|
7
7
|
export declare const pkgName = "@fluidframework/test-utils";
|
|
8
|
-
export declare const pkgVersion = "0.
|
|
8
|
+
export declare const pkgVersion = "0.52.0";
|
|
9
9
|
//# sourceMappingURL=packageVersion.d.ts.map
|
package/dist/packageVersion.js
CHANGED
|
@@ -8,5 +8,5 @@
|
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
9
|
exports.pkgVersion = exports.pkgName = void 0;
|
|
10
10
|
exports.pkgName = "@fluidframework/test-utils";
|
|
11
|
-
exports.pkgVersion = "0.
|
|
11
|
+
exports.pkgVersion = "0.52.0";
|
|
12
12
|
//# sourceMappingURL=packageVersion.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,4BAA4B,CAAC;AACvC,QAAA,UAAU,GAAG,QAAQ,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/test-utils\";\nexport const pkgVersion = \"0.
|
|
1
|
+
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,4BAA4B,CAAC;AACvC,QAAA,UAAU,GAAG,QAAQ,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/test-utils\";\nexport const pkgVersion = \"0.52.0\";\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/test-utils",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.52.0",
|
|
4
4
|
"description": "Utilities for Fluid tests",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": "https://github.com/microsoft/FluidFramework",
|
|
@@ -49,27 +49,27 @@
|
|
|
49
49
|
"temp-directory": "nyc/.nyc_output"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@fluidframework/aqueduct": "^0.
|
|
52
|
+
"@fluidframework/aqueduct": "^0.52.0",
|
|
53
53
|
"@fluidframework/common-definitions": "^0.20.1",
|
|
54
|
-
"@fluidframework/container-definitions": "^0.
|
|
55
|
-
"@fluidframework/container-loader": "^0.
|
|
56
|
-
"@fluidframework/container-runtime": "^0.
|
|
57
|
-
"@fluidframework/container-runtime-definitions": "^0.
|
|
58
|
-
"@fluidframework/core-interfaces": "^0.
|
|
59
|
-
"@fluidframework/datastore": "^0.
|
|
60
|
-
"@fluidframework/datastore-definitions": "^0.
|
|
61
|
-
"@fluidframework/driver-definitions": "^0.
|
|
62
|
-
"@fluidframework/driver-utils": "^0.
|
|
63
|
-
"@fluidframework/local-driver": "^0.
|
|
64
|
-
"@fluidframework/map": "^0.
|
|
65
|
-
"@fluidframework/protocol-definitions": "^0.
|
|
66
|
-
"@fluidframework/request-handler": "^0.
|
|
67
|
-
"@fluidframework/routerlicious-driver": "^0.
|
|
68
|
-
"@fluidframework/runtime-definitions": "^0.
|
|
69
|
-
"@fluidframework/runtime-utils": "^0.
|
|
70
|
-
"@fluidframework/telemetry-utils": "^0.
|
|
71
|
-
"@fluidframework/test-driver-definitions": "^0.
|
|
72
|
-
"@fluidframework/test-runtime-utils": "^0.
|
|
54
|
+
"@fluidframework/container-definitions": "^0.42.0",
|
|
55
|
+
"@fluidframework/container-loader": "^0.52.0",
|
|
56
|
+
"@fluidframework/container-runtime": "^0.52.0",
|
|
57
|
+
"@fluidframework/container-runtime-definitions": "^0.52.0",
|
|
58
|
+
"@fluidframework/core-interfaces": "^0.41.0",
|
|
59
|
+
"@fluidframework/datastore": "^0.52.0",
|
|
60
|
+
"@fluidframework/datastore-definitions": "^0.52.0",
|
|
61
|
+
"@fluidframework/driver-definitions": "^0.42.0",
|
|
62
|
+
"@fluidframework/driver-utils": "^0.52.0",
|
|
63
|
+
"@fluidframework/local-driver": "^0.52.0",
|
|
64
|
+
"@fluidframework/map": "^0.52.0",
|
|
65
|
+
"@fluidframework/protocol-definitions": "^0.1026.0",
|
|
66
|
+
"@fluidframework/request-handler": "^0.52.0",
|
|
67
|
+
"@fluidframework/routerlicious-driver": "^0.52.0",
|
|
68
|
+
"@fluidframework/runtime-definitions": "^0.52.0",
|
|
69
|
+
"@fluidframework/runtime-utils": "^0.52.0",
|
|
70
|
+
"@fluidframework/telemetry-utils": "^0.52.0",
|
|
71
|
+
"@fluidframework/test-driver-definitions": "^0.52.0",
|
|
72
|
+
"@fluidframework/test-runtime-utils": "^0.52.0",
|
|
73
73
|
"debug": "^4.1.1",
|
|
74
74
|
"uuid": "^8.3.1"
|
|
75
75
|
},
|
package/src/interfaces.ts
CHANGED
|
@@ -8,11 +8,6 @@ import { ISharedMap } from "@fluidframework/map";
|
|
|
8
8
|
import { IFluidDataStoreContext, IFluidDataStoreChannel } from "@fluidframework/runtime-definitions";
|
|
9
9
|
import { IFluidLoadable } from "@fluidframework/core-interfaces";
|
|
10
10
|
|
|
11
|
-
declare module "@fluidframework/core-interfaces" {
|
|
12
|
-
// eslint-disable-next-line @typescript-eslint/no-empty-interface
|
|
13
|
-
export interface IFluidObject extends Readonly<Partial<IProvideTestFluidObject>> { }
|
|
14
|
-
}
|
|
15
|
-
|
|
16
11
|
export interface IProvideTestFluidObject {
|
|
17
12
|
readonly ITestFluidObject: ITestFluidObject;
|
|
18
13
|
}
|
package/src/packageVersion.ts
CHANGED