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

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarchaud committed Dec 22, 2019
1 parent 6020901 commit a809899
Show file tree
Hide file tree
Showing 14 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packages": [
"packages/*"
],
"version": "0.1.0",
"version": "0.2.0",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/openprofiling-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openprofiling/core",
"version": "0.1.0",
"version": "0.2.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"repository": "openprofiling/openprofiling-node",
Expand Down
4 changes: 2 additions & 2 deletions packages/openprofiling-exporter-file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openprofiling/exporter-file",
"version": "0.1.1",
"version": "0.2.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"repository": "openprofiling/openprofiling-node",
Expand Down Expand Up @@ -58,7 +58,7 @@
"typescript": "^3.7.4"
},
"dependencies": {
"@openprofiling/core": "^0.1.0"
"@openprofiling/core": "^0.2.0"
},
"gitHead": "af672673dec8a0ce585943651048a50fa5d84f82"
}
4 changes: 2 additions & 2 deletions packages/openprofiling-exporter-gcs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openprofiling/exporter-gcs",
"version": "0.1.0",
"version": "0.2.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"repository": "openprofiling/openprofiling-node",
Expand Down Expand Up @@ -59,6 +59,6 @@
},
"dependencies": {
"@google-cloud/storage": "^4.1.3",
"@openprofiling/core": "^0.1.0"
"@openprofiling/core": "^0.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/openprofiling-exporter-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openprofiling/exporter-s3",
"version": "0.1.1",
"version": "0.2.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"repository": "openprofiling/openprofiling-node",
Expand Down Expand Up @@ -58,7 +58,7 @@
"typescript": "^3.7.4"
},
"dependencies": {
"@openprofiling/core": "^0.1.0",
"@openprofiling/core": "^0.2.0",
"@smcloudstore/generic-s3": "^0.2.0",
"smcloudstore": "^0.2.1"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/openprofiling-gateway-ws-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openprofiling/gateway-ws-client",
"version": "0.1.0",
"version": "0.2.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"repository": "openprofiling/openprofiling-node",
Expand Down Expand Up @@ -59,12 +59,12 @@
"typescript": "^3.7.4"
},
"dependencies": {
"@openprofiling/core": "^0.1.0",
"@openprofiling/gateway-ws": "^0.1.0",
"@openprofiling/inspector-cpu-profiler": "^0.1.0",
"@openprofiling/inspector-heap-profiler": "^0.1.0",
"@openprofiling/inspector-heapsnapshot": "^0.1.0",
"@openprofiling/inspector-trace-events": "^0.1.0",
"@openprofiling/core": "^0.2.0",
"@openprofiling/gateway-ws": "^0.2.0",
"@openprofiling/inspector-cpu-profiler": "^0.2.0",
"@openprofiling/inspector-heap-profiler": "^0.2.0",
"@openprofiling/inspector-heapsnapshot": "^0.2.0",
"@openprofiling/inspector-trace-events": "^0.2.0",
"ws": "^7.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/openprofiling-gateway-ws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openprofiling/gateway-ws",
"version": "0.1.0",
"version": "0.2.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"repository": "openprofiling/openprofiling-node",
Expand Down Expand Up @@ -59,7 +59,7 @@
"typescript": "^3.7.4"
},
"dependencies": {
"@openprofiling/core": "^0.1.0",
"@openprofiling/core": "^0.2.0",
"ws": "^7.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/openprofiling-inspector-cpu-profiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openprofiling/inspector-cpu-profiler",
"version": "0.1.0",
"version": "0.2.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"repository": "openprofiling/openprofiling-node",
Expand Down Expand Up @@ -58,7 +58,7 @@
"typescript": "^3.7.4"
},
"dependencies": {
"@openprofiling/core": "^0.1.0"
"@openprofiling/core": "^0.2.0"
},
"gitHead": "af672673dec8a0ce585943651048a50fa5d84f82"
}
4 changes: 2 additions & 2 deletions packages/openprofiling-inspector-heap-profiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openprofiling/inspector-heap-profiler",
"version": "0.1.0",
"version": "0.2.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"repository": "openprofiling/openprofiling-node",
Expand Down Expand Up @@ -58,7 +58,7 @@
"typescript": "^3.7.4"
},
"dependencies": {
"@openprofiling/core": "^0.1.0"
"@openprofiling/core": "^0.2.0"
},
"gitHead": "af672673dec8a0ce585943651048a50fa5d84f82"
}
4 changes: 2 additions & 2 deletions packages/openprofiling-inspector-heapsnapshot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openprofiling/inspector-heapsnapshot",
"version": "0.1.0",
"version": "0.2.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"repository": "openprofiling/openprofiling-node",
Expand Down Expand Up @@ -59,7 +59,7 @@
"typescript": "^3.7.4"
},
"dependencies": {
"@openprofiling/core": "^0.1.0"
"@openprofiling/core": "^0.2.0"
},
"gitHead": "af672673dec8a0ce585943651048a50fa5d84f82"
}
4 changes: 2 additions & 2 deletions packages/openprofiling-inspector-trace-events/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openprofiling/inspector-trace-events",
"version": "0.1.0",
"version": "0.2.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"repository": "openprofiling/openprofiling-node",
Expand Down Expand Up @@ -60,7 +60,7 @@
"typescript": "^3.7.4"
},
"dependencies": {
"@openprofiling/core": "^0.1.0"
"@openprofiling/core": "^0.2.0"
},
"gitHead": "af672673dec8a0ce585943651048a50fa5d84f82"
}
4 changes: 2 additions & 2 deletions packages/openprofiling-nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openprofiling/nodejs",
"version": "0.1.0",
"version": "0.2.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"repository": "openprofiling/openprofiling-node",
Expand Down Expand Up @@ -49,7 +49,7 @@
"all": true
},
"dependencies": {
"@openprofiling/core": "^0.1.0"
"@openprofiling/core": "^0.2.0"
},
"devDependencies": {
"codecov": "^3.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/openprofiling-trigger-http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openprofiling/trigger-http",
"version": "0.1.0",
"version": "0.2.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"repository": "openprofiling/openprofiling-node",
Expand Down Expand Up @@ -58,7 +58,7 @@
"typescript": "^3.7.4"
},
"dependencies": {
"@openprofiling/core": "^0.1.0"
"@openprofiling/core": "^0.2.0"
},
"gitHead": "af672673dec8a0ce585943651048a50fa5d84f82"
}
4 changes: 2 additions & 2 deletions packages/openprofiling-trigger-signal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openprofiling/trigger-signal",
"version": "0.1.0",
"version": "0.2.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"repository": "openprofiling/openprofiling-node",
Expand Down Expand Up @@ -58,7 +58,7 @@
"typescript": "^3.7.4"
},
"dependencies": {
"@openprofiling/core": "^0.1.0"
"@openprofiling/core": "^0.2.0"
},
"gitHead": "af672673dec8a0ce585943651048a50fa5d84f82"
}

0 comments on commit a809899

Please sign in to comment.