@faasjs/load 0.0.4-beta.10 → 0.0.4-beta.11

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -39,7 +39,7 @@ ___
39
39
 
40
40
  ### loadTs
41
41
 
42
- ▸ **loadTs**(`filename`, `options?`): `Promise`<{ `dependencies`: { `[key: string]`: `string`; } ; `module?`: `Func` ; `modules?`: { `[key: string]`: `string`; } }\>
42
+ ▸ **loadTs**(`filename`, `options?`): `Promise`\<\{ `dependencies`: \{ `[key: string]`: `string`; } ; `module?`: `Func` ; `modules?`: \{ `[key: string]`: `string`; } }\>
43
43
 
44
44
  加载 ts 文件
45
45
 
@@ -58,4 +58,4 @@ ___
58
58
 
59
59
  #### Returns
60
60
 
61
- `Promise`<{ `dependencies`: { `[key: string]`: `string`; } ; `module?`: `Func` ; `modules?`: { `[key: string]`: `string`; } }\>
61
+ `Promise`\<\{ `dependencies`: \{ `[key: string]`: `string`; } ; `module?`: `Func` ; `modules?`: \{ `[key: string]`: `string`; } }\>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faasjs/load",
3
- "version": "0.0.4-beta.10",
3
+ "version": "0.0.4-beta.11",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -25,15 +25,15 @@
25
25
  "rollup": "*"
26
26
  },
27
27
  "peerDependencies": {
28
- "@faasjs/deep_merge": "0.0.4-beta.10",
29
- "@faasjs/func": "0.0.4-beta.10",
30
- "@faasjs/ts-transform": "0.0.4-beta.10"
28
+ "@faasjs/deep_merge": "0.0.4-beta.11",
29
+ "@faasjs/func": "0.0.4-beta.11",
30
+ "@faasjs/ts-transform": "0.0.4-beta.11"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/js-yaml": "*",
34
- "@faasjs/deep_merge": "0.0.4-beta.10",
35
- "@faasjs/func": "0.0.4-beta.10",
36
- "@faasjs/ts-transform": "0.0.4-beta.10"
34
+ "@faasjs/deep_merge": "0.0.4-beta.11",
35
+ "@faasjs/func": "0.0.4-beta.11",
36
+ "@faasjs/ts-transform": "0.0.4-beta.11"
37
37
  },
38
38
  "engines": {
39
39
  "npm": ">=9.0.0",