@parca/profile 0.19.89 → 0.19.91
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/dist/utils.d.ts.map +1 -1
- package/dist/utils.js +1 -1
- package/package.json +7 -7
- package/src/utils.ts +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.19.91](https://github.com/parca-dev/parca/compare/@parca/profile@0.19.90...@parca/profile@0.19.91) (2025-12-04)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @parca/profile
|
|
9
|
+
|
|
10
|
+
## [0.19.90](https://github.com/parca-dev/parca/compare/@parca/profile@0.19.89...@parca/profile@0.19.90) (2025-12-03)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @parca/profile
|
|
13
|
+
|
|
6
14
|
## [0.19.89](https://github.com/parca-dev/parca/compare/@parca/profile@0.19.88...@parca/profile@0.19.89) (2025-12-03)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @parca/profile
|
package/dist/utils.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../src/utils.ts"],"names":[],"mappings":"AAaA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,0BAA0B,CAAC;AAE1D,OAAO,EAAC,YAAY,EAA2B,kBAAkB,EAAC,MAAM,eAAe,CAAC;AAExF,eAAO,MAAM,aAAa,GAAI,UAAU,MAAM,KAAG,MAKhD,CAAC;AAEF,eAAO,MAAM,aAAa,GACxB,SAAS,YAAY,EACrB,aAAa,kBAAkB,EAC/B,UAAU,WAAW,KACpB,OAAO,CAAC,IAAI,
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../src/utils.ts"],"names":[],"mappings":"AAaA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,0BAA0B,CAAC;AAE1D,OAAO,EAAC,YAAY,EAA2B,kBAAkB,EAAC,MAAM,eAAe,CAAC;AAExF,eAAO,MAAM,aAAa,GAAI,UAAU,MAAM,KAAG,MAKhD,CAAC;AAEF,eAAO,MAAM,aAAa,GACxB,SAAS,YAAY,EACrB,aAAa,kBAAkB,EAC/B,UAAU,WAAW,KACpB,OAAO,CAAC,IAAI,CAiBd,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,KAAK,MAAM,EAAE,KAAK,MAAM,KAAG,MAMzD,CAAC;AAEF,eAAO,MAAM,qBAAqB,GAAI,KAAK,MAAM,EAAE,KAAK,MAAM,KAAG,MAMhE,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;AACzC,MAAM,MAAM,SAAS,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC"}
|
package/dist/utils.js
CHANGED
|
@@ -26,7 +26,7 @@ export const downloadPprof = async (request, queryClient, metadata) => {
|
|
|
26
26
|
if (response.report.oneofKind !== 'pprof') {
|
|
27
27
|
throw new Error(`Expected pprof report, got: ${response.report.oneofKind !== undefined ? response.report.oneofKind : 'undefined'}`);
|
|
28
28
|
}
|
|
29
|
-
const blob = new Blob([response.report.pprof], { type: 'application/octet-stream' });
|
|
29
|
+
const blob = new Blob([response.report.pprof.slice()], { type: 'application/octet-stream' });
|
|
30
30
|
return blob;
|
|
31
31
|
};
|
|
32
32
|
export const truncateString = (str, num) => {
|
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@parca/profile",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.91",
|
|
4
4
|
"description": "Profile viewing libraries",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@floating-ui/react": "^0.27.12",
|
|
7
7
|
"@headlessui/react": "^1.7.19",
|
|
8
8
|
"@iconify/react": "^4.0.0",
|
|
9
|
-
"@parca/client": "0.17.
|
|
10
|
-
"@parca/components": "0.16.
|
|
9
|
+
"@parca/client": "0.17.11",
|
|
10
|
+
"@parca/components": "0.16.386",
|
|
11
11
|
"@parca/dynamicsize": "0.16.67",
|
|
12
|
-
"@parca/hooks": "0.0.
|
|
12
|
+
"@parca/hooks": "0.0.111",
|
|
13
13
|
"@parca/icons": "0.16.74",
|
|
14
14
|
"@parca/parser": "0.16.81",
|
|
15
|
-
"@parca/store": "0.16.
|
|
15
|
+
"@parca/store": "0.16.194",
|
|
16
16
|
"@parca/test-utils": "0.0.17",
|
|
17
|
-
"@parca/utilities": "0.0.
|
|
17
|
+
"@parca/utilities": "0.0.117",
|
|
18
18
|
"@popperjs/core": "^2.11.8",
|
|
19
19
|
"@protobuf-ts/runtime-rpc": "^2.5.0",
|
|
20
20
|
"@storybook/preview-api": "^8.4.3",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"access": "public",
|
|
80
80
|
"registry": "https://registry.npmjs.org/"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "bb4193982565e02cb8abc264d904a540d76a4d85"
|
|
83
83
|
}
|
package/src/utils.ts
CHANGED
|
@@ -40,7 +40,8 @@ export const downloadPprof = async (
|
|
|
40
40
|
}`
|
|
41
41
|
);
|
|
42
42
|
}
|
|
43
|
-
const blob = new Blob([response.report.pprof], {type: 'application/octet-stream'});
|
|
43
|
+
const blob = new Blob([response.report.pprof.slice()], {type: 'application/octet-stream'});
|
|
44
|
+
|
|
44
45
|
return blob;
|
|
45
46
|
};
|
|
46
47
|
|