@serverless-devs/s 2.0.100-beta.2 → 2.0.100-beta.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -99,8 +99,8 @@ var ali_template = [
99
99
  ];
100
100
  var quick_start_template = [
101
101
  {
102
- name: '[HTTP] Node.js 12',
103
- value: 'devsapp/start-fc-http-nodejs12',
102
+ name: '[HTTP] Node.js 14',
103
+ value: 'devsapp/start-fc-http-nodejs14',
104
104
  isDeploy: true,
105
105
  },
106
106
  {
@@ -123,8 +123,8 @@ var quick_start_template = [
123
123
  isDeploy: true,
124
124
  },
125
125
  {
126
- name: '[Event] Node.js 12',
127
- value: 'devsapp/start-fc-event-nodejs12',
126
+ name: '[Event] Node.js 14',
127
+ value: 'devsapp/start-fc-event-nodejs14',
128
128
  isDeploy: true,
129
129
  },
130
130
  {