@fluidframework/debugger 2.13.0 → 2.21.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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @fluidframework/debugger
2
2
 
3
+ ## 2.21.0
4
+
5
+ Dependency updates only.
6
+
7
+ ## 2.20.0
8
+
9
+ Dependency updates only.
10
+
3
11
  ## 2.13.0
4
12
 
5
13
  Dependency updates only.
package/dist/package.json CHANGED
@@ -1,3 +1,4 @@
1
1
  {
2
- "type": "commonjs"
2
+ "type": "commonjs",
3
+ "sideEffects": false
3
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/debugger",
3
- "version": "2.13.0",
3
+ "version": "2.21.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.13.0",
51
- "@fluidframework/driver-definitions": "~2.13.0",
52
- "@fluidframework/driver-utils": "~2.13.0",
53
- "@fluidframework/replay-driver": "~2.13.0",
50
+ "@fluidframework/core-utils": "~2.21.0",
51
+ "@fluidframework/driver-definitions": "~2.21.0",
52
+ "@fluidframework/driver-utils": "~2.21.0",
53
+ "@fluidframework/replay-driver": "~2.21.0",
54
54
  "jsonschema": "^1.2.6"
55
55
  },
56
56
  "devDependencies": {
@@ -59,8 +59,8 @@
59
59
  "@fluid-tools/build-cli": "^0.51.0",
60
60
  "@fluidframework/build-common": "^2.0.3",
61
61
  "@fluidframework/build-tools": "^0.51.0",
62
- "@fluidframework/debugger-previous": "npm:@fluidframework/debugger@2.12.0",
63
- "@fluidframework/eslint-config-fluid": "^5.6.0",
62
+ "@fluidframework/debugger-previous": "npm:@fluidframework/debugger@2.20.0",
63
+ "@fluidframework/eslint-config-fluid": "^5.7.3",
64
64
  "@microsoft/api-extractor": "7.47.8",
65
65
  "@types/node": "^18.19.0",
66
66
  "concurrently": "^8.2.1",
@@ -111,7 +111,7 @@
111
111
  "ci:build:api-reports:current": "api-extractor run --config api-extractor/api-extractor.current.json",
112
112
  "ci:build:api-reports:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
113
113
  "ci:build:docs": "api-extractor run",
114
- "clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp",
114
+ "clean": "rimraf --glob dist lib {alpha,beta,internal,legacy}.d.ts \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp",
115
115
  "eslint": "eslint --format stylish src",
116
116
  "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
117
117
  "format": "npm run format:biome",