fix: canary assist

This commit is contained in:
Sebastian Rindom
2021-08-05 12:30:57 +02:00
parent cfe19f7f9d
commit b988b67118
3 changed files with 9 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa-cli",
"version": "1.1.14",
"version": "1.1.15-alpha.5+cfe19f7f",
"description": "Command Line interface for Medusa Commerce",
"main": "dist/index.js",
"bin": {
@@ -52,7 +52,7 @@
"joi-objectid": "^3.0.1",
"meant": "^1.0.1",
"medusa-core-utils": "^0.1.27",
"medusa-telemetry": "^0.0.1",
"medusa-telemetry": "^0.0.2-alpha.1074+cfe19f7f",
"netrc-parser": "^3.1.6",
"open": "^8.0.6",
"ora": "^5.4.1",
@@ -66,5 +66,5 @@
"winston": "^3.3.3",
"yargs": "^15.3.1"
},
"gitHead": "db9d6c0cf55ff60a90415b16bc7582cc4795768f"
"gitHead": "cfe19f7f9d3bb17425348362b148a0b4b7a649ef"
}

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-telemetry",
"version": "0.0.1",
"version": "0.0.2-alpha.1074+cfe19f7f",
"description": "Telemetry for Medusa",
"main": "dist/index.js",
"repository": {
@@ -42,5 +42,6 @@
"is-docker": "^2.2.1",
"remove-trailing-slash": "^0.1.1",
"uuid": "^8.3.2"
}
},
"gitHead": "cfe19f7f9d3bb17425348362b148a0b4b7a649ef"
}

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa",
"version": "1.1.33",
"version": "1.1.34-alpha.5+cfe19f7f",
"description": "E-commerce for JAMstack",
"main": "dist/index.js",
"bin": {
@@ -44,7 +44,7 @@
},
"dependencies": {
"@hapi/joi": "^16.1.8",
"@medusajs/medusa-cli": "^1.1.14",
"@medusajs/medusa-cli": "^1.1.15-alpha.5+cfe19f7f",
"@types/lodash": "^4.14.168",
"awilix": "^4.2.3",
"body-parser": "^1.19.0",
@@ -82,5 +82,5 @@
"uuid": "^8.3.1",
"winston": "^3.2.1"
},
"gitHead": "db9d6c0cf55ff60a90415b16bc7582cc4795768f"
"gitHead": "cfe19f7f9d3bb17425348362b148a0b4b7a649ef"
}