@fluidframework/test-utils 2.0.0-internal.2.1.0 → 2.0.0-internal.2.1.2

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.
@@ -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.2.1.0";
8
+ export declare const pkgVersion = "2.0.0-internal.2.1.2";
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.2.1.0";
11
+ exports.pkgVersion = "2.0.0-internal.2.1.2";
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.2.1.0\";\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.2.1.2\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/test-utils",
3
- "version": "2.0.0-internal.2.1.0",
3
+ "version": "2.0.0-internal.2.1.2",
4
4
  "description": "Utilities for Fluid tests",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -30,7 +30,8 @@
30
30
  "lint": "npm run eslint",
31
31
  "lint:fix": "npm run eslint:fix",
32
32
  "tsc": "tsc",
33
- "typetests:gen": "fluid-type-validator -g -d ."
33
+ "typetests:gen": "flub generate typetests --generate --dir .",
34
+ "typetests:prepare": "flub generate typetests --prepare --dir . --pin"
34
35
  },
35
36
  "nyc": {
36
37
  "all": true,
@@ -53,38 +54,38 @@
53
54
  "temp-directory": "nyc/.nyc_output"
54
55
  },
55
56
  "dependencies": {
56
- "@fluidframework/aqueduct": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
57
+ "@fluidframework/aqueduct": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
57
58
  "@fluidframework/common-definitions": "^0.20.1",
58
59
  "@fluidframework/common-utils": "^1.0.0",
59
- "@fluidframework/container-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
60
- "@fluidframework/container-loader": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
61
- "@fluidframework/container-runtime": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
62
- "@fluidframework/container-runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
63
- "@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
64
- "@fluidframework/datastore": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
65
- "@fluidframework/datastore-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
66
- "@fluidframework/driver-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
67
- "@fluidframework/driver-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
68
- "@fluidframework/local-driver": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
69
- "@fluidframework/map": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
60
+ "@fluidframework/container-definitions": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
61
+ "@fluidframework/container-loader": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
62
+ "@fluidframework/container-runtime": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
63
+ "@fluidframework/container-runtime-definitions": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
64
+ "@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
65
+ "@fluidframework/datastore": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
66
+ "@fluidframework/datastore-definitions": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
67
+ "@fluidframework/driver-definitions": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
68
+ "@fluidframework/driver-utils": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
69
+ "@fluidframework/local-driver": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
70
+ "@fluidframework/map": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
70
71
  "@fluidframework/protocol-definitions": "^1.1.0",
71
- "@fluidframework/request-handler": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
72
- "@fluidframework/routerlicious-driver": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
73
- "@fluidframework/runtime-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
74
- "@fluidframework/runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
75
- "@fluidframework/telemetry-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
76
- "@fluidframework/test-driver-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
77
- "@fluidframework/test-runtime-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
72
+ "@fluidframework/request-handler": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
73
+ "@fluidframework/routerlicious-driver": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
74
+ "@fluidframework/runtime-definitions": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
75
+ "@fluidframework/runtime-utils": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
76
+ "@fluidframework/telemetry-utils": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
77
+ "@fluidframework/test-driver-definitions": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
78
+ "@fluidframework/test-runtime-utils": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
78
79
  "best-random": "^1.0.0",
79
80
  "debug": "^4.1.1",
80
81
  "uuid": "^8.3.1"
81
82
  },
82
83
  "devDependencies": {
83
- "@fluid-tools/build-cli": "^0.5.0",
84
+ "@fluid-tools/build-cli": "^0.6.0",
84
85
  "@fluidframework/build-common": "^1.1.0",
85
- "@fluidframework/build-tools": "^0.5.0",
86
- "@fluidframework/eslint-config-fluid": "^1.1.0",
87
- "@fluidframework/test-utils-previous": "npm:@fluidframework/test-utils@2.0.0-internal.2.0.0",
86
+ "@fluidframework/build-tools": "^0.6.0",
87
+ "@fluidframework/eslint-config-fluid": "^1.2.0",
88
+ "@fluidframework/test-utils-previous": "npm:@fluidframework/test-utils@2.0.0-internal.2.1.1",
88
89
  "@microsoft/api-extractor": "^7.22.2",
89
90
  "@rushstack/eslint-config": "^2.5.1",
90
91
  "@types/diff": "^3.5.1",
@@ -102,11 +103,8 @@
102
103
  "typescript": "~4.5.5"
103
104
  },
104
105
  "typeValidation": {
105
- "version": "2.0.0-internal.2.1.0",
106
- "broken": {
107
- "ClassDeclaration_TestFluidObject": {
108
- "forwardCompat": false
109
- }
110
- }
106
+ "version": "2.0.0-internal.2.1.2",
107
+ "baselineRange": "2.0.0-internal.2.1.1",
108
+ "broken": {}
111
109
  }
112
110
  }
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/test-utils";
9
- export const pkgVersion = "2.0.0-internal.2.1.0";
9
+ export const pkgVersion = "2.0.0-internal.2.1.2";