From 804d914d2e0606e0a5d490ba0ec64a165b62b74d Mon Sep 17 00:00:00 2001 From: xsahxl Date: Mon, 23 Oct 2023 13:58:45 +0800 Subject: [PATCH] fix: report tracker name (#119) * fix: report tracker name Signed-off-by: xsahxl * version:0.1.65 Signed-off-by: xsahxl --------- Signed-off-by: xsahxl --- package.json | 2 +- publish.yaml | 2 +- src/daemon/constant.js | 2 +- src/libs/utils.ts | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6f0d468..5fb0687 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@serverless-devs/core", - "version": "0.1.64", + "version": "0.1.65", "description": "Serverless Devs Tool Core Component", "keywords": [ "Serverless", diff --git a/publish.yaml b/publish.yaml index aad7d65..2dbe83d 100644 --- a/publish.yaml +++ b/publish.yaml @@ -2,7 +2,7 @@ Type: Component Name: core Provider: - 阿里云 -Version: 0.1.64 +Version: 0.1.65 Description: Serverless Devs 核心组件 HomePage: https://github.com/Serverless-Devs/core Tags: #标签详情 diff --git a/src/daemon/constant.js b/src/daemon/constant.js index c630850..28d7240 100644 --- a/src/daemon/constant.js +++ b/src/daemon/constant.js @@ -1,3 +1,3 @@ module.exports = { - DEFAULT_CORE_VERSION: '0.1.64', + DEFAULT_CORE_VERSION: '0.1.65', }; diff --git a/src/libs/utils.ts b/src/libs/utils.ts index b02ff12..2073b42 100644 --- a/src/libs/utils.ts +++ b/src/libs/utils.ts @@ -127,5 +127,6 @@ export const getCommonDaemonEnv = () => { CLI_VERSION: process.env.CLI_VERSION, SERVERLESS_CD_ENDPOINT: process.env.SERVERLESS_CD_ENDPOINT, JWT_TOKEN: process.env.JWT_TOKEN, + serverless_devs_temp_argv: process.env.serverless_devs_temp_argv, } } \ No newline at end of file