This repository was archived by the owner on Jan 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 14 files changed +31
-31
lines changed
openprofiling-exporter-file
openprofiling-exporter-gcs
openprofiling-exporter-s3
openprofiling-gateway-ws-client
openprofiling-inspector-cpu-profiler
openprofiling-inspector-heap-profiler
openprofiling-inspector-heapsnapshot
openprofiling-inspector-trace-events
openprofiling-trigger-http
openprofiling-trigger-signal Expand file tree Collapse file tree 14 files changed +31
-31
lines changed Original file line number Diff line number Diff line change 33 "packages" : [
44 " packages/*"
55 ],
6- "version" : " 0.1 .0" ,
6+ "version" : " 0.2 .0" ,
77 "npmClient" : " yarn"
88}
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
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}
Original file line number Diff line number Diff line change 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" ,
5959 },
6060 "dependencies" : {
6161 "@google-cloud/storage" : " ^4.1.3" ,
62- "@openprofiling/core" : " ^0.1 .0"
62+ "@openprofiling/core" : " ^0.2 .0"
6363 }
6464}
Original file line number Diff line number Diff line change 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" ,
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 },
Original file line number Diff line number Diff line change 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" ,
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}
Original file line number Diff line number Diff line change 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" ,
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}
Original file line number Diff line number Diff line change 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" ,
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}
Original file line number Diff line number Diff line change 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" ,
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}
Original file line number Diff line number Diff line change 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" ,
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}
You can’t perform that action at this time.
0 commit comments