@serverless-devs/engine 0.1.4-beta.1 → 0.1.4-beta.2

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.
@@ -11,6 +11,6 @@ exports.EXIT_CODE = {
11
11
  // shell 执行错误
12
12
  RUN: 101,
13
13
  };
14
- exports.INFO_EXP_PATTERN = /\$\{resources\.([^.]+)\.info\.[^}]+}/g;
15
- exports.OUTPUT_EXP_PATTERN = /\$\{resources\.([^.]+)\.output\.[^}]+}/g;
14
+ exports.INFO_EXP_PATTERN = /\$\{resources\.([^.{}]+)\.info(\.[^.{}]+)+}/g;
15
+ exports.OUTPUT_EXP_PATTERN = /\$\{resources\.([^.{}]+)\.output(\.[^.{}]+)+}/g;
16
16
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":";;;AAAa,QAAA,SAAS,GAAG;IACvB,WAAW;IACX,IAAI,EAAE,GAAG;IACT,UAAU;IACV,SAAS,EAAE,GAAG;IACd,UAAU;IACV,MAAM,EAAE,GAAG;IACX,aAAa;IACb,GAAG,EAAE,GAAG;CACT,CAAC;AAEW,QAAA,gBAAgB,GAAG,uCAAuC,CAAC;AAC3D,QAAA,kBAAkB,GAAG,yCAAyC,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":";;;AAAa,QAAA,SAAS,GAAG;IACvB,WAAW;IACX,IAAI,EAAE,GAAG;IACT,UAAU;IACV,SAAS,EAAE,GAAG;IACd,UAAU;IACV,MAAM,EAAE,GAAG;IACX,aAAa;IACb,GAAG,EAAE,GAAG;CACT,CAAC;AAEW,QAAA,gBAAgB,GAAG,8CAA8C,CAAC;AAClE,QAAA,kBAAkB,GAAG,gDAAgD,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serverless-devs/engine",
3
- "version": "0.1.4-beta.1",
3
+ "version": "0.1.4-beta.2",
4
4
  "description": "a engine lib for serverless-devs",
5
5
  "main": "lib/index.js",
6
6
  "author": "xsahxl",
@@ -23,11 +23,11 @@
23
23
  "string-argv": "^0.3.2",
24
24
  "xstate": "^4.37.2",
25
25
  "@serverless-devs/credential": "^0.0.7",
26
- "@serverless-devs/load-component": "^0.0.7",
27
26
  "@serverless-devs/logger": "^0.0.5",
28
- "@serverless-devs/parse-spec": "^0.0.28-beta.1",
27
+ "@serverless-devs/parse-spec": "^0.0.28-beta.2",
28
+ "@serverless-devs/load-component": "^0.0.7",
29
29
  "@serverless-devs/utils": "^0.0.15",
30
- "@serverless-devs/load-application": "^0.0.14-beta.1"
30
+ "@serverless-devs/load-application": "^0.0.14-beta.2"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/fs-extra": "^11.0.1",