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

Commit a809899

Browse files
committed
v0.2.0
1 parent 6020901 commit a809899

File tree

14 files changed

+31
-31
lines changed

14 files changed

+31
-31
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "0.1.0",
6+
"version": "0.2.0",
77
"npmClient": "yarn"
88
}

packages/openprofiling-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openprofiling/core",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"main": "build/index.js",
55
"types": "build/index.d.ts",
66
"repository": "openprofiling/openprofiling-node",

packages/openprofiling-exporter-file/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openprofiling/exporter-file",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"main": "build/index.js",
55
"types": "build/index.d.ts",
66
"repository": "openprofiling/openprofiling-node",
@@ -58,7 +58,7 @@
5858
"typescript": "^3.7.4"
5959
},
6060
"dependencies": {
61-
"@openprofiling/core": "^0.1.0"
61+
"@openprofiling/core": "^0.2.0"
6262
},
6363
"gitHead": "af672673dec8a0ce585943651048a50fa5d84f82"
6464
}

packages/openprofiling-exporter-gcs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openprofiling/exporter-gcs",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"main": "build/index.js",
55
"types": "build/index.d.ts",
66
"repository": "openprofiling/openprofiling-node",
@@ -59,6 +59,6 @@
5959
},
6060
"dependencies": {
6161
"@google-cloud/storage": "^4.1.3",
62-
"@openprofiling/core": "^0.1.0"
62+
"@openprofiling/core": "^0.2.0"
6363
}
6464
}

packages/openprofiling-exporter-s3/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openprofiling/exporter-s3",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"main": "build/index.js",
55
"types": "build/index.d.ts",
66
"repository": "openprofiling/openprofiling-node",
@@ -58,7 +58,7 @@
5858
"typescript": "^3.7.4"
5959
},
6060
"dependencies": {
61-
"@openprofiling/core": "^0.1.0",
61+
"@openprofiling/core": "^0.2.0",
6262
"@smcloudstore/generic-s3": "^0.2.0",
6363
"smcloudstore": "^0.2.1"
6464
},

packages/openprofiling-gateway-ws-client/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openprofiling/gateway-ws-client",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"main": "build/index.js",
55
"types": "build/index.d.ts",
66
"repository": "openprofiling/openprofiling-node",
@@ -59,12 +59,12 @@
5959
"typescript": "^3.7.4"
6060
},
6161
"dependencies": {
62-
"@openprofiling/core": "^0.1.0",
63-
"@openprofiling/gateway-ws": "^0.1.0",
64-
"@openprofiling/inspector-cpu-profiler": "^0.1.0",
65-
"@openprofiling/inspector-heap-profiler": "^0.1.0",
66-
"@openprofiling/inspector-heapsnapshot": "^0.1.0",
67-
"@openprofiling/inspector-trace-events": "^0.1.0",
62+
"@openprofiling/core": "^0.2.0",
63+
"@openprofiling/gateway-ws": "^0.2.0",
64+
"@openprofiling/inspector-cpu-profiler": "^0.2.0",
65+
"@openprofiling/inspector-heap-profiler": "^0.2.0",
66+
"@openprofiling/inspector-heapsnapshot": "^0.2.0",
67+
"@openprofiling/inspector-trace-events": "^0.2.0",
6868
"ws": "^7.1.0"
6969
}
7070
}

packages/openprofiling-gateway-ws/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openprofiling/gateway-ws",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"main": "build/index.js",
55
"types": "build/index.d.ts",
66
"repository": "openprofiling/openprofiling-node",
@@ -59,7 +59,7 @@
5959
"typescript": "^3.7.4"
6060
},
6161
"dependencies": {
62-
"@openprofiling/core": "^0.1.0",
62+
"@openprofiling/core": "^0.2.0",
6363
"ws": "^7.1.0"
6464
}
6565
}

packages/openprofiling-inspector-cpu-profiler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openprofiling/inspector-cpu-profiler",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"main": "build/index.js",
55
"types": "build/index.d.ts",
66
"repository": "openprofiling/openprofiling-node",
@@ -58,7 +58,7 @@
5858
"typescript": "^3.7.4"
5959
},
6060
"dependencies": {
61-
"@openprofiling/core": "^0.1.0"
61+
"@openprofiling/core": "^0.2.0"
6262
},
6363
"gitHead": "af672673dec8a0ce585943651048a50fa5d84f82"
6464
}

packages/openprofiling-inspector-heap-profiler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openprofiling/inspector-heap-profiler",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"main": "build/index.js",
55
"types": "build/index.d.ts",
66
"repository": "openprofiling/openprofiling-node",
@@ -58,7 +58,7 @@
5858
"typescript": "^3.7.4"
5959
},
6060
"dependencies": {
61-
"@openprofiling/core": "^0.1.0"
61+
"@openprofiling/core": "^0.2.0"
6262
},
6363
"gitHead": "af672673dec8a0ce585943651048a50fa5d84f82"
6464
}

packages/openprofiling-inspector-heapsnapshot/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openprofiling/inspector-heapsnapshot",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"main": "build/index.js",
55
"types": "build/index.d.ts",
66
"repository": "openprofiling/openprofiling-node",
@@ -59,7 +59,7 @@
5959
"typescript": "^3.7.4"
6060
},
6161
"dependencies": {
62-
"@openprofiling/core": "^0.1.0"
62+
"@openprofiling/core": "^0.2.0"
6363
},
6464
"gitHead": "af672673dec8a0ce585943651048a50fa5d84f82"
6565
}

0 commit comments

Comments
 (0)