@parca/profile 0.16.393 → 0.16.394

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
@@ -3,6 +3,10 @@
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.16.394](https://github.com/parca-dev/parca/compare/@parca/profile@0.16.393...@parca/profile@0.16.394) (2024-06-27)
7
+
8
+ **Note:** Version bump only for package @parca/profile
9
+
6
10
  ## [0.16.393](https://github.com/parca-dev/parca/compare/@parca/profile@0.16.392...@parca/profile@0.16.393) (2024-06-27)
7
11
 
8
12
  **Note:** Version bump only for package @parca/profile
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@parca/profile",
3
- "version": "0.16.393",
3
+ "version": "0.16.394",
4
4
  "description": "Profile viewing libraries",
5
5
  "dependencies": {
6
6
  "@headlessui/react": "^1.7.19",
7
7
  "@iconify/react": "^4.0.0",
8
8
  "@parca/client": "0.16.118",
9
- "@parca/components": "0.16.285",
9
+ "@parca/components": "0.16.286",
10
10
  "@parca/dynamicsize": "0.16.65",
11
- "@parca/hooks": "0.0.61",
12
- "@parca/icons": "0.16.69",
13
- "@parca/parser": "0.16.75",
14
- "@parca/store": "0.16.150",
15
- "@parca/utilities": "0.0.78",
11
+ "@parca/hooks": "0.0.62",
12
+ "@parca/icons": "0.16.70",
13
+ "@parca/parser": "0.16.76",
14
+ "@parca/store": "0.16.151",
15
+ "@parca/utilities": "0.0.79",
16
16
  "@popperjs/core": "^2.11.8",
17
17
  "@protobuf-ts/runtime-rpc": "^2.5.0",
18
18
  "@tanstack/react-query": "^4.0.5",
@@ -73,5 +73,5 @@
73
73
  "access": "public",
74
74
  "registry": "https://registry.npmjs.org/"
75
75
  },
76
- "gitHead": "6c04fc4c249509a65e48a0a9273c28c1c1c41b62"
76
+ "gitHead": "e31e7af178ad704e179dd20f52ef093b79f7059b"
77
77
  }
@@ -11,6 +11,8 @@
11
11
  // See the License for the specific language governing permissions and
12
12
  // limitations under the License.
13
13
 
14
+ import {expect, test} from 'vitest';
15
+
14
16
  import {SuffixParams} from '../ProfileSource';
15
17
 
16
18
  test('prefixes keys', () => {