Unitech
|
c1b2508518
|
bump: update typescript definitions
|
2025-09-01 10:45:04 +02:00 |
|
Jeff Chan
|
cf3f50b250
|
Add pm2.sendDataToProcessId(packet) signature
|
2025-06-28 00:22:16 +08:00 |
|
ultimate-tester
|
935a8804e1
|
Added autostart parameter to optionally prevent immediately starting applications
(cherry picked from commit b34498f45e6138a6e7f31c6a7f0ddfed768eee76)
|
2024-03-13 11:25:46 +01:00 |
|
Alexandre Strzelewicz
|
cedc0c9123
|
Merge pull request #5574 from M1000fr/master
✅ Add Namespace type
|
2023-04-09 10:21:22 +02:00 |
|
M1000fr
|
541035c152
|
✅ Add Namespace type
|
2023-03-22 17:31:14 +01:00 |
|
Yuki Ito
|
d6458d8536
|
feat: stop-exit-codes
|
2022-03-18 23:40:40 +00:00 |
|
Mikhail Bodrov
|
d77ea0537f
|
Add missing start options types
|
2021-12-07 23:23:40 +02:00 |
|
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 |
|