Closed CraigMacomber closed 1 month ago
Metric Name | Baseline Size | Compare Size | Size Diff |
---|---|---|---|
aqueduct.js | 459.93 KB | 459.96 KB | ⯅ +35 Bytes |
azureClient.js | 557.86 KB | 557.91 KB | ⯅ +49 Bytes |
connectionState.js | 680 Bytes | 680 Bytes | ■ No change |
containerRuntime.js | 260.69 KB | 260.7 KB | ⯅ +14 Bytes |
fluidFramework.js | 401 KB | 401.01 KB | ⯅ +14 Bytes |
loader.js | 134.19 KB | 134.2 KB | ⯅ +14 Bytes |
map.js | 42.43 KB | 42.44 KB | ⯅ +7 Bytes |
matrix.js | 146.58 KB | 146.58 KB | ⯅ +7 Bytes |
odspClient.js | 525.21 KB | 525.26 KB | ⯅ +49 Bytes |
odspDriver.js | 97.8 KB | 97.82 KB | ⯅ +21 Bytes |
odspPrefetchSnapshot.js | 42.76 KB | 42.78 KB | ⯅ +14 Bytes |
sharedString.js | 163.3 KB | 163.31 KB | ⯅ +7 Bytes |
sharedTree.js | 391.46 KB | 391.47 KB | ⯅ +7 Bytes |
Total Size | 3.3 MB | 3.3 MB | ⯅ +245 Bytes |
Baseline commit: e64c6a1822672379b44c280a51cbdc68ef6210a9
Generated by :no_entry_sign: dangerJS against a839a23dd4e0caeb616af9645c7aaa3e5be01a6e
Description
We use ~ deps for workspace deps so changes to internal API don't break customers which otherwise could mismatch packages withing a release group from different minor releases.
This corrects the one dep not following this pattern.
Reviewer Guidance
The review process is outlined on this wiki page.