13 Commits

Author SHA1 Message Date
Alexandre Strzelewicz
e94cde8ddc
Merge pull request #4615 from kevindoveton/development
fix: Add type for pm2.reload with optional options parameter
2020-04-12 16:05:09 +02:00
João Melo
661f11efdb
add ignore_watch to StartOptions types
Make typescript allow `ignore_watch` option to be set on `start()`
2020-03-10 09:59:54 +00:00
Kevin Doveton
ff5d42c3f6
fix: Add type for pm2.reload with optional options parameter 2020-02-22 15:13:32 +10:30
sunecosuri
d9e63f0b0c fix: add 'max' for instances option 2019-05-22 11:25:06 +09:00
vince
b35ea237e3 fix: #3883 fix typings for max_memory_restart and add wait_ready 2018-08-29 17:58:49 +02:00
vince
c8616276e4 fix: #3605 fix parameters definition, don't use camelcase for properties 2018-06-15 10:50:59 +02:00
Vincent Vallet
dd9ebb6051
Merge pull request #3464 from andyfleming/patch-1
Adding string[] to "watch" value in StartOptions (TypeScript definition file)
2018-02-14 14:47:07 +01:00
Andy Fleming
72f6ef688e
Adding string[] to "watch" value in StartOptions 2018-02-12 09:31:14 -08:00
vince
4a2e8d2d2c docs: add sendDataToProcessId into typescript definitions 2018-01-24 11:39:02 +01:00
Prashant Tiwari
f095f3e94b Add env to StartOptions 2018-01-04 17:29:53 +05:30
Ben
b6d63c0e76 Change type definitions to reflect correct return type of describe()
See https://github.com/Unitech/pm2/blob/master/lib/API.js#L1654

The describe() function returns an array, not an object. The return typehint
should be ProcessDescription[], not ProcessDescription.
2017-11-28 01:14:14 -05:00
João Portela
24f282b3d6 Type definition minor cleanup 2017-10-08 12:00:25 +01:00
João Portela
e860de3a85 Add first draft of typescript definitions 2017-10-08 11:51:22 +01:00