Skip to content
This repository was archived by the owner on Apr 27, 2023. It is now read-only.

Commit 14dcf08

Browse files
committed
points the the latest version
1 parent b60e449 commit 14dcf08

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ e2e-results/
3030
# Editors
3131
.idea
3232

33+
src/flamegraphComponent.js

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.1",
44
"description": "Pyroscope plugin for grafana",
55
"scripts": {
6-
"build-flamegraph": "cd node_modules/pyroscope && yarn && make build-panel && cp webapp/public/assets/flamegraphComponent.js ../../src/flamegraphComponent.js",
6+
"build-flamegraph": "rm ../../src/flamegraphComponent.js ; cd node_modules/pyroscope && pwd && yarn && make build-panel && cp webapp/public/assets/flamegraphComponent.js ../../src/flamegraphComponent.js",
77
"build": "yarn build-flamegraph && grafana-toolkit plugin:build",
88
"test": "yarn build-flamegraph && grafana-toolkit plugin:test",
99
"dev": "yarn build-flamegraph && grafana-toolkit plugin:dev",
@@ -23,6 +23,6 @@
2323
"node": ">=14"
2424
},
2525
"dependencies": {
26-
"pyroscope": "git+https://github.com/pyroscope-io/pyroscope.git#709bb8b"
26+
"pyroscope": "git+https://github.com/pyroscope-io/pyroscope.git#133b35b"
2727
}
2828
}

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"baseUrl": "./src",
77
"noImplicitAny": false,
88
"noUnusedLocals": false,
9-
"allowJs": true,
109
"typeRoots": ["./node_modules/@types"]
1110
}
1211
}

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11303,9 +11303,9 @@ [email protected]:
1130311303
rimraf "^2.6.1"
1130411304
ws "^6.1.0"
1130511305

11306-
"pyroscope@git+https://github.com/pyroscope-io/pyroscope.git#709bb8b":
11306+
"pyroscope@git+https://github.com/pyroscope-io/pyroscope.git#133b35b":
1130711307
version "0.0.39"
11308-
resolved "git+https://github.com/pyroscope-io/pyroscope.git#709bb8b4d8950864358bbff14a5194dc395335c3"
11308+
resolved "git+https://github.com/pyroscope-io/pyroscope.git#133b35bd4256b9708e40b41e49965492f42e0e79"
1130911309
dependencies:
1131011310
"@babel/preset-env" "^7.10.4"
1131111311
"@fortawesome/fontawesome-free" "^5.14.0"

0 commit comments

Comments
 (0)