Commit e95e726
fix: fileExists should not require write access by default (#407)
* chore(release): publish %s
- [email protected]
- @twilio-labs/[email protected]
- @twilio-labs/[email protected]
- @twilio/[email protected]
- @twilio-labs/[email protected]
- @twilio-labs/[email protected]
- [email protected]
* fileExists should not require write access
Fixes #406
* chore: override @types/prettier to fix build
* chore(runtime-handler): update default twilio to 3.80.0
This removes the vulnerability alerts for @twilio/runtime-handler but
might cause some side-effects for the edge case where a customer has
specified this version of runtime-handler but has not specified a
version of twilio. In this case the local and deployed behavior
might vary depending on the APIs used by the customer in Functions.
* chore(twilio-run): update got version
* chore(serverless-api): update got & file-type
* fix(serverless-api): change file-type package usage
* fix(twilio-run): replace listr and fix got usage
* chore(serverless-api): upgrade typescript version
* test(serverless-api): temporarily turn off tests that use file-type
* chore(serverless-api): turn off typedoc for now
* chore: remove Node 12 from Actions flow
* chore(release): publish %s
- [email protected]
- @twilio-labs/[email protected]
- @twilio-labs/[email protected]
- @twilio/[email protected]
- @twilio-labs/[email protected]
- [email protected]
* fileExists should not require write access
Fixes #406
* fix: add option for write access check
Co-authored-by: Dominik Kundel <[email protected]>1 parent dba7ddb commit e95e726
File tree
5 files changed
+28
-13
lines changed- packages
- serverless-api/src/utils
- twilio-run/src
- templating
- utils
5 files changed
+28
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
32 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
33 | 39 | | |
34 | | - | |
| 40 | + | |
35 | 41 | | |
36 | 42 | | |
37 | 43 | | |
| |||
168 | 174 | | |
169 | 175 | | |
170 | 176 | | |
171 | | - | |
| 177 | + | |
172 | 178 | | |
173 | 179 | | |
174 | 180 | | |
| |||
283 | 289 | | |
284 | 290 | | |
285 | 291 | | |
286 | | - | |
| 292 | + | |
287 | 293 | | |
288 | 294 | | |
289 | 295 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
15 | 21 | | |
16 | | - | |
| 22 | + | |
17 | 23 | | |
18 | 24 | | |
19 | 25 | | |
20 | 26 | | |
21 | 27 | | |
22 | 28 | | |
23 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
24 | 33 | | |
25 | | - | |
| 34 | + | |
26 | 35 | | |
27 | 36 | | |
28 | 37 | | |
| |||
36 | 45 | | |
37 | 46 | | |
38 | 47 | | |
39 | | - | |
| 48 | + | |
40 | 49 | | |
41 | 50 | | |
42 | 51 | | |
43 | 52 | | |
44 | 53 | | |
45 | 54 | | |
46 | 55 | | |
47 | | - | |
| 56 | + | |
48 | 57 | | |
49 | 58 | | |
50 | 59 | | |
| |||
0 commit comments