@fluidframework/debugger 2.0.0-internal.3.1.0 → 2.0.0-internal.3.2.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.
Files changed (1) hide show
  1. package/package.json +69 -69
package/package.json CHANGED
@@ -1,70 +1,70 @@
1
1
  {
2
- "name": "@fluidframework/debugger",
3
- "version": "2.0.0-internal.3.1.0",
4
- "description": "Fluid Debugger - a tool to play through history of a file",
5
- "homepage": "https://fluidframework.com",
6
- "repository": {
7
- "type": "git",
8
- "url": "https://github.com/microsoft/FluidFramework.git",
9
- "directory": "packages/drivers/debugger"
10
- },
11
- "license": "MIT",
12
- "author": "Microsoft and contributors",
13
- "sideEffects": false,
14
- "main": "dist/index.js",
15
- "module": "lib/index.js",
16
- "types": "dist/index.d.ts",
17
- "scripts": {
18
- "build": "concurrently npm:build:compile npm:lint && npm run build:docs",
19
- "build:compile": "concurrently npm:typetests:gen npm:tsc npm:build:esnext",
20
- "build:docs": "api-extractor run --local --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../_api-extractor-temp/",
21
- "build:esnext": "tsc --project ./tsconfig.esnext.json",
22
- "build:full": "npm run build",
23
- "build:full:compile": "npm run build:compile",
24
- "ci:build:docs": "api-extractor run --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/* ../../../_api-extractor-temp/",
25
- "clean": "rimraf dist lib *.tsbuildinfo *.build.log",
26
- "eslint": "eslint --format stylish src",
27
- "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
28
- "format": "npm run prettier:fix",
29
- "lint": "npm run prettier && npm run eslint",
30
- "lint:fix": "npm run prettier:fix && npm run eslint:fix",
31
- "prettier": "prettier --check . --ignore-path ../../../.prettierignore",
32
- "prettier:fix": "prettier --write . --ignore-path ../../../.prettierignore",
33
- "tsc": "tsc",
34
- "typetests:gen": "flub generate typetests --generate --dir .",
35
- "typetests:prepare": "flub generate typetests --prepare --dir . --pin"
36
- },
37
- "dependencies": {
38
- "@fluidframework/common-utils": "^1.0.0",
39
- "@fluidframework/driver-definitions": ">=2.0.0-internal.3.1.0 <2.0.0-internal.4.0.0",
40
- "@fluidframework/driver-utils": ">=2.0.0-internal.3.1.0 <2.0.0-internal.4.0.0",
41
- "@fluidframework/protocol-definitions": "^1.1.0",
42
- "@fluidframework/replay-driver": ">=2.0.0-internal.3.1.0 <2.0.0-internal.4.0.0",
43
- "jsonschema": "^1.2.6"
44
- },
45
- "devDependencies": {
46
- "@fluid-tools/build-cli": "^0.9.0",
47
- "@fluidframework/build-common": "^1.1.0",
48
- "@fluidframework/build-tools": "^0.9.0",
49
- "@fluidframework/debugger-previous": "npm:@fluidframework/debugger@2.0.0-internal.3.0.0",
50
- "@fluidframework/eslint-config-fluid": "^2.0.0",
51
- "@microsoft/api-extractor": "^7.22.2",
52
- "@rushstack/eslint-config": "^2.5.1",
53
- "@types/mocha": "^9.1.1",
54
- "@types/node": "^14.18.36",
55
- "concurrently": "^6.2.0",
56
- "copyfiles": "^2.4.1",
57
- "eslint": "~8.6.0",
58
- "mocha": "^10.0.0",
59
- "prettier": "~2.6.2",
60
- "rimraf": "^2.6.2",
61
- "typescript": "~4.5.5"
62
- },
63
- "typeValidation": {
64
- "version": "2.0.0-internal.3.1.0",
65
- "previousVersionStyle": "~previousMinor",
66
- "baselineRange": ">=2.0.0-internal.3.0.0 <2.0.0-internal.3.1.0",
67
- "baselineVersion": "2.0.0-internal.3.0.0",
68
- "broken": {}
69
- }
70
- }
2
+ "name": "@fluidframework/debugger",
3
+ "version": "2.0.0-internal.3.2.0",
4
+ "description": "Fluid Debugger - a tool to play through history of a file",
5
+ "homepage": "https://fluidframework.com",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/microsoft/FluidFramework.git",
9
+ "directory": "packages/drivers/debugger"
10
+ },
11
+ "license": "MIT",
12
+ "author": "Microsoft and contributors",
13
+ "sideEffects": false,
14
+ "main": "dist/index.js",
15
+ "module": "lib/index.js",
16
+ "types": "dist/index.d.ts",
17
+ "dependencies": {
18
+ "@fluidframework/common-utils": "^1.1.1",
19
+ "@fluidframework/driver-definitions": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0",
20
+ "@fluidframework/driver-utils": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0",
21
+ "@fluidframework/protocol-definitions": "^1.1.0",
22
+ "@fluidframework/replay-driver": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0",
23
+ "jsonschema": "^1.2.6"
24
+ },
25
+ "devDependencies": {
26
+ "@fluid-tools/build-cli": "^0.10.0",
27
+ "@fluidframework/build-common": "^1.1.0",
28
+ "@fluidframework/build-tools": "^0.10.0",
29
+ "@fluidframework/debugger-previous": "npm:@fluidframework/debugger@2.0.0-internal.3.1.0",
30
+ "@fluidframework/eslint-config-fluid": "^2.0.0",
31
+ "@microsoft/api-extractor": "^7.22.2",
32
+ "@rushstack/eslint-config": "^2.5.1",
33
+ "@types/mocha": "^9.1.1",
34
+ "@types/node": "^14.18.36",
35
+ "concurrently": "^6.2.0",
36
+ "copyfiles": "^2.4.1",
37
+ "eslint": "~8.6.0",
38
+ "mocha": "^10.0.0",
39
+ "prettier": "~2.6.2",
40
+ "rimraf": "^2.6.2",
41
+ "typescript": "~4.5.5"
42
+ },
43
+ "typeValidation": {
44
+ "version": "2.0.0-internal.3.2.0",
45
+ "previousVersionStyle": "~previousMinor",
46
+ "baselineRange": ">=2.0.0-internal.3.1.0 <2.0.0-internal.3.2.0",
47
+ "baselineVersion": "2.0.0-internal.3.1.0",
48
+ "broken": {}
49
+ },
50
+ "scripts": {
51
+ "build": "concurrently npm:build:compile npm:lint && npm run build:docs",
52
+ "build:compile": "concurrently npm:typetests:gen npm:tsc npm:build:esnext",
53
+ "build:docs": "api-extractor run --local --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../_api-extractor-temp/",
54
+ "build:esnext": "tsc --project ./tsconfig.esnext.json",
55
+ "build:full": "npm run build",
56
+ "build:full:compile": "npm run build:compile",
57
+ "ci:build:docs": "api-extractor run --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/* ../../../_api-extractor-temp/",
58
+ "clean": "rimraf dist lib *.tsbuildinfo *.build.log",
59
+ "eslint": "eslint --format stylish src",
60
+ "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
61
+ "format": "npm run prettier:fix",
62
+ "lint": "npm run prettier && npm run eslint",
63
+ "lint:fix": "npm run prettier:fix && npm run eslint:fix",
64
+ "prettier": "prettier --check . --ignore-path ../../../.prettierignore",
65
+ "prettier:fix": "prettier --write . --ignore-path ../../../.prettierignore",
66
+ "tsc": "tsc",
67
+ "typetests:gen": "flub generate typetests --generate --dir .",
68
+ "typetests:prepare": "flub generate typetests --prepare --dir . --pin"
69
+ }
70
+ }