Skip to content

Commit e784ba6

Browse files
author
heimanba
committed
chore: 🤖 update nodejs demo version
1 parent eb5992b commit e784ba6

File tree

18 files changed

+51
-97
lines changed

18 files changed

+51
-97
lines changed

update.list

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
web-framework/nginx
1+
web-framework/nodejs/egg
2+
web-framework/nodejs/express
3+
web-framework/nodejs/koa
4+
web-framework/nodejs/midway-koa
5+
web-framework/nodejs/nest
6+
web-framework/nodejs/next
7+
web-framework/nodejs/nuxt-ssr

web-framework/nodejs/egg/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Application
22
Name: start-egg
33
Provider:
44
- 阿里云
5-
Version: 1.2.20
5+
Version: 1.2.21
66
Description: 为企业级框架和应用而生(部署到Custom运行时)
77
HomePage: https://github.com/devsapp/start-web-framework
88
Tags:

web-framework/nodejs/egg/src/s.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,15 @@ name: web-framework-app
1919
# access 是当前应用所需要的密钥信息配置:
2020
# 密钥配置可以参考:https://www.serverless-devs.com/serverless-devs/command/config
2121
# 密钥使用顺序可以参考:https://www.serverless-devs.com/serverless-devs/tool#密钥使用顺序与规范
22-
access: "fc-console-access"
22+
access: "{{ access }}"
2323

2424
vars: # 全局变量
25-
region: "cn-hangzhou"
26-
functionName: "egg"
25+
region: "{{ region }}"
26+
functionName: "{{ functionName }}"
2727
service:
28-
name: "web-framework-demo"
28+
name: "{{ serviceName }}"
2929
description: 'Serverless Devs Web Framework Service'
3030

31-
3231
services:
3332
framework: # 业务名称/模块名称
3433
# 如果只想针对 framework 下面的业务进行相关操作,可以在命令行中加上 framework,例如:

web-framework/nodejs/express/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Application
22
Name: start-express
33
Provider:
44
- 阿里云
5-
Version: 1.2.20
5+
Version: 1.2.21
66
Description: 基于 Node.js 平台,快速、开放、极简的 Web 开发框架(部署到Custom运行时)
77
HomePage: https://github.com/devsapp/start-web-framework
88
Tags:

web-framework/nodejs/express/src/s.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ name: web-framework-app
1919
# access 是当前应用所需要的密钥信息配置:
2020
# 密钥配置可以参考:https://www.serverless-devs.com/serverless-devs/command/config
2121
# 密钥使用顺序可以参考:https://www.serverless-devs.com/serverless-devs/tool#密钥使用顺序与规范
22-
access: "fc-console-access"
22+
access: "{{ access }}"
2323

2424
vars: # 全局变量
25-
region: "cn-hangzhou"
26-
functionName: "express"
25+
region: "{{ region }}"
26+
functionName: "{{ functionName }}"
2727
service:
28-
name: "web-framework-demo"
28+
name: "{{ serviceName }}"
2929
description: 'Serverless Devs Web Framework Service'
30-
30+
3131
services:
3232
framework: # 业务名称/模块名称
3333
# 如果只想针对 framework 下面的业务进行相关操作,可以在命令行中加上 framework,例如:

web-framework/nodejs/hapi/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Application
22
Name: start-hapi
33
Provider:
44
- 阿里云
5-
Version: 1.2.21
5+
Version: 1.2.22
66
Description: HapiJS是一个开源的、基于Node.js的应用框架,它适用于构建应用程序和服务,其设计目标是让开发者把精力集中于开发可重用的应用程序的业务逻辑,向开发者提供构建应用程序业务逻辑所需的基础设施。
77
HomePage: https://github.com/devsapp/start-web-framework
88
Tags:

web-framework/nodejs/hapi/src/s.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ name: web-framework-app
1919
# access 是当前应用所需要的密钥信息配置:
2020
# 密钥配置可以参考:https://www.serverless-devs.com/serverless-devs/command/config
2121
# 密钥使用顺序可以参考:https://www.serverless-devs.com/serverless-devs/tool#密钥使用顺序与规范
22-
access: "fc-console-access"
22+
aaccess: "{{ access }}"
2323

2424
vars: # 全局变量
25-
region: "cn-hangzhou"
26-
functionName: "hapi"
25+
region: "{{ region }}"
26+
functionName: "{{ functionName }}"
2727
service:
28-
name: "web-framework-demo"
28+
name: "{{ serviceName }}"
2929
description: 'Serverless Devs Web Framework Service'
3030

3131
services:

web-framework/nodejs/koa/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Application
22
Name: start-koa
33
Provider:
44
- 阿里云
5-
Version: 1.2.20
5+
Version: 1.2.21
66
Description: Koa 是一个新的 web 框架,由 Express 幕后的原班人马打造, 致力于成为 web 应用和 API 开发领域中的一个更小、更富有表现力、更健壮的基石(部署到Custom运行时)
77
HomePage: https://github.com/devsapp/start-web-framework
88
Tags:

web-framework/nodejs/koa/src/s.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ name: web-framework-app
1919
# access 是当前应用所需要的密钥信息配置:
2020
# 密钥配置可以参考:https://www.serverless-devs.com/serverless-devs/command/config
2121
# 密钥使用顺序可以参考:https://www.serverless-devs.com/serverless-devs/tool#密钥使用顺序与规范
22-
access: "fc-console-access"
22+
access: "{{ access }}"
2323

2424
vars: # 全局变量
25-
region: "cn-hangzhou"
26-
functionName: "koa"
25+
region: "{{ region }}"
26+
functionName: "{{ functionName }}"
2727
service:
28-
name: "web-framework-demo"
28+
name: "{{ serviceName }}"
2929
description: 'Serverless Devs Web Framework Service'
30-
30+
3131
services:
3232
framework: # 业务名称/模块名称
3333
# 如果只想针对 framework 下面的业务进行相关操作,可以在命令行中加上 framework,例如:

web-framework/nodejs/midway-koa/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Application
22
Name: start-midway-koa
33
Provider:
44
- 阿里云
5-
Version: 1.2.20
5+
Version: 1.2.21
66
Description: 为企业级框架和应用而生(部署到Custom运行时)
77
HomePage: https://github.com/devsapp/start-web-framework
88
Tags:

0 commit comments

Comments
 (0)