Skip to content

Commit

Permalink
fix: report tracker name (#119)
Browse files Browse the repository at this point in the history
* fix: report tracker name

Signed-off-by: xsahxl <[email protected]>

* version:0.1.65

Signed-off-by: xsahxl <[email protected]>

---------

Signed-off-by: xsahxl <[email protected]>
  • Loading branch information
xsahxl authored Oct 23, 2023
1 parent bb02f4c commit 804d914
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serverless-devs/core",
"version": "0.1.64",
"version": "0.1.65",
"description": "Serverless Devs Tool Core Component",
"keywords": [
"Serverless",
Expand Down
2 changes: 1 addition & 1 deletion publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: #标签详情
Expand Down
2 changes: 1 addition & 1 deletion src/daemon/constant.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
DEFAULT_CORE_VERSION: '0.1.64',
DEFAULT_CORE_VERSION: '0.1.65',
};
1 change: 1 addition & 0 deletions src/libs/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
}

0 comments on commit 804d914

Please sign in to comment.