Skip to content

Commit bbe05cc

Browse files
chore(examples): update examples (#3786)
Co-authored-by: Pyroscope Bot <dmitry+bot@pyroscope.io>
1 parent 6223316 commit bbe05cc

File tree

10 files changed

+25
-25
lines changed

10 files changed

+25
-25
lines changed

examples/language-sdk-instrumentation/nodejs/express-pull/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"author": "",
1111
"license": "Apache-2.0",
1212
"dependencies": {
13-
"@pyroscope/nodejs": "v0.4.2",
13+
"@pyroscope/nodejs": "v0.4.3",
1414
"express": "^4.19.2",
1515
"morgan": "^1.10.0"
1616
},

examples/language-sdk-instrumentation/nodejs/express-pull/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@
6666
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
6767
integrity sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==
6868

69-
"@pyroscope/nodejs@v0.4.2":
70-
version "0.4.2"
71-
resolved "https://registry.yarnpkg.com/@pyroscope/nodejs/-/nodejs-0.4.2.tgz#1c61238dd8825aab57f66c7064ed2a9db422dc69"
72-
integrity sha512-qqLJGLfs45enyJPwMoaTc9vakjxYZX/hxBHsD3jUVJEifDIsgVcm2jvqyBTZuiYRBt9O0MYPeSPoNnkUD3mHfQ==
69+
"@pyroscope/nodejs@v0.4.3":
70+
version "0.4.3"
71+
resolved "https://registry.yarnpkg.com/@pyroscope/nodejs/-/nodejs-0.4.3.tgz#9219a9fb0ae23d80313ff29261dd3e41f56cd571"
72+
integrity sha512-RpQ71SnBvMt7RErgCVgQ3wyKnsVQYntWXDNQVOiBujHsgIW20u+o3J9luEcM9IbCdm/Qsa9NV/SvhZevdcALQA==
7373
dependencies:
7474
"@datadog/pprof" "^5.4.1"
7575
axios "^0.28.0"

examples/language-sdk-instrumentation/nodejs/express-ts-inline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "",
1414
"license": "Apache-2.0",
1515
"dependencies": {
16-
"@pyroscope/nodejs": "v0.4.2",
16+
"@pyroscope/nodejs": "v0.4.3",
1717
"axios": "^0.28.0",
1818
"express": "^4.20.0",
1919
"morgan": "^1.10.0",

examples/language-sdk-instrumentation/nodejs/express-ts-inline/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@
6666
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
6767
integrity sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==
6868

69-
"@pyroscope/nodejs@v0.4.2":
70-
version "0.4.2"
71-
resolved "https://registry.yarnpkg.com/@pyroscope/nodejs/-/nodejs-0.4.2.tgz#1c61238dd8825aab57f66c7064ed2a9db422dc69"
72-
integrity sha512-qqLJGLfs45enyJPwMoaTc9vakjxYZX/hxBHsD3jUVJEifDIsgVcm2jvqyBTZuiYRBt9O0MYPeSPoNnkUD3mHfQ==
69+
"@pyroscope/nodejs@v0.4.3":
70+
version "0.4.3"
71+
resolved "https://registry.yarnpkg.com/@pyroscope/nodejs/-/nodejs-0.4.3.tgz#9219a9fb0ae23d80313ff29261dd3e41f56cd571"
72+
integrity sha512-RpQ71SnBvMt7RErgCVgQ3wyKnsVQYntWXDNQVOiBujHsgIW20u+o3J9luEcM9IbCdm/Qsa9NV/SvhZevdcALQA==
7373
dependencies:
7474
"@datadog/pprof" "^5.4.1"
7575
axios "^0.28.0"

examples/language-sdk-instrumentation/nodejs/express-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "",
1414
"license": "Apache-2.0",
1515
"dependencies": {
16-
"@pyroscope/nodejs": "v0.4.2",
16+
"@pyroscope/nodejs": "v0.4.3",
1717
"axios": "^0.28.0",
1818
"express": "^4.19.2",
1919
"morgan": "^1.10.0",

examples/language-sdk-instrumentation/nodejs/express-ts/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@
6666
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
6767
integrity sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==
6868

69-
"@pyroscope/nodejs@v0.4.2":
70-
version "0.4.2"
71-
resolved "https://registry.yarnpkg.com/@pyroscope/nodejs/-/nodejs-0.4.2.tgz#1c61238dd8825aab57f66c7064ed2a9db422dc69"
72-
integrity sha512-qqLJGLfs45enyJPwMoaTc9vakjxYZX/hxBHsD3jUVJEifDIsgVcm2jvqyBTZuiYRBt9O0MYPeSPoNnkUD3mHfQ==
69+
"@pyroscope/nodejs@v0.4.3":
70+
version "0.4.3"
71+
resolved "https://registry.yarnpkg.com/@pyroscope/nodejs/-/nodejs-0.4.3.tgz#9219a9fb0ae23d80313ff29261dd3e41f56cd571"
72+
integrity sha512-RpQ71SnBvMt7RErgCVgQ3wyKnsVQYntWXDNQVOiBujHsgIW20u+o3J9luEcM9IbCdm/Qsa9NV/SvhZevdcALQA==
7373
dependencies:
7474
"@datadog/pprof" "^5.4.1"
7575
axios "^0.28.0"

examples/language-sdk-instrumentation/nodejs/express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "",
1414
"license": "Apache-2.0",
1515
"dependencies": {
16-
"@pyroscope/nodejs": "v0.4.2",
16+
"@pyroscope/nodejs": "v0.4.3",
1717
"express": "^4.19.2",
1818
"morgan": "^1.10.0"
1919
},

examples/language-sdk-instrumentation/nodejs/express/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@
6666
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
6767
integrity sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==
6868

69-
"@pyroscope/nodejs@v0.4.2":
70-
version "0.4.2"
71-
resolved "https://registry.yarnpkg.com/@pyroscope/nodejs/-/nodejs-0.4.2.tgz#1c61238dd8825aab57f66c7064ed2a9db422dc69"
72-
integrity sha512-qqLJGLfs45enyJPwMoaTc9vakjxYZX/hxBHsD3jUVJEifDIsgVcm2jvqyBTZuiYRBt9O0MYPeSPoNnkUD3mHfQ==
69+
"@pyroscope/nodejs@v0.4.3":
70+
version "0.4.3"
71+
resolved "https://registry.yarnpkg.com/@pyroscope/nodejs/-/nodejs-0.4.3.tgz#9219a9fb0ae23d80313ff29261dd3e41f56cd571"
72+
integrity sha512-RpQ71SnBvMt7RErgCVgQ3wyKnsVQYntWXDNQVOiBujHsgIW20u+o3J9luEcM9IbCdm/Qsa9NV/SvhZevdcALQA==
7373
dependencies:
7474
"@datadog/pprof" "^5.4.1"
7575
axios "^0.28.0"

examples/language-sdk-instrumentation/nodejs/tinyhttp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "",
1515
"license": "Apache-2.0",
1616
"dependencies": {
17-
"@pyroscope/nodejs": "v0.4.2",
17+
"@pyroscope/nodejs": "v0.4.3",
1818
"@tinyhttp/app": "^2.4.0",
1919
"@tinyhttp/logger": "^2.0.0"
2020
}

examples/language-sdk-instrumentation/nodejs/tinyhttp/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
pprof-format "^2.1.0"
1414
source-map "^0.7.4"
1515

16-
"@pyroscope/nodejs@v0.4.2":
17-
version "0.4.2"
18-
resolved "https://registry.yarnpkg.com/@pyroscope/nodejs/-/nodejs-0.4.2.tgz#1c61238dd8825aab57f66c7064ed2a9db422dc69"
19-
integrity sha512-qqLJGLfs45enyJPwMoaTc9vakjxYZX/hxBHsD3jUVJEifDIsgVcm2jvqyBTZuiYRBt9O0MYPeSPoNnkUD3mHfQ==
16+
"@pyroscope/nodejs@v0.4.3":
17+
version "0.4.3"
18+
resolved "https://registry.yarnpkg.com/@pyroscope/nodejs/-/nodejs-0.4.3.tgz#9219a9fb0ae23d80313ff29261dd3e41f56cd571"
19+
integrity sha512-RpQ71SnBvMt7RErgCVgQ3wyKnsVQYntWXDNQVOiBujHsgIW20u+o3J9luEcM9IbCdm/Qsa9NV/SvhZevdcALQA==
2020
dependencies:
2121
"@datadog/pprof" "^5.4.1"
2222
axios "^0.28.0"

0 commit comments

Comments
 (0)