@fluidframework/debugger 2.70.0-361788 → 2.71.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/CHANGELOG.md +8 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/debugger",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.71.0",
|
|
4
4
|
"description": "Fluid Debugger - a tool to play through history of a file",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -47,10 +47,10 @@
|
|
|
47
47
|
"main": "lib/index.js",
|
|
48
48
|
"types": "lib/public.d.ts",
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@fluidframework/core-utils": "2.
|
|
51
|
-
"@fluidframework/driver-definitions": "2.
|
|
52
|
-
"@fluidframework/driver-utils": "2.
|
|
53
|
-
"@fluidframework/replay-driver": "2.
|
|
50
|
+
"@fluidframework/core-utils": "~2.71.0",
|
|
51
|
+
"@fluidframework/driver-definitions": "~2.71.0",
|
|
52
|
+
"@fluidframework/driver-utils": "~2.71.0",
|
|
53
|
+
"@fluidframework/replay-driver": "~2.71.0",
|
|
54
54
|
"jsonschema": "^1.2.6"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
"@fluid-tools/build-cli": "^0.58.3",
|
|
60
60
|
"@fluidframework/build-common": "^2.0.3",
|
|
61
61
|
"@fluidframework/build-tools": "^0.58.3",
|
|
62
|
-
"@fluidframework/debugger-previous": "npm:@fluidframework/debugger@2.
|
|
63
|
-
"@fluidframework/eslint-config-fluid": "^
|
|
62
|
+
"@fluidframework/debugger-previous": "npm:@fluidframework/debugger@2.70.0",
|
|
63
|
+
"@fluidframework/eslint-config-fluid": "^7.0.0",
|
|
64
64
|
"@microsoft/api-extractor": "7.52.11",
|
|
65
65
|
"@types/node": "^18.19.0",
|
|
66
66
|
"concurrently": "^8.2.1",
|
|
@@ -110,8 +110,8 @@
|
|
|
110
110
|
"ci:build:api-reports:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
|
|
111
111
|
"ci:build:docs": "api-extractor run",
|
|
112
112
|
"clean": "rimraf --glob dist lib {alpha,beta,internal,legacy}.d.ts \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp",
|
|
113
|
-
"eslint": "eslint --format stylish src",
|
|
114
|
-
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
113
|
+
"eslint": "eslint --quiet --format stylish src",
|
|
114
|
+
"eslint:fix": "eslint --quiet --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
115
115
|
"format": "npm run format:biome",
|
|
116
116
|
"format:biome": "biome check . --write",
|
|
117
117
|
"lint": "fluid-build . --task lint",
|