@serverless-devs/s 2.0.102-beta.4 → 2.0.103

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serverless-devs/s",
3
- "version": "2.0.102-beta.4",
3
+ "version": "2.0.103",
4
4
  "description": "Serverless devs tool, serverless developer tool, supports Alibaba cloud, AWS, azure, baidu cloud, Huawei cloud, Google cloud and Tencent cloud.",
5
5
  "homepage": "https://www.serverless-devs.com",
6
6
  "keywords": [
@@ -62,7 +62,7 @@
62
62
  "eslint-plugin-import": "^2.20.1",
63
63
  "eslint-plugin-prettier": "^3.1.2",
64
64
  "husky": "^4.2.3",
65
- "inquirer": "^8.2.0",
65
+ "inquirer": "8.2.0",
66
66
  "inquirer-autocomplete-prompt": "^1.3.0",
67
67
  "jest": "^27.4.7",
68
68
  "latest-version": "^5.1.0",
@@ -79,6 +79,6 @@
79
79
  "**/*.{js,jsx,ts}": "f2elint exec eslint"
80
80
  },
81
81
  "dependencies": {
82
- "@serverless-devs/core": "beta"
82
+ "@serverless-devs/core": "latest"
83
83
  }
84
84
  }
package/readme.md CHANGED
@@ -33,6 +33,7 @@
33
33
 
34
34
  ![图片alt](https://serverless-article-picture.oss-cn-hangzhou.aliyuncs.com/1635319587379_20211027072627561648.png)
35
35
 
36
+
36
37
  > 更多关于 Serverless Devs 的介绍可以参考[项目介绍文档](./docs/zh/readme.md)
37
38
 
38
39
  # 快速上手
package/a.yaml DELETED
@@ -1,38 +0,0 @@
1
- edition: 1.0.0 # 命令行YAML规范版本,遵循语义化版本(Semantic Versioning)规范
2
- name: fcDeployApp # 项目名称
3
- access: 'sub' # 秘钥别名
4
-
5
- services:
6
- fc-deploy-test: # 服务名称
7
- component: devsapp/fc # 组件名称
8
- props: # 组件的属性值
9
- region: cn-hangzhou
10
- service:
11
- name: fc-deploy-service
12
- description: 'demo for fc-deploy component'
13
- internetAccess: true
14
- function:
15
- name: http-trigger-nodejs12
16
- description: this is a test
17
- runtime: nodejs12
18
- codeUri: ./test/start-fc-http-nodejs12/code
19
- # ossBucket:
20
- # ossKey: # conflict with codeUri
21
- handler: index.handler
22
- memorySize: 128
23
- timeout: 60
24
- triggers:
25
- - name: httpTrigger
26
- type: http
27
- config:
28
- authType: anonymous
29
- methods:
30
- - GET
31
- customDomains:
32
- - domainName: auto
33
- protocol: HTTP
34
- routeConfigs:
35
- - path: /*
36
- methods:
37
- - GET
38
- # 函数计算FC组件文档参考地址:https://github.com/devsapp/fc