@fluidframework/debugger 2.0.0-internal.2.0.3 → 2.0.0-internal.2.1.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/index.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
3
  * Licensed under the MIT License.
4
4
  */
5
- export * from "./fluidDebuggerController";
6
- export * from "./fluidDebuggerUi";
7
- export * from "./fluidDebugger";
5
+ export { FluidDebugger } from "./fluidDebugger";
6
+ export { debuggerUIFactory, DebugReplayController } from "./fluidDebuggerController";
7
+ export { DebuggerUI, IDebuggerController, IDebuggerUI } from "./fluidDebuggerUi";
8
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AACrF,OAAO,EAAE,UAAU,EAAE,mBAAmB,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC"}
package/dist/index.js CHANGED
@@ -3,18 +3,12 @@
3
3
  * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
4
4
  * Licensed under the MIT License.
5
5
  */
6
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
7
- if (k2 === undefined) k2 = k;
8
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
6
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./fluidDebuggerController"), exports);
18
- __exportStar(require("./fluidDebuggerUi"), exports);
19
- __exportStar(require("./fluidDebugger"), exports);
7
+ exports.DebuggerUI = exports.DebugReplayController = exports.FluidDebugger = void 0;
8
+ var fluidDebugger_1 = require("./fluidDebugger");
9
+ Object.defineProperty(exports, "FluidDebugger", { enumerable: true, get: function () { return fluidDebugger_1.FluidDebugger; } });
10
+ var fluidDebuggerController_1 = require("./fluidDebuggerController");
11
+ Object.defineProperty(exports, "DebugReplayController", { enumerable: true, get: function () { return fluidDebuggerController_1.DebugReplayController; } });
12
+ var fluidDebuggerUi_1 = require("./fluidDebuggerUi");
13
+ Object.defineProperty(exports, "DebuggerUI", { enumerable: true, get: function () { return fluidDebuggerUi_1.DebuggerUI; } });
20
14
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;;;;;;;;AAEH,4DAA0C;AAC1C,oDAAkC;AAClC,kDAAgC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nexport * from \"./fluidDebuggerController\";\nexport * from \"./fluidDebuggerUi\";\nexport * from \"./fluidDebugger\";\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH,iDAAgD;AAAvC,8GAAA,aAAa,OAAA;AACtB,qEAAqF;AAAzD,gIAAA,qBAAqB,OAAA;AACjD,qDAAiF;AAAxE,6GAAA,UAAU,OAAA","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nexport { FluidDebugger } from \"./fluidDebugger\";\nexport { debuggerUIFactory, DebugReplayController } from \"./fluidDebuggerController\";\nexport { DebuggerUI, IDebuggerController, IDebuggerUI } from \"./fluidDebuggerUi\";\n"]}
package/lib/index.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
3
  * Licensed under the MIT License.
4
4
  */
5
- export * from "./fluidDebuggerController";
6
- export * from "./fluidDebuggerUi";
7
- export * from "./fluidDebugger";
5
+ export { FluidDebugger } from "./fluidDebugger";
6
+ export { debuggerUIFactory, DebugReplayController } from "./fluidDebuggerController";
7
+ export { DebuggerUI, IDebuggerController, IDebuggerUI } from "./fluidDebuggerUi";
8
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AACrF,OAAO,EAAE,UAAU,EAAE,mBAAmB,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC"}
package/lib/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
3
  * Licensed under the MIT License.
4
4
  */
5
- export * from "./fluidDebuggerController";
6
- export * from "./fluidDebuggerUi";
7
- export * from "./fluidDebugger";
5
+ export { FluidDebugger } from "./fluidDebugger";
6
+ export { DebugReplayController } from "./fluidDebuggerController";
7
+ export { DebuggerUI } from "./fluidDebuggerUi";
8
8
  //# sourceMappingURL=index.js.map
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nexport * from \"./fluidDebuggerController\";\nexport * from \"./fluidDebuggerUi\";\nexport * from \"./fluidDebugger\";\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAqB,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AACrF,OAAO,EAAE,UAAU,EAAoC,MAAM,mBAAmB,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nexport { FluidDebugger } from \"./fluidDebugger\";\nexport { debuggerUIFactory, DebugReplayController } from \"./fluidDebuggerController\";\nexport { DebuggerUI, IDebuggerController, IDebuggerUI } from \"./fluidDebuggerUi\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/debugger",
3
- "version": "2.0.0-internal.2.0.3",
3
+ "version": "2.0.0-internal.2.1.0",
4
4
  "description": "Fluid Debugger - a tool to play through history of a file",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -28,23 +28,22 @@
28
28
  "lint": "npm run eslint",
29
29
  "lint:fix": "npm run eslint:fix",
30
30
  "tsc": "tsc",
31
- "tsfmt": "tsfmt --verify",
32
- "tsfmt:fix": "tsfmt --replace",
33
31
  "typetests:gen": "fluid-type-validator -g -d ."
34
32
  },
35
33
  "dependencies": {
36
34
  "@fluidframework/common-utils": "^1.0.0",
37
- "@fluidframework/driver-definitions": ">=2.0.0-internal.2.0.3 <2.0.0-internal.3.0.0",
38
- "@fluidframework/driver-utils": ">=2.0.0-internal.2.0.3 <2.0.0-internal.3.0.0",
35
+ "@fluidframework/driver-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
36
+ "@fluidframework/driver-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
39
37
  "@fluidframework/protocol-definitions": "^1.1.0",
40
- "@fluidframework/replay-driver": ">=2.0.0-internal.2.0.3 <2.0.0-internal.3.0.0",
38
+ "@fluidframework/replay-driver": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
41
39
  "jsonschema": "^1.2.6"
42
40
  },
43
41
  "devDependencies": {
44
- "@fluidframework/build-common": "^1.0.0",
45
- "@fluidframework/build-tools": "^0.4.6000",
42
+ "@fluid-tools/build-cli": "^0.5.0",
43
+ "@fluidframework/build-common": "^1.1.0",
44
+ "@fluidframework/build-tools": "^0.5.0",
46
45
  "@fluidframework/debugger-previous": "npm:@fluidframework/debugger@2.0.0-internal.2.0.0",
47
- "@fluidframework/eslint-config-fluid": "^1.0.0",
46
+ "@fluidframework/eslint-config-fluid": "^1.1.0",
48
47
  "@microsoft/api-extractor": "^7.22.2",
49
48
  "@rushstack/eslint-config": "^2.5.1",
50
49
  "@types/mocha": "^9.1.1",
@@ -54,11 +53,10 @@
54
53
  "eslint": "~8.6.0",
55
54
  "mocha": "^10.0.0",
56
55
  "rimraf": "^2.6.2",
57
- "typescript": "~4.5.5",
58
- "typescript-formatter": "7.1.0"
56
+ "typescript": "~4.5.5"
59
57
  },
60
58
  "typeValidation": {
61
- "version": "2.0.0-internal.2.0.1",
59
+ "version": "2.0.0-internal.2.1.0",
62
60
  "broken": {}
63
61
  }
64
62
  }
package/src/index.ts CHANGED
@@ -3,6 +3,6 @@
3
3
  * Licensed under the MIT License.
4
4
  */
5
5
 
6
- export * from "./fluidDebuggerController";
7
- export * from "./fluidDebuggerUi";
8
- export * from "./fluidDebugger";
6
+ export { FluidDebugger } from "./fluidDebugger";
7
+ export { debuggerUIFactory, DebugReplayController } from "./fluidDebuggerController";
8
+ export { DebuggerUI, IDebuggerController, IDebuggerUI } from "./fluidDebuggerUi";