@fluidframework/test-utils 2.0.0-internal.3.2.2 → 2.0.0-internal.3.3.1

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.
@@ -1 +1 @@
1
- {"version":3,"file":"TestConfigs.d.ts","sourceRoot":"","sources":["../src/TestConfigs.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AAEnF,eAAO,MAAM,kBAAkB,cACpB,OAAO,MAAM,EAAE,WAAW,CAAC,KACnC,mBAMF,CAAC"}
1
+ {"version":3,"file":"TestConfigs.d.ts","sourceRoot":"","sources":["../src/TestConfigs.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AAEnF,eAAO,MAAM,kBAAkB,cACpB,OAAO,MAAM,EAAE,WAAW,CAAC,KACnC,mBAIF,CAAC"}
@@ -6,8 +6,6 @@
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
7
  exports.mockConfigProvider = void 0;
8
8
  const mockConfigProvider = (settings = {}) => {
9
- settings["Fluid.GarbageCollection.TrackGCState"] = "true";
10
- settings["Fluid.GarbageCollection.WriteDataAtRoot"] = "true";
11
9
  return {
12
10
  getRawConfig: (name) => settings[name],
13
11
  };
@@ -1 +1 @@
1
- {"version":3,"file":"TestConfigs.js","sourceRoot":"","sources":["../src/TestConfigs.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAII,MAAM,kBAAkB,GAAG,CACjC,WAAwC,EAAE,EACpB,EAAE;IACxB,QAAQ,CAAC,sCAAsC,CAAC,GAAG,MAAM,CAAC;IAC1D,QAAQ,CAAC,yCAAyC,CAAC,GAAG,MAAM,CAAC;IAC7D,OAAO;QACN,YAAY,EAAE,CAAC,IAAY,EAAe,EAAE,CAAC,QAAQ,CAAC,IAAI,CAAC;KAC3D,CAAC;AACH,CAAC,CAAC;AARW,QAAA,kBAAkB,sBAQ7B","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nimport { ConfigTypes, IConfigProviderBase } from \"@fluidframework/telemetry-utils\";\n\nexport const mockConfigProvider = (\n\tsettings: Record<string, ConfigTypes> = {},\n): IConfigProviderBase => {\n\tsettings[\"Fluid.GarbageCollection.TrackGCState\"] = \"true\";\n\tsettings[\"Fluid.GarbageCollection.WriteDataAtRoot\"] = \"true\";\n\treturn {\n\t\tgetRawConfig: (name: string): ConfigTypes => settings[name],\n\t};\n};\n"]}
1
+ {"version":3,"file":"TestConfigs.js","sourceRoot":"","sources":["../src/TestConfigs.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAII,MAAM,kBAAkB,GAAG,CACjC,WAAwC,EAAE,EACpB,EAAE;IACxB,OAAO;QACN,YAAY,EAAE,CAAC,IAAY,EAAe,EAAE,CAAC,QAAQ,CAAC,IAAI,CAAC;KAC3D,CAAC;AACH,CAAC,CAAC;AANW,QAAA,kBAAkB,sBAM7B","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nimport { ConfigTypes, IConfigProviderBase } from \"@fluidframework/telemetry-utils\";\n\nexport const mockConfigProvider = (\n\tsettings: Record<string, ConfigTypes> = {},\n): IConfigProviderBase => {\n\treturn {\n\t\tgetRawConfig: (name: string): ConfigTypes => settings[name],\n\t};\n};\n"]}
@@ -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 = "2.0.0-internal.3.2.2";
8
+ export declare const pkgVersion = "2.0.0-internal.3.3.1";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -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 = "2.0.0-internal.3.2.2";
11
+ exports.pkgVersion = "2.0.0-internal.3.3.1";
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,sBAAsB,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 = \"2.0.0-internal.3.2.2\";\n"]}
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,sBAAsB,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 = \"2.0.0-internal.3.3.1\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/test-utils",
3
- "version": "2.0.0-internal.3.2.2",
3
+ "version": "2.0.0-internal.3.3.1",
4
4
  "description": "Utilities for Fluid tests",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -35,39 +35,39 @@
35
35
  "temp-directory": "nyc/.nyc_output"
36
36
  },
37
37
  "dependencies": {
38
- "@fluidframework/aqueduct": ">=2.0.0-internal.3.2.2 <2.0.0-internal.4.0.0",
38
+ "@fluidframework/aqueduct": ">=2.0.0-internal.3.3.1 <2.0.0-internal.4.0.0",
39
39
  "@fluidframework/common-definitions": "^0.20.1",
40
40
  "@fluidframework/common-utils": "^1.1.1",
41
- "@fluidframework/container-definitions": ">=2.0.0-internal.3.2.2 <2.0.0-internal.4.0.0",
42
- "@fluidframework/container-loader": ">=2.0.0-internal.3.2.2 <2.0.0-internal.4.0.0",
43
- "@fluidframework/container-runtime": ">=2.0.0-internal.3.2.2 <2.0.0-internal.4.0.0",
44
- "@fluidframework/container-runtime-definitions": ">=2.0.0-internal.3.2.2 <2.0.0-internal.4.0.0",
45
- "@fluidframework/core-interfaces": ">=2.0.0-internal.3.2.2 <2.0.0-internal.4.0.0",
46
- "@fluidframework/datastore": ">=2.0.0-internal.3.2.2 <2.0.0-internal.4.0.0",
47
- "@fluidframework/datastore-definitions": ">=2.0.0-internal.3.2.2 <2.0.0-internal.4.0.0",
48
- "@fluidframework/driver-definitions": ">=2.0.0-internal.3.2.2 <2.0.0-internal.4.0.0",
49
- "@fluidframework/driver-utils": ">=2.0.0-internal.3.2.2 <2.0.0-internal.4.0.0",
50
- "@fluidframework/local-driver": ">=2.0.0-internal.3.2.2 <2.0.0-internal.4.0.0",
51
- "@fluidframework/map": ">=2.0.0-internal.3.2.2 <2.0.0-internal.4.0.0",
52
- "@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.2.2 <2.0.0-internal.4.0.0",
41
+ "@fluidframework/container-definitions": ">=2.0.0-internal.3.3.1 <2.0.0-internal.4.0.0",
42
+ "@fluidframework/container-loader": ">=2.0.0-internal.3.3.1 <2.0.0-internal.4.0.0",
43
+ "@fluidframework/container-runtime": ">=2.0.0-internal.3.3.1 <2.0.0-internal.4.0.0",
44
+ "@fluidframework/container-runtime-definitions": ">=2.0.0-internal.3.3.1 <2.0.0-internal.4.0.0",
45
+ "@fluidframework/core-interfaces": ">=2.0.0-internal.3.3.1 <2.0.0-internal.4.0.0",
46
+ "@fluidframework/datastore": ">=2.0.0-internal.3.3.1 <2.0.0-internal.4.0.0",
47
+ "@fluidframework/datastore-definitions": ">=2.0.0-internal.3.3.1 <2.0.0-internal.4.0.0",
48
+ "@fluidframework/driver-definitions": ">=2.0.0-internal.3.3.1 <2.0.0-internal.4.0.0",
49
+ "@fluidframework/driver-utils": ">=2.0.0-internal.3.3.1 <2.0.0-internal.4.0.0",
50
+ "@fluidframework/local-driver": ">=2.0.0-internal.3.3.1 <2.0.0-internal.4.0.0",
51
+ "@fluidframework/map": ">=2.0.0-internal.3.3.1 <2.0.0-internal.4.0.0",
52
+ "@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.3.1 <2.0.0-internal.4.0.0",
53
53
  "@fluidframework/protocol-definitions": "^1.1.0",
54
- "@fluidframework/request-handler": ">=2.0.0-internal.3.2.2 <2.0.0-internal.4.0.0",
55
- "@fluidframework/routerlicious-driver": ">=2.0.0-internal.3.2.2 <2.0.0-internal.4.0.0",
56
- "@fluidframework/runtime-definitions": ">=2.0.0-internal.3.2.2 <2.0.0-internal.4.0.0",
57
- "@fluidframework/runtime-utils": ">=2.0.0-internal.3.2.2 <2.0.0-internal.4.0.0",
58
- "@fluidframework/telemetry-utils": ">=2.0.0-internal.3.2.2 <2.0.0-internal.4.0.0",
59
- "@fluidframework/test-driver-definitions": ">=2.0.0-internal.3.2.2 <2.0.0-internal.4.0.0",
60
- "@fluidframework/test-runtime-utils": ">=2.0.0-internal.3.2.2 <2.0.0-internal.4.0.0",
54
+ "@fluidframework/request-handler": ">=2.0.0-internal.3.3.1 <2.0.0-internal.4.0.0",
55
+ "@fluidframework/routerlicious-driver": ">=2.0.0-internal.3.3.1 <2.0.0-internal.4.0.0",
56
+ "@fluidframework/runtime-definitions": ">=2.0.0-internal.3.3.1 <2.0.0-internal.4.0.0",
57
+ "@fluidframework/runtime-utils": ">=2.0.0-internal.3.3.1 <2.0.0-internal.4.0.0",
58
+ "@fluidframework/telemetry-utils": ">=2.0.0-internal.3.3.1 <2.0.0-internal.4.0.0",
59
+ "@fluidframework/test-driver-definitions": ">=2.0.0-internal.3.3.1 <2.0.0-internal.4.0.0",
60
+ "@fluidframework/test-runtime-utils": ">=2.0.0-internal.3.3.1 <2.0.0-internal.4.0.0",
61
61
  "best-random": "^1.0.0",
62
62
  "debug": "^4.1.1",
63
63
  "uuid": "^8.3.1"
64
64
  },
65
65
  "devDependencies": {
66
- "@fluid-tools/build-cli": "^0.10.0",
66
+ "@fluid-tools/build-cli": "^0.12.0",
67
67
  "@fluidframework/build-common": "^1.1.0",
68
- "@fluidframework/build-tools": "^0.10.0",
68
+ "@fluidframework/build-tools": "^0.12.0",
69
69
  "@fluidframework/eslint-config-fluid": "^2.0.0",
70
- "@fluidframework/test-utils-previous": "npm:@fluidframework/test-utils@2.0.0-internal.3.1.0",
70
+ "@fluidframework/test-utils-previous": "npm:@fluidframework/test-utils@2.0.0-internal.3.2.0",
71
71
  "@microsoft/api-extractor": "^7.22.2",
72
72
  "@rushstack/eslint-config": "^2.5.1",
73
73
  "@types/debug": "^4.1.5",
@@ -89,20 +89,7 @@
89
89
  "typescript": "~4.5.5"
90
90
  },
91
91
  "typeValidation": {
92
- "version": "2.0.0-internal.3.2.0",
93
- "previousVersionStyle": "~previousMinor",
94
- "baselineRange": ">=2.0.0-internal.3.1.0 <2.0.0-internal.3.2.0",
95
- "baselineVersion": "2.0.0-internal.3.1.0",
96
- "broken": {
97
- "FunctionDeclaration_createSummarizerWithContainer": {
98
- "forwardCompat": false,
99
- "backCompat": false
100
- },
101
- "RemovedFunctionDeclaration_createSummarizerWithContainer": {
102
- "forwardCompat": false,
103
- "backCompat": false
104
- }
105
- }
92
+ "broken": {}
106
93
  },
107
94
  "scripts": {
108
95
  "build": "npm run build:genver && concurrently npm:build:compile npm:lint && npm run build:docs",
@@ -126,7 +113,7 @@
126
113
  "test:mocha": "mocha --unhandled-rejections=strict --recursive dist/test/*.spec.js --exit --project src/test/tsconfig.json -r node_modules/@fluidframework/mocha-test-setup",
127
114
  "test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
128
115
  "tsc": "tsc",
129
- "typetests:gen": "flub generate typetests --generate --dir .",
116
+ "typetests:gen": "fluid-type-test-generator",
130
117
  "typetests:prepare": "flub generate typetests --prepare --dir . --pin"
131
118
  }
132
119
  }
@@ -8,8 +8,6 @@ import { ConfigTypes, IConfigProviderBase } from "@fluidframework/telemetry-util
8
8
  export const mockConfigProvider = (
9
9
  settings: Record<string, ConfigTypes> = {},
10
10
  ): IConfigProviderBase => {
11
- settings["Fluid.GarbageCollection.TrackGCState"] = "true";
12
- settings["Fluid.GarbageCollection.WriteDataAtRoot"] = "true";
13
11
  return {
14
12
  getRawConfig: (name: string): ConfigTypes => settings[name],
15
13
  };
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/test-utils";
9
- export const pkgVersion = "2.0.0-internal.3.2.2";
9
+ export const pkgVersion = "2.0.0-internal.3.3.1";