teen_process 4.1.0 → 4.1.1
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.
- package/CHANGELOG.md +1054 -0
- package/package.json +4 -3
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,1054 @@
|
|
|
1
|
+
## [4.1.1](https://github.com/appium/node-teen_process/compare/v4.1.0...v4.1.1) (2026-04-10)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* **deps-dev:** bump typescript from 5.9.3 to 6.0.2 ([#474](https://github.com/appium/node-teen_process/issues/474)) ([dee018b](https://github.com/appium/node-teen_process/commit/dee018b3a06e186c01a72e4f93de51c50b77e7f4))
|
|
6
|
+
|
|
7
|
+
## [4.1.0](https://github.com/appium/node-teen_process/compare/v4.0.10...v4.1.0) (2026-03-20)
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* Allow to pass uid and gid options to exec ([#473](https://github.com/appium/node-teen_process/issues/473)) ([7db347d](https://github.com/appium/node-teen_process/commit/7db347dea829f9dd426fad3a596385e7b3a5dd01))
|
|
12
|
+
|
|
13
|
+
## [4.0.10](https://github.com/appium/node-teen_process/compare/v4.0.9...v4.0.10) (2026-02-16)
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* format ([#472](https://github.com/appium/node-teen_process/issues/472)) ([bbac16b](https://github.com/appium/node-teen_process/commit/bbac16b829a7b896ed91771cf4027dd349737404))
|
|
18
|
+
|
|
19
|
+
## [4.0.9](https://github.com/appium/node-teen_process/compare/v4.0.8...v4.0.9) (2026-01-28)
|
|
20
|
+
|
|
21
|
+
### Miscellaneous Chores
|
|
22
|
+
|
|
23
|
+
* **deps-dev:** bump @appium/eslint-config-appium-ts from 2.0.5 to 3.0.0 ([#471](https://github.com/appium/node-teen_process/issues/471)) ([d3b628f](https://github.com/appium/node-teen_process/commit/d3b628fc2d5f979b05a252979f343b39ee33523c))
|
|
24
|
+
|
|
25
|
+
## [4.0.8](https://github.com/appium/node-teen_process/compare/v4.0.7...v4.0.8) (2026-01-22)
|
|
26
|
+
|
|
27
|
+
### Miscellaneous Chores
|
|
28
|
+
|
|
29
|
+
* replace bluebird with native promises ([#470](https://github.com/appium/node-teen_process/issues/470)) ([b1b5186](https://github.com/appium/node-teen_process/commit/b1b5186d3c9aca846fa3894596fd97e68dfd3ec0))
|
|
30
|
+
|
|
31
|
+
## [4.0.7](https://github.com/appium/node-teen_process/compare/v4.0.6...v4.0.7) (2025-12-23)
|
|
32
|
+
|
|
33
|
+
### Bug Fixes
|
|
34
|
+
|
|
35
|
+
* make rep readonly but public for a use case in android ([#469](https://github.com/appium/node-teen_process/issues/469)) ([742811d](https://github.com/appium/node-teen_process/commit/742811d8087cf76428cacfd20701a4e981288282))
|
|
36
|
+
|
|
37
|
+
## [4.0.6](https://github.com/appium/node-teen_process/compare/v4.0.5...v4.0.6) (2025-12-23)
|
|
38
|
+
|
|
39
|
+
### Bug Fixes
|
|
40
|
+
|
|
41
|
+
* allow common spawn options as well ([#468](https://github.com/appium/node-teen_process/issues/468)) ([8bab4fd](https://github.com/appium/node-teen_process/commit/8bab4fd69700c5894b2ce7297a3633f91b0cdcb8))
|
|
42
|
+
|
|
43
|
+
## [4.0.5](https://github.com/appium/node-teen_process/compare/v4.0.4...v4.0.5) (2025-12-22)
|
|
44
|
+
|
|
45
|
+
### Bug Fixes
|
|
46
|
+
|
|
47
|
+
* do not bundle test files ([#467](https://github.com/appium/node-teen_process/issues/467)) ([b3f6573](https://github.com/appium/node-teen_process/commit/b3f657356ccde87c6fc73734ba15399ec85686f3))
|
|
48
|
+
|
|
49
|
+
## [4.0.4](https://github.com/appium/node-teen_process/compare/v4.0.3...v4.0.4) (2025-12-21)
|
|
50
|
+
|
|
51
|
+
### Bug Fixes
|
|
52
|
+
|
|
53
|
+
* TeenProcessExecResult to follow types/teen_process ([#466](https://github.com/appium/node-teen_process/issues/466)) ([bd165bd](https://github.com/appium/node-teen_process/commit/bd165bd0888dcfea12beb9fd74af8f54c2250c1f)), closes [#463](https://github.com/appium/node-teen_process/issues/463)
|
|
54
|
+
|
|
55
|
+
## [4.0.3](https://github.com/appium/node-teen_process/compare/v4.0.2...v4.0.3) (2025-12-20)
|
|
56
|
+
|
|
57
|
+
### Bug Fixes
|
|
58
|
+
|
|
59
|
+
* remove private in SubProcess[#proc](https://github.com/appium/node-teen_process/issues/proc) ([#465](https://github.com/appium/node-teen_process/issues/465)) ([b899133](https://github.com/appium/node-teen_process/commit/b8991336db397ad1a522c7ebfe0c2ee078300ac4))
|
|
60
|
+
|
|
61
|
+
## [4.0.2](https://github.com/appium/node-teen_process/compare/v4.0.1...v4.0.2) (2025-12-20)
|
|
62
|
+
|
|
63
|
+
### Bug Fixes
|
|
64
|
+
|
|
65
|
+
* expose more types and tweak type definition ([#464](https://github.com/appium/node-teen_process/issues/464)) ([1985f75](https://github.com/appium/node-teen_process/commit/1985f75084be45e39eda027d83a509e3ec5c0335))
|
|
66
|
+
|
|
67
|
+
## [4.0.1](https://github.com/appium/node-teen_process/compare/v4.0.0...v4.0.1) (2025-12-20)
|
|
68
|
+
|
|
69
|
+
### Bug Fixes
|
|
70
|
+
|
|
71
|
+
* keep ExecResult instead of TeenProcessExecResult ([#463](https://github.com/appium/node-teen_process/issues/463)) ([a5f20ac](https://github.com/appium/node-teen_process/commit/a5f20acf648908fa026e06ec650824d57b494ef3))
|
|
72
|
+
|
|
73
|
+
## [4.0.0](https://github.com/appium/node-teen_process/compare/v3.0.6...v4.0.0) (2025-12-20)
|
|
74
|
+
|
|
75
|
+
### ⚠ BREAKING CHANGES
|
|
76
|
+
|
|
77
|
+
* `TeenProcessExecOptions` type respects `SpawnOptions` in `node:child_process` of `timeout` type
|
|
78
|
+
* Remove `handleLastLines` from SubProcess by following the TODO
|
|
79
|
+
* Minimize exposed properties in `SubProcess`
|
|
80
|
+
|
|
81
|
+
### Features
|
|
82
|
+
|
|
83
|
+
* convert remaining js to ts ([#462](https://github.com/appium/node-teen_process/issues/462)) ([a228fd8](https://github.com/appium/node-teen_process/commit/a228fd820e7ab7da7f4ebb54601fa30b21fa6eab))
|
|
84
|
+
|
|
85
|
+
## [3.0.6](https://github.com/appium/node-teen_process/compare/v3.0.5...v3.0.6) (2025-12-11)
|
|
86
|
+
|
|
87
|
+
### Miscellaneous Chores
|
|
88
|
+
|
|
89
|
+
* **deps-dev:** bump @types/node from 24.10.3 to 25.0.0 ([#461](https://github.com/appium/node-teen_process/issues/461)) ([f45792a](https://github.com/appium/node-teen_process/commit/f45792a66583e93ce5581b40a9e2d81b7b3d6243))
|
|
90
|
+
|
|
91
|
+
## [3.0.5](https://github.com/appium/node-teen_process/compare/v3.0.4...v3.0.5) (2025-12-11)
|
|
92
|
+
|
|
93
|
+
### Miscellaneous Chores
|
|
94
|
+
|
|
95
|
+
* **deps:** remove `source-map-support` ([#460](https://github.com/appium/node-teen_process/issues/460)) ([9772128](https://github.com/appium/node-teen_process/commit/9772128453a96b7a03bafbe4340203357b1e10f7))
|
|
96
|
+
|
|
97
|
+
## [3.0.4](https://github.com/appium/node-teen_process/compare/v3.0.3...v3.0.4) (2025-12-02)
|
|
98
|
+
|
|
99
|
+
### Miscellaneous Chores
|
|
100
|
+
|
|
101
|
+
* **deps:** bump actions/checkout from 3 to 6 ([#459](https://github.com/appium/node-teen_process/issues/459)) ([fe6c6ab](https://github.com/appium/node-teen_process/commit/fe6c6ab099bcc3c74f1029a8a7512fbaf93a4767))
|
|
102
|
+
* **deps:** bump actions/setup-node from 3 to 6 ([#458](https://github.com/appium/node-teen_process/issues/458)) ([4049180](https://github.com/appium/node-teen_process/commit/404918014d545e84e3d140262cf68fd19856b8ca))
|
|
103
|
+
|
|
104
|
+
## [3.0.3](https://github.com/appium/node-teen_process/compare/v3.0.2...v3.0.3) (2025-11-15)
|
|
105
|
+
|
|
106
|
+
### Miscellaneous Chores
|
|
107
|
+
|
|
108
|
+
* publish via trusted publisher ([#455](https://github.com/appium/node-teen_process/issues/455)) ([271fe5e](https://github.com/appium/node-teen_process/commit/271fe5e38b923a248dc022328018beecd5c1e22c))
|
|
109
|
+
|
|
110
|
+
## [3.0.2](https://github.com/appium/node-teen_process/compare/v3.0.1...v3.0.2) (2025-10-17)
|
|
111
|
+
|
|
112
|
+
### Miscellaneous Chores
|
|
113
|
+
|
|
114
|
+
* **deps-dev:** bump semantic-release from 24.2.9 to 25.0.0 ([#454](https://github.com/appium/node-teen_process/issues/454)) ([18daea6](https://github.com/appium/node-teen_process/commit/18daea61e849bb40e4cc84f2d6ab0fc4ff054ef4))
|
|
115
|
+
|
|
116
|
+
## [3.0.1](https://github.com/appium/node-teen_process/compare/v3.0.0...v3.0.1) (2025-08-23)
|
|
117
|
+
|
|
118
|
+
### Miscellaneous Chores
|
|
119
|
+
|
|
120
|
+
* **deps-dev:** bump chai from 5.3.2 to 6.0.0 ([#453](https://github.com/appium/node-teen_process/issues/453)) ([7eccebf](https://github.com/appium/node-teen_process/commit/7eccebf6ab65a813002d9e1d34b8f3a9a197be97))
|
|
121
|
+
|
|
122
|
+
## [3.0.0](https://github.com/appium/node-teen_process/compare/v2.3.3...v3.0.0) (2025-08-15)
|
|
123
|
+
|
|
124
|
+
### ⚠ BREAKING CHANGES
|
|
125
|
+
|
|
126
|
+
* Required Node.js version has been bumped to ^20.19.0 || ^22.12.0 || >=24.0.0
|
|
127
|
+
* Required npm version has been bumped to >=10
|
|
128
|
+
|
|
129
|
+
### Features
|
|
130
|
+
|
|
131
|
+
* Bump Node.js version ([#452](https://github.com/appium/node-teen_process/issues/452)) ([ed6c554](https://github.com/appium/node-teen_process/commit/ed6c554b6fd28aaf8c478842ea6cc79338beb050))
|
|
132
|
+
|
|
133
|
+
## [2.3.3](https://github.com/appium/node-teen_process/compare/v2.3.2...v2.3.3) (2025-06-10)
|
|
134
|
+
|
|
135
|
+
### Miscellaneous Chores
|
|
136
|
+
|
|
137
|
+
* **deps-dev:** bump @types/node from 22.15.31 to 24.0.0 ([#451](https://github.com/appium/node-teen_process/issues/451)) ([1988641](https://github.com/appium/node-teen_process/commit/1988641d590269a8b2e0183843b06e3f92c8ac47))
|
|
138
|
+
|
|
139
|
+
## [2.3.2](https://github.com/appium/node-teen_process/compare/v2.3.1...v2.3.2) (2025-05-21)
|
|
140
|
+
|
|
141
|
+
### Miscellaneous Chores
|
|
142
|
+
|
|
143
|
+
* **deps-dev:** bump conventional-changelog-conventionalcommits ([#450](https://github.com/appium/node-teen_process/issues/450)) ([d1aa29e](https://github.com/appium/node-teen_process/commit/d1aa29eccc4b887ab135732824bcce828e0ddf46))
|
|
144
|
+
|
|
145
|
+
## [2.3.1](https://github.com/appium/node-teen_process/compare/v2.3.0...v2.3.1) (2025-03-02)
|
|
146
|
+
|
|
147
|
+
### Miscellaneous Chores
|
|
148
|
+
|
|
149
|
+
* Add more typedefs to the SubProcess class ([#448](https://github.com/appium/node-teen_process/issues/448)) ([cee316a](https://github.com/appium/node-teen_process/commit/cee316af4d1a58c26d281e57c33300c3d0335737))
|
|
150
|
+
|
|
151
|
+
## [2.3.0](https://github.com/appium/node-teen_process/compare/v2.2.3...v2.3.0) (2025-03-01)
|
|
152
|
+
|
|
153
|
+
### Features
|
|
154
|
+
|
|
155
|
+
* [subprocess] support output as buffer ([#447](https://github.com/appium/node-teen_process/issues/447)) ([2880a61](https://github.com/appium/node-teen_process/commit/2880a619a0f311190db2207ff921440b6efddc6a))
|
|
156
|
+
|
|
157
|
+
## [2.2.3](https://github.com/appium/node-teen_process/compare/v2.2.2...v2.2.3) (2025-01-05)
|
|
158
|
+
|
|
159
|
+
### Miscellaneous Chores
|
|
160
|
+
|
|
161
|
+
* Bump eslint ([#444](https://github.com/appium/node-teen_process/issues/444)) ([ccbedba](https://github.com/appium/node-teen_process/commit/ccbedba36d70bb47fcb23c1d4d0d7888ee507728))
|
|
162
|
+
|
|
163
|
+
## [2.2.2](https://github.com/appium/node-teen_process/compare/v2.2.1...v2.2.2) (2024-12-03)
|
|
164
|
+
|
|
165
|
+
### Miscellaneous Chores
|
|
166
|
+
|
|
167
|
+
* **deps-dev:** bump mocha from 10.8.2 to 11.0.1 ([#442](https://github.com/appium/node-teen_process/issues/442)) ([48d1b66](https://github.com/appium/node-teen_process/commit/48d1b6690b3a2b01e2b80716c02e181af2dfdfb2))
|
|
168
|
+
|
|
169
|
+
## [2.2.1](https://github.com/appium/node-teen_process/compare/v2.2.0...v2.2.1) (2024-07-29)
|
|
170
|
+
|
|
171
|
+
### Miscellaneous Chores
|
|
172
|
+
|
|
173
|
+
* **deps-dev:** bump @types/node from 20.14.13 to 22.0.0 ([#441](https://github.com/appium/node-teen_process/issues/441)) ([2e77812](https://github.com/appium/node-teen_process/commit/2e778127d53a97edfeff03820b9a14e80a40452f))
|
|
174
|
+
|
|
175
|
+
## [2.2.0](https://github.com/appium/node-teen_process/compare/v2.1.10...v2.2.0) (2024-07-02)
|
|
176
|
+
|
|
177
|
+
### Features
|
|
178
|
+
|
|
179
|
+
* Add line-`streamName` event to Subprocess ([#439](https://github.com/appium/node-teen_process/issues/439)) ([f6babc7](https://github.com/appium/node-teen_process/commit/f6babc7b2fa671b12b59da0772e4ec5fbeeaacbd))
|
|
180
|
+
|
|
181
|
+
## [2.1.10](https://github.com/appium/node-teen_process/compare/v2.1.9...v2.1.10) (2024-06-29)
|
|
182
|
+
|
|
183
|
+
### Bug Fixes
|
|
184
|
+
|
|
185
|
+
* Restore CJS types ([057c009](https://github.com/appium/node-teen_process/commit/057c009e4e350a713c5657fa2b2b666bc69223b6))
|
|
186
|
+
|
|
187
|
+
## [2.1.9](https://github.com/appium/node-teen_process/compare/v2.1.8...v2.1.9) (2024-06-29)
|
|
188
|
+
|
|
189
|
+
### Bug Fixes
|
|
190
|
+
|
|
191
|
+
* Restore CJS ([#438](https://github.com/appium/node-teen_process/issues/438)) ([2ffb0da](https://github.com/appium/node-teen_process/commit/2ffb0da2c71f121f1fb434b1931cbeea99bd98c2))
|
|
192
|
+
|
|
193
|
+
## [2.1.8](https://github.com/appium/node-teen_process/compare/v2.1.7...v2.1.8) (2024-06-29)
|
|
194
|
+
|
|
195
|
+
### Miscellaneous Chores
|
|
196
|
+
|
|
197
|
+
* Optimize buffering logic in exec calls ([#437](https://github.com/appium/node-teen_process/issues/437)) ([775f509](https://github.com/appium/node-teen_process/commit/775f509b8e899c7e6cbbb8225361c9a9d03f241d))
|
|
198
|
+
|
|
199
|
+
## [2.1.7](https://github.com/appium/node-teen_process/compare/v2.1.6...v2.1.7) (2024-06-29)
|
|
200
|
+
|
|
201
|
+
### Miscellaneous Chores
|
|
202
|
+
|
|
203
|
+
* Optimize streaming processing and history ([#435](https://github.com/appium/node-teen_process/issues/435)) ([b63798e](https://github.com/appium/node-teen_process/commit/b63798e79a3dd567956aabb1531702420650c81f))
|
|
204
|
+
|
|
205
|
+
## [2.1.6](https://github.com/appium/node-teen_process/compare/v2.1.5...v2.1.6) (2024-06-18)
|
|
206
|
+
|
|
207
|
+
### Miscellaneous Chores
|
|
208
|
+
|
|
209
|
+
* Bump chai and chai-as-promised ([#433](https://github.com/appium/node-teen_process/issues/433)) ([d0326c9](https://github.com/appium/node-teen_process/commit/d0326c9208e82cad7cfb153dba6b831571d4eaf6))
|
|
210
|
+
|
|
211
|
+
## [2.1.5](https://github.com/appium/node-teen_process/compare/v2.1.4...v2.1.5) (2024-06-18)
|
|
212
|
+
|
|
213
|
+
### Miscellaneous Chores
|
|
214
|
+
|
|
215
|
+
* **deps-dev:** bump sinon from 17.0.2 to 18.0.0 ([#428](https://github.com/appium/node-teen_process/issues/428)) ([a5aba06](https://github.com/appium/node-teen_process/commit/a5aba06ec6b47aab65272da597d1bb73d76fb2f8))
|
|
216
|
+
|
|
217
|
+
## [2.1.4](https://github.com/appium/node-teen_process/compare/v2.1.3...v2.1.4) (2024-06-04)
|
|
218
|
+
|
|
219
|
+
### Miscellaneous Chores
|
|
220
|
+
|
|
221
|
+
* **deps-dev:** bump semantic-release from 23.1.1 to 24.0.0 and conventional-changelog-conventionalcommits to 8.0.0 ([#431](https://github.com/appium/node-teen_process/issues/431)) ([d0c249f](https://github.com/appium/node-teen_process/commit/d0c249f7aeffa74c0b1a196cf1cc4bcb846422dd))
|
|
222
|
+
|
|
223
|
+
## [2.1.3](https://github.com/appium/node-teen_process/compare/v2.1.2...v2.1.3) (2024-05-16)
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
### Miscellaneous Chores
|
|
227
|
+
|
|
228
|
+
* **deps-dev:** bump semantic-release from 22.0.12 to 23.0.6 ([#427](https://github.com/appium/node-teen_process/issues/427)) ([0893b10](https://github.com/appium/node-teen_process/commit/0893b10c6c2c2c9269b28e84dc4cf0da8edfd0c5))
|
|
229
|
+
* **deps-dev:** bump typescript from 5.2.2 to 5.4.3 ([#426](https://github.com/appium/node-teen_process/issues/426)) ([3c9072b](https://github.com/appium/node-teen_process/commit/3c9072b9c0b739a4f955640c0a564e3d7a2aff93))
|
|
230
|
+
|
|
231
|
+
## [2.1.2](https://github.com/appium/node-teen_process/compare/v2.1.1...v2.1.2) (2024-05-16)
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
### Miscellaneous Chores
|
|
235
|
+
|
|
236
|
+
* Update dev dependencies ([0aca92f](https://github.com/appium/node-teen_process/commit/0aca92f60a7b6ae09c3a2ee1ceb05fb5294e00ed))
|
|
237
|
+
|
|
238
|
+
## [2.1.1](https://github.com/appium/node-teen_process/compare/v2.1.0...v2.1.1) (2023-12-07)
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
### Miscellaneous Chores
|
|
242
|
+
|
|
243
|
+
* **deps-dev:** bump @types/sinon from 10.0.20 to 17.0.2 ([#415](https://github.com/appium/node-teen_process/issues/415)) ([112f605](https://github.com/appium/node-teen_process/commit/112f605509ba487f52066474c9931ea547be24d3))
|
|
244
|
+
|
|
245
|
+
## [2.1.0](https://github.com/appium/node-teen_process/compare/v2.0.112...v2.1.0) (2023-12-07)
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
### Features
|
|
249
|
+
|
|
250
|
+
* Disable strict packages locking ([#412](https://github.com/appium/node-teen_process/issues/412)) ([c622083](https://github.com/appium/node-teen_process/commit/c622083966e5fa7a80a9f8d1b7292437d53ce49d))
|
|
251
|
+
|
|
252
|
+
## [2.0.112](https://github.com/appium/node-teen_process/compare/v2.0.111...v2.0.112) (2023-12-07)
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
### Miscellaneous Chores
|
|
256
|
+
|
|
257
|
+
* update dependency @types/node to v20.10.4 ([a738714](https://github.com/appium/node-teen_process/commit/a73871440c115323c1c63f4140076e4b535a31d3))
|
|
258
|
+
|
|
259
|
+
## [2.0.111](https://github.com/appium/node-teen_process/compare/v2.0.110...v2.0.111) (2023-12-07)
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
### Miscellaneous Chores
|
|
263
|
+
|
|
264
|
+
* update npm to v10.2.5 ([8665cb3](https://github.com/appium/node-teen_process/commit/8665cb32a7e542f379ac7c0f7d13a38c26a06e91))
|
|
265
|
+
|
|
266
|
+
## [2.0.110](https://github.com/appium/node-teen_process/compare/v2.0.109...v2.0.110) (2023-12-06)
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
### Miscellaneous Chores
|
|
270
|
+
|
|
271
|
+
* update dependency semantic-release to v22.0.10 ([65e7ece](https://github.com/appium/node-teen_process/commit/65e7ece1d5f4a9a33ab2494c40f15ca084bcd5a6))
|
|
272
|
+
|
|
273
|
+
## [2.0.109](https://github.com/appium/node-teen_process/compare/v2.0.108...v2.0.109) (2023-12-05)
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
### Miscellaneous Chores
|
|
277
|
+
|
|
278
|
+
* update dependency semantic-release to v22.0.9 ([6bbcc05](https://github.com/appium/node-teen_process/commit/6bbcc0520f3920039f20219d1fc6a0f31f195871))
|
|
279
|
+
|
|
280
|
+
## [2.0.108](https://github.com/appium/node-teen_process/compare/v2.0.107...v2.0.108) (2023-12-05)
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
### Miscellaneous Chores
|
|
284
|
+
|
|
285
|
+
* update dependency @appium/types to v0.14.3 ([d7c140d](https://github.com/appium/node-teen_process/commit/d7c140d39fe20e9e3a55fadc9e27d03405d91918))
|
|
286
|
+
|
|
287
|
+
## [2.0.107](https://github.com/appium/node-teen_process/compare/v2.0.106...v2.0.107) (2023-12-04)
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
### Miscellaneous Chores
|
|
291
|
+
|
|
292
|
+
* update dependency lint-staged to v15.2.0 ([bd0c02d](https://github.com/appium/node-teen_process/commit/bd0c02d9b612df3b646bbfcc48c3654ec8041171))
|
|
293
|
+
|
|
294
|
+
## [2.0.106](https://github.com/appium/node-teen_process/compare/v2.0.105...v2.0.106) (2023-12-04)
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
### Miscellaneous Chores
|
|
298
|
+
|
|
299
|
+
* update dependency @types/node to v20.10.3 ([61b9311](https://github.com/appium/node-teen_process/commit/61b9311f65e4b31be072acfe2e6e03b5205f00c3))
|
|
300
|
+
|
|
301
|
+
## [2.0.105](https://github.com/appium/node-teen_process/compare/v2.0.104...v2.0.105) (2023-12-02)
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
### Miscellaneous Chores
|
|
305
|
+
|
|
306
|
+
* update dependency eslint-config-prettier to v9.1.0 ([0d13000](https://github.com/appium/node-teen_process/commit/0d1300062636a81d3c7fc1b18d438edfdfae29e2))
|
|
307
|
+
|
|
308
|
+
## [2.0.104](https://github.com/appium/node-teen_process/compare/v2.0.103...v2.0.104) (2023-12-02)
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
### Miscellaneous Chores
|
|
312
|
+
|
|
313
|
+
* update dependency eslint to v8.55.0 ([fd38d3a](https://github.com/appium/node-teen_process/commit/fd38d3af1c67003ba5d3f2a798363103909ffbe9))
|
|
314
|
+
|
|
315
|
+
## [2.0.103](https://github.com/appium/node-teen_process/compare/v2.0.102...v2.0.103) (2023-12-02)
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
### Miscellaneous Chores
|
|
319
|
+
|
|
320
|
+
* update dependency @types/node to v20.10.2 ([be6a969](https://github.com/appium/node-teen_process/commit/be6a96917f302dddff8659db8d9de14ce23aa836))
|
|
321
|
+
|
|
322
|
+
## [2.0.102](https://github.com/appium/node-teen_process/compare/v2.0.101...v2.0.102) (2023-11-30)
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
### Miscellaneous Chores
|
|
326
|
+
|
|
327
|
+
* update dependency @types/node to v20.10.1 ([6781903](https://github.com/appium/node-teen_process/commit/678190380ec49a8025d9fabcfe4a9b70f20a9cf3))
|
|
328
|
+
|
|
329
|
+
## [2.0.101](https://github.com/appium/node-teen_process/compare/v2.0.100...v2.0.101) (2023-11-24)
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
### Miscellaneous Chores
|
|
333
|
+
|
|
334
|
+
* update dependency @types/node to v20.10.0 ([33f3bc1](https://github.com/appium/node-teen_process/commit/33f3bc13ff4a6bfcc2298ee8e6b73f39edc5a84e))
|
|
335
|
+
|
|
336
|
+
## [2.0.100](https://github.com/appium/node-teen_process/compare/v2.0.99...v2.0.100) (2023-11-24)
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
### Miscellaneous Chores
|
|
340
|
+
|
|
341
|
+
* update dependency @types/ws to v8.5.10 ([90e78b8](https://github.com/appium/node-teen_process/commit/90e78b87263008e06269e7b6e8b8d0ad33512820))
|
|
342
|
+
|
|
343
|
+
## [2.0.99](https://github.com/appium/node-teen_process/compare/v2.0.98...v2.0.99) (2023-11-24)
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
### Miscellaneous Chores
|
|
347
|
+
|
|
348
|
+
* update dependency @types/shell-quote to v1.7.5 ([512233d](https://github.com/appium/node-teen_process/commit/512233d32a32fbdf0f7680ff7f4f7465b06f7a06))
|
|
349
|
+
|
|
350
|
+
## [2.0.98](https://github.com/appium/node-teen_process/compare/v2.0.97...v2.0.98) (2023-11-24)
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
### Miscellaneous Chores
|
|
354
|
+
|
|
355
|
+
* update dependency @types/node to v20.9.5 ([3bcda52](https://github.com/appium/node-teen_process/commit/3bcda527e0f03f2920239467caf093c66214f57e))
|
|
356
|
+
|
|
357
|
+
## [2.0.97](https://github.com/appium/node-teen_process/compare/v2.0.96...v2.0.97) (2023-11-22)
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
### Miscellaneous Chores
|
|
361
|
+
|
|
362
|
+
* update dependency @types/mocha to v10.0.6 ([416502f](https://github.com/appium/node-teen_process/commit/416502fae7e653129a9fafb2ffb09ac99361f468))
|
|
363
|
+
|
|
364
|
+
## [2.0.96](https://github.com/appium/node-teen_process/compare/v2.0.95...v2.0.96) (2023-11-21)
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
### Miscellaneous Chores
|
|
368
|
+
|
|
369
|
+
* update dependency @types/node to v20.9.3 ([ed0c0bc](https://github.com/appium/node-teen_process/commit/ed0c0bc72e58bd1966ba1a163ad9a07a57be57a6))
|
|
370
|
+
|
|
371
|
+
## [2.0.95](https://github.com/appium/node-teen_process/compare/v2.0.94...v2.0.95) (2023-11-21)
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
### Miscellaneous Chores
|
|
375
|
+
|
|
376
|
+
* update dependency @types/mocha to v10.0.5 ([e3b1a35](https://github.com/appium/node-teen_process/commit/e3b1a35f6e821d8a5ed30c599af53d7271c90fe3))
|
|
377
|
+
|
|
378
|
+
## [2.0.94](https://github.com/appium/node-teen_process/compare/v2.0.93...v2.0.94) (2023-11-21)
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
### Miscellaneous Chores
|
|
382
|
+
|
|
383
|
+
* update dependency @types/lodash to v4.14.202 ([0991d98](https://github.com/appium/node-teen_process/commit/0991d98f9266bec06bcef783c62f0b02efc6d143))
|
|
384
|
+
|
|
385
|
+
## [2.0.93](https://github.com/appium/node-teen_process/compare/v2.0.92...v2.0.93) (2023-11-21)
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
### Miscellaneous Chores
|
|
389
|
+
|
|
390
|
+
* update dependency @types/chai to v4.3.11 ([8abfd6d](https://github.com/appium/node-teen_process/commit/8abfd6d47a7cbda2fcf6dab88ce99a87a8ce31b5))
|
|
391
|
+
|
|
392
|
+
## [2.0.92](https://github.com/appium/node-teen_process/compare/v2.0.91...v2.0.92) (2023-11-19)
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
### Miscellaneous Chores
|
|
396
|
+
|
|
397
|
+
* update dependency @types/node to v20.9.2 ([2d6c767](https://github.com/appium/node-teen_process/commit/2d6c76736704295b089f24caf61625e9be12f0b3))
|
|
398
|
+
|
|
399
|
+
## [2.0.91](https://github.com/appium/node-teen_process/compare/v2.0.90...v2.0.91) (2023-11-18)
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
### Miscellaneous Chores
|
|
403
|
+
|
|
404
|
+
* update dependency eslint to v8.54.0 ([8b18801](https://github.com/appium/node-teen_process/commit/8b18801e6c5401ecc78e50da9541662c9fb4d504))
|
|
405
|
+
|
|
406
|
+
## [2.0.90](https://github.com/appium/node-teen_process/compare/v2.0.89...v2.0.90) (2023-11-17)
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
### Miscellaneous Chores
|
|
410
|
+
|
|
411
|
+
* update dependency semantic-release to v22.0.8 ([72c827e](https://github.com/appium/node-teen_process/commit/72c827e665ae14c049e9f9ce1d514e8f2b3c88ad))
|
|
412
|
+
|
|
413
|
+
## [2.0.89](https://github.com/appium/node-teen_process/compare/v2.0.88...v2.0.89) (2023-11-17)
|
|
414
|
+
|
|
415
|
+
|
|
416
|
+
### Miscellaneous Chores
|
|
417
|
+
|
|
418
|
+
* update dependency @types/node to v20.9.1 ([b2327a5](https://github.com/appium/node-teen_process/commit/b2327a5e178d50433f6a02752f980de5391b386e))
|
|
419
|
+
|
|
420
|
+
## [2.0.88](https://github.com/appium/node-teen_process/compare/v2.0.87...v2.0.88) (2023-11-16)
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
### Miscellaneous Chores
|
|
424
|
+
|
|
425
|
+
* update npm to v10.2.4 ([3d5d87e](https://github.com/appium/node-teen_process/commit/3d5d87ee271648b9b8d02c8e6d99df68c244a967))
|
|
426
|
+
|
|
427
|
+
## [2.0.87](https://github.com/appium/node-teen_process/compare/v2.0.86...v2.0.87) (2023-11-15)
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
### Miscellaneous Chores
|
|
431
|
+
|
|
432
|
+
* update dependency @appium/types to v0.14.2 ([134d313](https://github.com/appium/node-teen_process/commit/134d313b2e868f58175eb7b04dfd47c6e5fec82c))
|
|
433
|
+
|
|
434
|
+
## [2.0.86](https://github.com/appium/node-teen_process/compare/v2.0.85...v2.0.86) (2023-11-13)
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
### Miscellaneous Chores
|
|
438
|
+
|
|
439
|
+
* update dependency prettier to v3.1.0 ([df13a7d](https://github.com/appium/node-teen_process/commit/df13a7d7e55d07f64c8d6a2d33925a02e7bd6677))
|
|
440
|
+
|
|
441
|
+
## [2.0.85](https://github.com/appium/node-teen_process/compare/v2.0.84...v2.0.85) (2023-11-12)
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
### Miscellaneous Chores
|
|
445
|
+
|
|
446
|
+
* update dependency lint-staged to v15.1.0 ([158f90d](https://github.com/appium/node-teen_process/commit/158f90df6948d4f4f16ec38ef09fd34cac5a0cb2))
|
|
447
|
+
|
|
448
|
+
## [2.0.84](https://github.com/appium/node-teen_process/compare/v2.0.83...v2.0.84) (2023-11-09)
|
|
449
|
+
|
|
450
|
+
|
|
451
|
+
### Miscellaneous Chores
|
|
452
|
+
|
|
453
|
+
* update dependency @types/node to v20.9.0 ([c8ea400](https://github.com/appium/node-teen_process/commit/c8ea4007111b1348202ef8eb7f92413054ffbff0))
|
|
454
|
+
|
|
455
|
+
## [2.0.83](https://github.com/appium/node-teen_process/compare/v2.0.82...v2.0.83) (2023-11-09)
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
### Miscellaneous Chores
|
|
459
|
+
|
|
460
|
+
* update dependency @types/ws to v8.5.9 ([9da160c](https://github.com/appium/node-teen_process/commit/9da160c627694eb12c3146fa8eb2e3df7904b49c))
|
|
461
|
+
|
|
462
|
+
## [2.0.82](https://github.com/appium/node-teen_process/compare/v2.0.81...v2.0.82) (2023-11-09)
|
|
463
|
+
|
|
464
|
+
|
|
465
|
+
### Miscellaneous Chores
|
|
466
|
+
|
|
467
|
+
* update dependency @types/source-map-support to v0.5.10 ([8a5441d](https://github.com/appium/node-teen_process/commit/8a5441d5174e4e1d63b2355f02d832489cec4d86))
|
|
468
|
+
|
|
469
|
+
## [2.0.81](https://github.com/appium/node-teen_process/compare/v2.0.80...v2.0.81) (2023-11-08)
|
|
470
|
+
|
|
471
|
+
|
|
472
|
+
### Miscellaneous Chores
|
|
473
|
+
|
|
474
|
+
* update dependency @types/shell-quote to v1.7.4 ([5512c85](https://github.com/appium/node-teen_process/commit/5512c85826c7f62ff29dc75386c173b1905bc85d))
|
|
475
|
+
|
|
476
|
+
## [2.0.80](https://github.com/appium/node-teen_process/compare/v2.0.79...v2.0.80) (2023-11-08)
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
### Miscellaneous Chores
|
|
480
|
+
|
|
481
|
+
* update dependency @types/mocha to v10.0.4 ([341db8f](https://github.com/appium/node-teen_process/commit/341db8f3ff7c5f856266deef3e95ff5516c0559f))
|
|
482
|
+
|
|
483
|
+
## [2.0.79](https://github.com/appium/node-teen_process/compare/v2.0.78...v2.0.79) (2023-11-08)
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
### Miscellaneous Chores
|
|
487
|
+
|
|
488
|
+
* update dependency @types/lodash to v4.14.201 ([7e6d10d](https://github.com/appium/node-teen_process/commit/7e6d10d961440af2e453bb151e239abfd73b5873))
|
|
489
|
+
|
|
490
|
+
## [2.0.78](https://github.com/appium/node-teen_process/compare/v2.0.77...v2.0.78) (2023-11-08)
|
|
491
|
+
|
|
492
|
+
|
|
493
|
+
### Miscellaneous Chores
|
|
494
|
+
|
|
495
|
+
* update dependency @types/chai to v4.3.10 ([30edcc2](https://github.com/appium/node-teen_process/commit/30edcc2ab0ee919e72fb70da847f613f72e1b13b))
|
|
496
|
+
|
|
497
|
+
## [2.0.77](https://github.com/appium/node-teen_process/compare/v2.0.76...v2.0.77) (2023-11-08)
|
|
498
|
+
|
|
499
|
+
|
|
500
|
+
### Miscellaneous Chores
|
|
501
|
+
|
|
502
|
+
* update dependency @types/bluebird to v3.5.42 ([05b6839](https://github.com/appium/node-teen_process/commit/05b68398813062c7c8b9125ce2eb0e8391c61d6f))
|
|
503
|
+
|
|
504
|
+
## [2.0.76](https://github.com/appium/node-teen_process/compare/v2.0.75...v2.0.76) (2023-11-07)
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
### Miscellaneous Chores
|
|
508
|
+
|
|
509
|
+
* update dependency @types/chai-as-promised to v7.1.8 ([1d4826b](https://github.com/appium/node-teen_process/commit/1d4826bff47e72e8871f8dd8adde1d16019f4921))
|
|
510
|
+
|
|
511
|
+
## [2.0.75](https://github.com/appium/node-teen_process/compare/v2.0.74...v2.0.75) (2023-11-04)
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
### Miscellaneous Chores
|
|
515
|
+
|
|
516
|
+
* update dependency eslint to v8.53.0 ([be98b5b](https://github.com/appium/node-teen_process/commit/be98b5bbd3627a7710e06a0df671a5c29b8513ac))
|
|
517
|
+
|
|
518
|
+
## [2.0.74](https://github.com/appium/node-teen_process/compare/v2.0.73...v2.0.74) (2023-11-04)
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
### Miscellaneous Chores
|
|
522
|
+
|
|
523
|
+
* update dependency semantic-release to v22.0.7 ([1d5b1dd](https://github.com/appium/node-teen_process/commit/1d5b1dd2f9566b0eb3576e21f3288b6a954c9f27))
|
|
524
|
+
|
|
525
|
+
## [2.0.73](https://github.com/appium/node-teen_process/compare/v2.0.72...v2.0.73) (2023-11-03)
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
### Miscellaneous Chores
|
|
529
|
+
|
|
530
|
+
* update npm to v10.2.3 ([32f0295](https://github.com/appium/node-teen_process/commit/32f02957dbe8ea2062091cc4bef29de446e03d68))
|
|
531
|
+
|
|
532
|
+
## [2.0.72](https://github.com/appium/node-teen_process/compare/v2.0.71...v2.0.72) (2023-11-01)
|
|
533
|
+
|
|
534
|
+
|
|
535
|
+
### Miscellaneous Chores
|
|
536
|
+
|
|
537
|
+
* update dependency sinon to v17.0.1 ([157fe81](https://github.com/appium/node-teen_process/commit/157fe8129e21ba93173c5975fa44ef9e12cf6ba6))
|
|
538
|
+
|
|
539
|
+
## [2.0.71](https://github.com/appium/node-teen_process/compare/v2.0.70...v2.0.71) (2023-11-01)
|
|
540
|
+
|
|
541
|
+
|
|
542
|
+
### Miscellaneous Chores
|
|
543
|
+
|
|
544
|
+
* update npm to v10.2.2 ([449c651](https://github.com/appium/node-teen_process/commit/449c651da9b433a460e53881cb77562eb4a5eff4))
|
|
545
|
+
|
|
546
|
+
## [2.0.70](https://github.com/appium/node-teen_process/compare/v2.0.69...v2.0.70) (2023-10-31)
|
|
547
|
+
|
|
548
|
+
|
|
549
|
+
### Miscellaneous Chores
|
|
550
|
+
|
|
551
|
+
* update dependency @types/node to v20.8.10 ([f897b79](https://github.com/appium/node-teen_process/commit/f897b794853170668e816e4a1b1563658c28e954))
|
|
552
|
+
|
|
553
|
+
## [2.0.69](https://github.com/appium/node-teen_process/compare/v2.0.68...v2.0.69) (2023-10-31)
|
|
554
|
+
|
|
555
|
+
|
|
556
|
+
### Miscellaneous Chores
|
|
557
|
+
|
|
558
|
+
* update dependency semantic-release to v22.0.6 ([1c4885a](https://github.com/appium/node-teen_process/commit/1c4885a3af720f394bc4c40ae682793858ef1d60))
|
|
559
|
+
|
|
560
|
+
## [2.0.68](https://github.com/appium/node-teen_process/compare/v2.0.67...v2.0.68) (2023-10-25)
|
|
561
|
+
|
|
562
|
+
|
|
563
|
+
### Miscellaneous Chores
|
|
564
|
+
|
|
565
|
+
* update dependency @types/node to v20 ([#365](https://github.com/appium/node-teen_process/issues/365)) ([14a03ac](https://github.com/appium/node-teen_process/commit/14a03acf6a03ced17449c2057ac42073f6a9e8fe))
|
|
566
|
+
* update dependency eslint-config-prettier to v9 ([#280](https://github.com/appium/node-teen_process/issues/280)) ([baa43ae](https://github.com/appium/node-teen_process/commit/baa43aef11df88865de4a8a2ff1fe62bd5bbda89))
|
|
567
|
+
* update dependency lint-staged to v15 ([#346](https://github.com/appium/node-teen_process/issues/346)) ([4d2cc05](https://github.com/appium/node-teen_process/commit/4d2cc05a214f6d7e841b73981c3840ec7ff89296))
|
|
568
|
+
* update dependency sinon to v17 ([#363](https://github.com/appium/node-teen_process/issues/363)) ([0444949](https://github.com/appium/node-teen_process/commit/0444949bc431559390990f9307cb9670bcd3d220))
|
|
569
|
+
|
|
570
|
+
## [2.0.67](https://github.com/appium/node-teen_process/compare/v2.0.66...v2.0.67) (2023-10-23)
|
|
571
|
+
|
|
572
|
+
|
|
573
|
+
### Miscellaneous Chores
|
|
574
|
+
|
|
575
|
+
* update dependency eslint-plugin-import to v2.29.0 ([a5a049e](https://github.com/appium/node-teen_process/commit/a5a049ee3a63092046db66a6d5c5bb91794513fb))
|
|
576
|
+
|
|
577
|
+
## [2.0.66](https://github.com/appium/node-teen_process/compare/v2.0.65...v2.0.66) (2023-10-22)
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
### Miscellaneous Chores
|
|
581
|
+
|
|
582
|
+
* update dependency eslint to v8.52.0 ([2445efd](https://github.com/appium/node-teen_process/commit/2445efd266ad16da35b732502df9533ebd4e976b))
|
|
583
|
+
|
|
584
|
+
## [2.0.65](https://github.com/appium/node-teen_process/compare/v2.0.64...v2.0.65) (2023-10-22)
|
|
585
|
+
|
|
586
|
+
|
|
587
|
+
### Miscellaneous Chores
|
|
588
|
+
|
|
589
|
+
* update dependency @appium/types to v0.14.1 ([c71f951](https://github.com/appium/node-teen_process/commit/c71f951a70286af82cd486e89f643f857e05512b))
|
|
590
|
+
|
|
591
|
+
## [2.0.64](https://github.com/appium/node-teen_process/compare/v2.0.63...v2.0.64) (2023-10-21)
|
|
592
|
+
|
|
593
|
+
|
|
594
|
+
### Miscellaneous Chores
|
|
595
|
+
|
|
596
|
+
* update npm to v10.2.1 ([2302955](https://github.com/appium/node-teen_process/commit/2302955c91150c24205c0ed564bad7bbd23f62f6))
|
|
597
|
+
|
|
598
|
+
## [2.0.63](https://github.com/appium/node-teen_process/compare/v2.0.62...v2.0.63) (2023-10-21)
|
|
599
|
+
|
|
600
|
+
|
|
601
|
+
### Miscellaneous Chores
|
|
602
|
+
|
|
603
|
+
* update dependency sinon to v16.1.3 ([45dba7e](https://github.com/appium/node-teen_process/commit/45dba7e63618d175d90dedd9b9adf146efcf9e05))
|
|
604
|
+
|
|
605
|
+
## [2.0.62](https://github.com/appium/node-teen_process/compare/v2.0.61...v2.0.62) (2023-10-21)
|
|
606
|
+
|
|
607
|
+
|
|
608
|
+
### Miscellaneous Chores
|
|
609
|
+
|
|
610
|
+
* update dependency @types/ws to v8.5.8 ([6bd8d68](https://github.com/appium/node-teen_process/commit/6bd8d68f9f299071503e4ef307bdbe2e898044e2))
|
|
611
|
+
|
|
612
|
+
## [2.0.61](https://github.com/appium/node-teen_process/compare/v2.0.60...v2.0.61) (2023-10-21)
|
|
613
|
+
|
|
614
|
+
|
|
615
|
+
### Miscellaneous Chores
|
|
616
|
+
|
|
617
|
+
* update dependency @types/source-map-support to v0.5.9 ([ebb5d40](https://github.com/appium/node-teen_process/commit/ebb5d407515a42cf2d192041835332d47fa042ed))
|
|
618
|
+
|
|
619
|
+
## [2.0.60](https://github.com/appium/node-teen_process/compare/v2.0.59...v2.0.60) (2023-10-20)
|
|
620
|
+
|
|
621
|
+
|
|
622
|
+
### Miscellaneous Chores
|
|
623
|
+
|
|
624
|
+
* update dependency @types/sinon to v10.0.20 ([7fdd5d6](https://github.com/appium/node-teen_process/commit/7fdd5d6944c6153edb3d079f9ccb0daf0da98db4))
|
|
625
|
+
|
|
626
|
+
## [2.0.59](https://github.com/appium/node-teen_process/compare/v2.0.58...v2.0.59) (2023-10-20)
|
|
627
|
+
|
|
628
|
+
|
|
629
|
+
### Miscellaneous Chores
|
|
630
|
+
|
|
631
|
+
* update dependency @types/shell-quote to v1.7.3 ([0921122](https://github.com/appium/node-teen_process/commit/092112225f2faaf745147e88c13646dda4594a47))
|
|
632
|
+
|
|
633
|
+
## [2.0.58](https://github.com/appium/node-teen_process/compare/v2.0.57...v2.0.58) (2023-10-20)
|
|
634
|
+
|
|
635
|
+
|
|
636
|
+
### Miscellaneous Chores
|
|
637
|
+
|
|
638
|
+
* update dependency @types/node to v18.18.6 ([6e671a2](https://github.com/appium/node-teen_process/commit/6e671a282c87fe3deef70fdd481f7ac908c69500))
|
|
639
|
+
|
|
640
|
+
## [2.0.57](https://github.com/appium/node-teen_process/compare/v2.0.56...v2.0.57) (2023-10-20)
|
|
641
|
+
|
|
642
|
+
|
|
643
|
+
### Miscellaneous Chores
|
|
644
|
+
|
|
645
|
+
* update dependency @types/mocha to v10.0.3 ([81863f5](https://github.com/appium/node-teen_process/commit/81863f5ae62ac37aba89ecd3691f7106e5ea4ecb))
|
|
646
|
+
|
|
647
|
+
## [2.0.56](https://github.com/appium/node-teen_process/compare/v2.0.55...v2.0.56) (2023-10-19)
|
|
648
|
+
|
|
649
|
+
|
|
650
|
+
### Miscellaneous Chores
|
|
651
|
+
|
|
652
|
+
* update dependency @types/lodash to v4.14.200 ([b9e0886](https://github.com/appium/node-teen_process/commit/b9e088674dd26af1a079b9339dbfc966887c7d79))
|
|
653
|
+
|
|
654
|
+
## [2.0.55](https://github.com/appium/node-teen_process/compare/v2.0.54...v2.0.55) (2023-10-19)
|
|
655
|
+
|
|
656
|
+
|
|
657
|
+
### Miscellaneous Chores
|
|
658
|
+
|
|
659
|
+
* update dependency @types/chai-as-promised to v7.1.7 ([a34a148](https://github.com/appium/node-teen_process/commit/a34a148ba7800d24860b741627a43eebd54af93d))
|
|
660
|
+
|
|
661
|
+
## [2.0.54](https://github.com/appium/node-teen_process/compare/v2.0.53...v2.0.54) (2023-10-19)
|
|
662
|
+
|
|
663
|
+
|
|
664
|
+
### Miscellaneous Chores
|
|
665
|
+
|
|
666
|
+
* update dependency @appium/tsconfig to v0.3.2 ([0058ec5](https://github.com/appium/node-teen_process/commit/0058ec5c881056a2cd9d20d59658bfd065a57016))
|
|
667
|
+
|
|
668
|
+
## [2.0.53](https://github.com/appium/node-teen_process/compare/v2.0.52...v2.0.53) (2023-10-19)
|
|
669
|
+
|
|
670
|
+
|
|
671
|
+
### Miscellaneous Chores
|
|
672
|
+
|
|
673
|
+
* update dependency @appium/eslint-config-appium to v8.0.5 ([675e1ab](https://github.com/appium/node-teen_process/commit/675e1abf895c014771737689950de26cd3f5c149))
|
|
674
|
+
|
|
675
|
+
## [2.0.52](https://github.com/appium/node-teen_process/compare/v2.0.51...v2.0.52) (2023-10-18)
|
|
676
|
+
|
|
677
|
+
|
|
678
|
+
### Miscellaneous Chores
|
|
679
|
+
|
|
680
|
+
* update dependency @types/chai to v4.3.9 ([03a91cb](https://github.com/appium/node-teen_process/commit/03a91cbee7af5b3f625927f5e50b38a750d6cbcd))
|
|
681
|
+
|
|
682
|
+
## [2.0.51](https://github.com/appium/node-teen_process/compare/v2.0.50...v2.0.51) (2023-10-18)
|
|
683
|
+
|
|
684
|
+
|
|
685
|
+
### Miscellaneous Chores
|
|
686
|
+
|
|
687
|
+
* update dependency @types/bluebird to v3.5.41 ([5ff2eb1](https://github.com/appium/node-teen_process/commit/5ff2eb1a6626cccef17b227aa1c3ed1c640a2a54))
|
|
688
|
+
|
|
689
|
+
## [2.0.50](https://github.com/appium/node-teen_process/compare/v2.0.49...v2.0.50) (2023-10-13)
|
|
690
|
+
|
|
691
|
+
|
|
692
|
+
### Miscellaneous Chores
|
|
693
|
+
|
|
694
|
+
* update dependency @types/node to v18.18.5 ([ef8f850](https://github.com/appium/node-teen_process/commit/ef8f85087b49472fe6654450a0d5dae50cf9dc46))
|
|
695
|
+
|
|
696
|
+
## [2.0.49](https://github.com/appium/node-teen_process/compare/v2.0.48...v2.0.49) (2023-10-13)
|
|
697
|
+
|
|
698
|
+
|
|
699
|
+
### Miscellaneous Chores
|
|
700
|
+
|
|
701
|
+
* update dependency @types/chai to v4.3.8 ([8047652](https://github.com/appium/node-teen_process/commit/8047652ea84e206234b386105a1537f5b97cf8a7))
|
|
702
|
+
|
|
703
|
+
## [2.0.48](https://github.com/appium/node-teen_process/compare/v2.0.47...v2.0.48) (2023-10-11)
|
|
704
|
+
|
|
705
|
+
|
|
706
|
+
### Miscellaneous Chores
|
|
707
|
+
|
|
708
|
+
* update dependency @types/ws to v8.5.7 ([5ae002d](https://github.com/appium/node-teen_process/commit/5ae002daaf86f79345d7729ed167bf36cefe78c4))
|
|
709
|
+
|
|
710
|
+
## [2.0.47](https://github.com/appium/node-teen_process/compare/v2.0.46...v2.0.47) (2023-10-10)
|
|
711
|
+
|
|
712
|
+
|
|
713
|
+
### Miscellaneous Chores
|
|
714
|
+
|
|
715
|
+
* update dependency @types/chai to v4.3.7 ([b52ca31](https://github.com/appium/node-teen_process/commit/b52ca31aa6178d71a48c5912e826affa827b1765))
|
|
716
|
+
|
|
717
|
+
## [2.0.46](https://github.com/appium/node-teen_process/compare/v2.0.45...v2.0.46) (2023-10-10)
|
|
718
|
+
|
|
719
|
+
|
|
720
|
+
### Miscellaneous Chores
|
|
721
|
+
|
|
722
|
+
* update dependency @types/bluebird to v3.5.40 ([49d8e6b](https://github.com/appium/node-teen_process/commit/49d8e6b3336b4f935cdb9288f3eb9be57f40c3d8))
|
|
723
|
+
|
|
724
|
+
## [2.0.45](https://github.com/appium/node-teen_process/compare/v2.0.44...v2.0.45) (2023-10-07)
|
|
725
|
+
|
|
726
|
+
|
|
727
|
+
### Miscellaneous Chores
|
|
728
|
+
|
|
729
|
+
* update dependency eslint to v8.51.0 ([047f066](https://github.com/appium/node-teen_process/commit/047f0666d2a746381c8165db6df75cf77d0459e0))
|
|
730
|
+
|
|
731
|
+
## [2.0.44](https://github.com/appium/node-teen_process/compare/v2.0.43...v2.0.44) (2023-10-07)
|
|
732
|
+
|
|
733
|
+
|
|
734
|
+
### Miscellaneous Chores
|
|
735
|
+
|
|
736
|
+
* update dependency @types/sinon to v10.0.19 ([9eaa016](https://github.com/appium/node-teen_process/commit/9eaa016cf0c7319ea87fcfc6aefb18e5e45d13a6))
|
|
737
|
+
|
|
738
|
+
## [2.0.43](https://github.com/appium/node-teen_process/compare/v2.0.42...v2.0.43) (2023-10-07)
|
|
739
|
+
|
|
740
|
+
|
|
741
|
+
### Miscellaneous Chores
|
|
742
|
+
|
|
743
|
+
* update dependency @types/node to v18.18.4 ([00e8b7e](https://github.com/appium/node-teen_process/commit/00e8b7e0f4a275d3c0530d143d94bdb92c4c1978))
|
|
744
|
+
|
|
745
|
+
## [2.0.42](https://github.com/appium/node-teen_process/compare/v2.0.41...v2.0.42) (2023-10-06)
|
|
746
|
+
|
|
747
|
+
|
|
748
|
+
### Miscellaneous Chores
|
|
749
|
+
|
|
750
|
+
* update dependency sinon to v16.1.0 ([40d47e8](https://github.com/appium/node-teen_process/commit/40d47e850650bd8638a7a61da4923cfe37f6fb15))
|
|
751
|
+
|
|
752
|
+
## [2.0.41](https://github.com/appium/node-teen_process/compare/v2.0.40...v2.0.41) (2023-10-04)
|
|
753
|
+
|
|
754
|
+
|
|
755
|
+
### Miscellaneous Chores
|
|
756
|
+
|
|
757
|
+
* update npm to v10.2.0 ([f688f4f](https://github.com/appium/node-teen_process/commit/f688f4f04b321cb1c20d68c57c6fbaf3cb56b057))
|
|
758
|
+
|
|
759
|
+
## [2.0.40](https://github.com/appium/node-teen_process/compare/v2.0.39...v2.0.40) (2023-10-03)
|
|
760
|
+
|
|
761
|
+
|
|
762
|
+
### Miscellaneous Chores
|
|
763
|
+
|
|
764
|
+
* update dependency @types/sinon to v10.0.18 ([e819e82](https://github.com/appium/node-teen_process/commit/e819e82d48703d0da817a39cbca595c9a4bbd1b5))
|
|
765
|
+
|
|
766
|
+
## [2.0.39](https://github.com/appium/node-teen_process/compare/v2.0.38...v2.0.39) (2023-10-03)
|
|
767
|
+
|
|
768
|
+
|
|
769
|
+
### Miscellaneous Chores
|
|
770
|
+
|
|
771
|
+
* update dependency @types/node to v18.18.3 ([9724396](https://github.com/appium/node-teen_process/commit/9724396bf317523d5022eb2797342bbef6c98da8))
|
|
772
|
+
|
|
773
|
+
## [2.0.38](https://github.com/appium/node-teen_process/compare/v2.0.37...v2.0.38) (2023-09-30)
|
|
774
|
+
|
|
775
|
+
|
|
776
|
+
### Miscellaneous Chores
|
|
777
|
+
|
|
778
|
+
* update dependency @types/node to v18.18.1 ([8a37d7d](https://github.com/appium/node-teen_process/commit/8a37d7d8b76f665887673ac3cf1caa005c52bc0a))
|
|
779
|
+
|
|
780
|
+
## [2.0.37](https://github.com/appium/node-teen_process/compare/v2.0.36...v2.0.37) (2023-09-28)
|
|
781
|
+
|
|
782
|
+
|
|
783
|
+
### Miscellaneous Chores
|
|
784
|
+
|
|
785
|
+
* update dependency chai to v4.3.10 ([a59191b](https://github.com/appium/node-teen_process/commit/a59191b7f75a100bec70640597509f1d2ad5b1c4))
|
|
786
|
+
|
|
787
|
+
## [2.0.36](https://github.com/appium/node-teen_process/compare/v2.0.35...v2.0.36) (2023-09-28)
|
|
788
|
+
|
|
789
|
+
|
|
790
|
+
### Miscellaneous Chores
|
|
791
|
+
|
|
792
|
+
* update dependency @types/mocha to v10.0.2 ([e1f6e94](https://github.com/appium/node-teen_process/commit/e1f6e94f6e8eede60f82f075bf840d9e1256644e))
|
|
793
|
+
|
|
794
|
+
## [2.0.35](https://github.com/appium/node-teen_process/compare/v2.0.34...v2.0.35) (2023-09-27)
|
|
795
|
+
|
|
796
|
+
|
|
797
|
+
### Miscellaneous Chores
|
|
798
|
+
|
|
799
|
+
* update dependency @types/node to v18.18.0 ([cc4f8dd](https://github.com/appium/node-teen_process/commit/cc4f8dd61a191e6a3b0614dcccde03c86ba8fdb1))
|
|
800
|
+
|
|
801
|
+
## [2.0.34](https://github.com/appium/node-teen_process/compare/v2.0.33...v2.0.34) (2023-09-27)
|
|
802
|
+
|
|
803
|
+
|
|
804
|
+
### Miscellaneous Chores
|
|
805
|
+
|
|
806
|
+
* update dependency @types/ws to v8.5.6 ([068dfe0](https://github.com/appium/node-teen_process/commit/068dfe02f04f570599d8a9bddbfd3cadeb5165e2))
|
|
807
|
+
|
|
808
|
+
## [2.0.33](https://github.com/appium/node-teen_process/compare/v2.0.32...v2.0.33) (2023-09-26)
|
|
809
|
+
|
|
810
|
+
|
|
811
|
+
### Miscellaneous Chores
|
|
812
|
+
|
|
813
|
+
* update dependency @types/source-map-support to v0.5.8 ([6d740da](https://github.com/appium/node-teen_process/commit/6d740dab22f6e4b587bc725c99c0c10bae9a3fe5))
|
|
814
|
+
|
|
815
|
+
## [2.0.32](https://github.com/appium/node-teen_process/compare/v2.0.31...v2.0.32) (2023-09-26)
|
|
816
|
+
|
|
817
|
+
|
|
818
|
+
### Miscellaneous Chores
|
|
819
|
+
|
|
820
|
+
* update dependency @types/sinon to v10.0.17 ([a4eb052](https://github.com/appium/node-teen_process/commit/a4eb052965fbd3c622d75e756253fa4fba322a17))
|
|
821
|
+
|
|
822
|
+
## [2.0.31](https://github.com/appium/node-teen_process/compare/v2.0.30...v2.0.31) (2023-09-26)
|
|
823
|
+
|
|
824
|
+
|
|
825
|
+
### Miscellaneous Chores
|
|
826
|
+
|
|
827
|
+
* update dependency @types/shell-quote to v1.7.2 ([517b7aa](https://github.com/appium/node-teen_process/commit/517b7aad21508437b6dd1c118099a7bb0078ba4e))
|
|
828
|
+
|
|
829
|
+
## [2.0.30](https://github.com/appium/node-teen_process/compare/v2.0.29...v2.0.30) (2023-09-25)
|
|
830
|
+
|
|
831
|
+
|
|
832
|
+
### Miscellaneous Chores
|
|
833
|
+
|
|
834
|
+
* update dependency eslint-plugin-mocha to v10.2.0 ([84cd4db](https://github.com/appium/node-teen_process/commit/84cd4dbf9202c466f99f2d50f97238e070b8e953))
|
|
835
|
+
|
|
836
|
+
## [2.0.29](https://github.com/appium/node-teen_process/compare/v2.0.28...v2.0.29) (2023-09-25)
|
|
837
|
+
|
|
838
|
+
|
|
839
|
+
### Miscellaneous Chores
|
|
840
|
+
|
|
841
|
+
* update dependency semantic-release to v22.0.5 ([2dc9a94](https://github.com/appium/node-teen_process/commit/2dc9a947066196fcecb28ebd4084530fcce26930))
|
|
842
|
+
|
|
843
|
+
## [2.0.28](https://github.com/appium/node-teen_process/compare/v2.0.27...v2.0.28) (2023-09-24)
|
|
844
|
+
|
|
845
|
+
|
|
846
|
+
### Miscellaneous Chores
|
|
847
|
+
|
|
848
|
+
* update dependency @types/node to v18.17.19 ([1301d74](https://github.com/appium/node-teen_process/commit/1301d74a482f6437cb84098305fbb44e2e8af2c1))
|
|
849
|
+
|
|
850
|
+
## [2.0.27](https://github.com/appium/node-teen_process/compare/v2.0.26...v2.0.27) (2023-09-24)
|
|
851
|
+
|
|
852
|
+
|
|
853
|
+
### Miscellaneous Chores
|
|
854
|
+
|
|
855
|
+
* update dependency lint-staged to v14 ([#286](https://github.com/appium/node-teen_process/issues/286)) ([76e88c5](https://github.com/appium/node-teen_process/commit/76e88c5071a3fea8ac412da2cc696068498a3b78))
|
|
856
|
+
* update dependency semantic-release to v22 ([#319](https://github.com/appium/node-teen_process/issues/319)) ([a835925](https://github.com/appium/node-teen_process/commit/a8359250cba44941982c8b57d5c5b2cefa87438b))
|
|
857
|
+
|
|
858
|
+
## [2.0.26](https://github.com/appium/node-teen_process/compare/v2.0.25...v2.0.26) (2023-09-23)
|
|
859
|
+
|
|
860
|
+
|
|
861
|
+
### Miscellaneous Chores
|
|
862
|
+
|
|
863
|
+
* update dependency eslint to v8.50.0 ([27077f8](https://github.com/appium/node-teen_process/commit/27077f8f6809b1f864be89734ac1308187adcc45))
|
|
864
|
+
|
|
865
|
+
## [2.0.25](https://github.com/appium/node-teen_process/compare/v2.0.24...v2.0.25) (2023-09-23)
|
|
866
|
+
|
|
867
|
+
|
|
868
|
+
### Miscellaneous Chores
|
|
869
|
+
|
|
870
|
+
* update dependency @types/lodash to v4.14.199 ([9c9f9f4](https://github.com/appium/node-teen_process/commit/9c9f9f475730ab65d68e3b1749df97eaf0f5c712))
|
|
871
|
+
|
|
872
|
+
## [2.0.24](https://github.com/appium/node-teen_process/compare/v2.0.23...v2.0.24) (2023-09-20)
|
|
873
|
+
|
|
874
|
+
|
|
875
|
+
### Miscellaneous Chores
|
|
876
|
+
|
|
877
|
+
* update dependency @types/node to v18.17.18 ([30d5b00](https://github.com/appium/node-teen_process/commit/30d5b005890ed0ed8e294d2ce2d4302f9b226e49))
|
|
878
|
+
|
|
879
|
+
## [2.0.23](https://github.com/appium/node-teen_process/compare/v2.0.22...v2.0.23) (2023-09-16)
|
|
880
|
+
|
|
881
|
+
|
|
882
|
+
### Miscellaneous Chores
|
|
883
|
+
|
|
884
|
+
* update dependency semantic-release to v21.1.2 ([7a8af59](https://github.com/appium/node-teen_process/commit/7a8af5949a86de08bbdd5123814f22f630feb670))
|
|
885
|
+
|
|
886
|
+
## [2.0.22](https://github.com/appium/node-teen_process/compare/v2.0.21...v2.0.22) (2023-09-16)
|
|
887
|
+
|
|
888
|
+
|
|
889
|
+
### Miscellaneous Chores
|
|
890
|
+
|
|
891
|
+
* update dependency @types/node to v18.17.17 ([392d2b9](https://github.com/appium/node-teen_process/commit/392d2b9e5bcd0f7ee65d1bb27d4aedbb569222d5))
|
|
892
|
+
|
|
893
|
+
## [2.0.21](https://github.com/appium/node-teen_process/compare/v2.0.20...v2.0.21) (2023-09-16)
|
|
894
|
+
|
|
895
|
+
|
|
896
|
+
### Miscellaneous Chores
|
|
897
|
+
|
|
898
|
+
* update dependency @types/bluebird to v3.5.39 ([474979e](https://github.com/appium/node-teen_process/commit/474979e24d346af9b28c046d19723c1c050d9e96))
|
|
899
|
+
|
|
900
|
+
## [2.0.20](https://github.com/appium/node-teen_process/compare/v2.0.19...v2.0.20) (2023-09-15)
|
|
901
|
+
|
|
902
|
+
|
|
903
|
+
### Miscellaneous Chores
|
|
904
|
+
|
|
905
|
+
* update dependency @types/node to v18.17.16 ([2901df0](https://github.com/appium/node-teen_process/commit/2901df094b99883ea8dd2ed1fe12e5ebc630549a))
|
|
906
|
+
|
|
907
|
+
## [2.0.19](https://github.com/appium/node-teen_process/compare/v2.0.18...v2.0.19) (2023-09-14)
|
|
908
|
+
|
|
909
|
+
|
|
910
|
+
### Miscellaneous Chores
|
|
911
|
+
|
|
912
|
+
* update dependency sinon to v16 ([#314](https://github.com/appium/node-teen_process/issues/314)) ([cd9eb82](https://github.com/appium/node-teen_process/commit/cd9eb825227c3eb16d5d5e265a2b6c15558a6a3e))
|
|
913
|
+
|
|
914
|
+
## [2.0.18](https://github.com/appium/node-teen_process/compare/v2.0.17...v2.0.18) (2023-09-11)
|
|
915
|
+
|
|
916
|
+
|
|
917
|
+
### Miscellaneous Chores
|
|
918
|
+
|
|
919
|
+
* update dependency eslint to v8.49.0 ([979e626](https://github.com/appium/node-teen_process/commit/979e6262646401c3f416951c050d5c345e7f4c53))
|
|
920
|
+
|
|
921
|
+
## [2.0.17](https://github.com/appium/node-teen_process/compare/v2.0.16...v2.0.17) (2023-09-11)
|
|
922
|
+
|
|
923
|
+
|
|
924
|
+
### Miscellaneous Chores
|
|
925
|
+
|
|
926
|
+
* update dependency conventional-changelog-conventionalcommits to v7.0.2 ([dc19b3d](https://github.com/appium/node-teen_process/commit/dc19b3d704b69c59b6256e2b75966fa1c05c8f66))
|
|
927
|
+
|
|
928
|
+
## [2.0.16](https://github.com/appium/node-teen_process/compare/v2.0.15...v2.0.16) (2023-09-11)
|
|
929
|
+
|
|
930
|
+
|
|
931
|
+
### Miscellaneous Chores
|
|
932
|
+
|
|
933
|
+
* update dependency @types/node to v18.17.15 ([babafe4](https://github.com/appium/node-teen_process/commit/babafe49eaa6e14e3596ee4eb62b09747c9a05c8))
|
|
934
|
+
|
|
935
|
+
## [2.0.15](https://github.com/appium/node-teen_process/compare/v2.0.14...v2.0.15) (2023-09-10)
|
|
936
|
+
|
|
937
|
+
|
|
938
|
+
### Miscellaneous Chores
|
|
939
|
+
|
|
940
|
+
* update dependency @types/lodash to v4.14.198 ([ef4aaaa](https://github.com/appium/node-teen_process/commit/ef4aaaaf15605df254055228a55b5ee98d412c21))
|
|
941
|
+
|
|
942
|
+
## [2.0.14](https://github.com/appium/node-teen_process/compare/v2.0.13...v2.0.14) (2023-09-10)
|
|
943
|
+
|
|
944
|
+
|
|
945
|
+
### Miscellaneous Chores
|
|
946
|
+
|
|
947
|
+
* update dependency @types/chai-as-promised to v7.1.6 ([11800a9](https://github.com/appium/node-teen_process/commit/11800a9d5d165815d0da0e3da313b7befd8e4376))
|
|
948
|
+
|
|
949
|
+
## [2.0.13](https://github.com/appium/node-teen_process/compare/v2.0.12...v2.0.13) (2023-09-10)
|
|
950
|
+
|
|
951
|
+
|
|
952
|
+
### Miscellaneous Chores
|
|
953
|
+
|
|
954
|
+
* update dependency @types/chai to v4.3.6 ([77d0e1a](https://github.com/appium/node-teen_process/commit/77d0e1acf519fa700fb7767a44b960ab62a75ab6))
|
|
955
|
+
|
|
956
|
+
## [2.0.12](https://github.com/appium/node-teen_process/compare/v2.0.11...v2.0.12) (2023-08-30)
|
|
957
|
+
|
|
958
|
+
|
|
959
|
+
### Miscellaneous Chores
|
|
960
|
+
|
|
961
|
+
* update dependency conventional-changelog-conventionalcommits to v7 ([#304](https://github.com/appium/node-teen_process/issues/304)) ([b793d15](https://github.com/appium/node-teen_process/commit/b793d15c6e674ce482d558f1ad7dde20e9a9027e))
|
|
962
|
+
|
|
963
|
+
## [2.0.11](https://github.com/appium/node-teen_process/compare/v2.0.10...v2.0.11) (2023-08-30)
|
|
964
|
+
|
|
965
|
+
|
|
966
|
+
### Miscellaneous Chores
|
|
967
|
+
|
|
968
|
+
* update dependency prettier to v3.0.3 ([1eec35a](https://github.com/appium/node-teen_process/commit/1eec35a0da2b9613a6edea832d85e0683e9354d8))
|
|
969
|
+
|
|
970
|
+
## [2.0.10](https://github.com/appium/node-teen_process/compare/v2.0.9...v2.0.10) (2023-08-28)
|
|
971
|
+
|
|
972
|
+
|
|
973
|
+
### Miscellaneous Chores
|
|
974
|
+
|
|
975
|
+
* update dependency @types/node to v18.17.12 ([4812506](https://github.com/appium/node-teen_process/commit/481250675f0cee4183931f20bc38c46f6ed081d5))
|
|
976
|
+
|
|
977
|
+
## [2.0.9](https://github.com/appium/node-teen_process/compare/v2.0.8...v2.0.9) (2023-08-26)
|
|
978
|
+
|
|
979
|
+
|
|
980
|
+
### Miscellaneous Chores
|
|
981
|
+
|
|
982
|
+
* update dependency eslint to v8.48.0 ([6ee6949](https://github.com/appium/node-teen_process/commit/6ee6949632d852f722d1f1a2169376ba704d149d))
|
|
983
|
+
|
|
984
|
+
## [2.0.8](https://github.com/appium/node-teen_process/compare/v2.0.7...v2.0.8) (2023-08-25)
|
|
985
|
+
|
|
986
|
+
|
|
987
|
+
### Miscellaneous Chores
|
|
988
|
+
|
|
989
|
+
* update dependency typescript to v5.2.2 ([9fa9af8](https://github.com/appium/node-teen_process/commit/9fa9af8e74ce43c027de3530b1434d25e490906c))
|
|
990
|
+
|
|
991
|
+
## [2.0.7](https://github.com/appium/node-teen_process/compare/v2.0.6...v2.0.7) (2023-08-25)
|
|
992
|
+
|
|
993
|
+
|
|
994
|
+
### Miscellaneous Chores
|
|
995
|
+
|
|
996
|
+
* update dependency chai to v4.3.8 ([3035f60](https://github.com/appium/node-teen_process/commit/3035f606d91d78b2d3174dbc1b6c7904ab10e229))
|
|
997
|
+
|
|
998
|
+
## [2.0.6](https://github.com/appium/node-teen_process/compare/v2.0.5...v2.0.6) (2023-08-25)
|
|
999
|
+
|
|
1000
|
+
|
|
1001
|
+
### Miscellaneous Chores
|
|
1002
|
+
|
|
1003
|
+
* pin dependencies ([3407c1b](https://github.com/appium/node-teen_process/commit/3407c1b5c3442345a2da854c507421120a179ff5))
|
|
1004
|
+
|
|
1005
|
+
## [2.0.5](https://github.com/appium/node-teen_process/compare/v2.0.4...v2.0.5) (2023-08-25)
|
|
1006
|
+
|
|
1007
|
+
|
|
1008
|
+
### Miscellaneous Chores
|
|
1009
|
+
|
|
1010
|
+
* add changelog ([d8a084b](https://github.com/appium/node-teen_process/commit/d8a084bfeb58488505fd489f37eb927312239382))
|
|
1011
|
+
* add main ([84e9494](https://github.com/appium/node-teen_process/commit/84e94948becd8474810705ad1fc0b877cd36edda))
|
|
1012
|
+
* update dependency @appium/eslint-config-appium to v8.0.4 ([6d6c852](https://github.com/appium/node-teen_process/commit/6d6c852eda3aa7865fe0c385b4f9acf82f5bb5a5))
|
|
1013
|
+
* update dependency @appium/tsconfig to v0.3.1 ([457e1fe](https://github.com/appium/node-teen_process/commit/457e1fe62159e0ea2a1c41e20da7c939c11ac4e4))
|
|
1014
|
+
* update dependency @appium/types to v0.12.0 ([c808e57](https://github.com/appium/node-teen_process/commit/c808e5716b9c53c1b4eefd342073b6fa9116e83a))
|
|
1015
|
+
* update dependency @appium/types to v0.13.0 ([fb5d7a7](https://github.com/appium/node-teen_process/commit/fb5d7a79ef4a61f24a6860635dbf36ecea396323))
|
|
1016
|
+
* update dependency @appium/types to v0.13.1 ([bf4c5aa](https://github.com/appium/node-teen_process/commit/bf4c5aa1300cbf9482e84b68b2643a2dca763c02))
|
|
1017
|
+
* update dependency @appium/types to v0.13.2 ([feaa1fc](https://github.com/appium/node-teen_process/commit/feaa1fc227019581a98c1710e90e9e791e8b81b8))
|
|
1018
|
+
* update dependency @appium/types to v0.13.3 ([3de47e2](https://github.com/appium/node-teen_process/commit/3de47e296c743b31de7146e28fffa0464a111642))
|
|
1019
|
+
* update dependency @appium/types to v0.13.4 ([8a3b955](https://github.com/appium/node-teen_process/commit/8a3b9559bb9a63050e017e78fc2b4b829bfb27fc))
|
|
1020
|
+
* update dependency @types/lodash to v4.14.196 ([3cb00a4](https://github.com/appium/node-teen_process/commit/3cb00a457ba5d8c6950c26686bad0d18bb2f152a))
|
|
1021
|
+
* update dependency @types/lodash to v4.14.197 ([6530ac8](https://github.com/appium/node-teen_process/commit/6530ac8b9c6ce855aaa1b2f82537af7438d62ca5))
|
|
1022
|
+
* update dependency @types/node to v18.16.19 ([736cafa](https://github.com/appium/node-teen_process/commit/736cafa61c0e1fca6c02cc7168da5d63d725571e))
|
|
1023
|
+
* update dependency @types/node to v18.16.20 ([e803d8d](https://github.com/appium/node-teen_process/commit/e803d8d7a628f45421aa58b50190e2bcfad4f3df))
|
|
1024
|
+
* update dependency @types/node to v18.17.0 ([ed954ea](https://github.com/appium/node-teen_process/commit/ed954ea360fbeea0909d3880bd03589df4d28350))
|
|
1025
|
+
* update dependency @types/node to v18.17.1 ([be8934c](https://github.com/appium/node-teen_process/commit/be8934c12c74feb68d7e0dbb40ad34ec20ec4c1c))
|
|
1026
|
+
* update dependency @types/node to v18.17.11 ([f734376](https://github.com/appium/node-teen_process/commit/f734376fc6dd64be336a18097b4b0d02773c40f9))
|
|
1027
|
+
* update dependency @types/node to v18.17.2 ([85ad3e7](https://github.com/appium/node-teen_process/commit/85ad3e74a74cd5b4184c17134572fafa82c0f68c))
|
|
1028
|
+
* update dependency @types/node to v18.17.3 ([7466028](https://github.com/appium/node-teen_process/commit/7466028163feececdf08faeb620d5a1dd25bd310))
|
|
1029
|
+
* update dependency @types/node to v18.17.4 ([79807ce](https://github.com/appium/node-teen_process/commit/79807cea68a0336560c4485f0ba660460315320b))
|
|
1030
|
+
* update dependency @types/node to v18.17.5 ([96efa63](https://github.com/appium/node-teen_process/commit/96efa63666b11f24a4f74e5d53d4ca98d7e512dc))
|
|
1031
|
+
* update dependency @types/node to v18.17.6 ([c9aad3a](https://github.com/appium/node-teen_process/commit/c9aad3a927cb1dc82ce793588a59a8dbaa9c1e85))
|
|
1032
|
+
* update dependency @types/node to v18.17.7 ([5a574cf](https://github.com/appium/node-teen_process/commit/5a574cfa5e2d07a0f3b80832bbced9fe24ad35c6))
|
|
1033
|
+
* update dependency @types/node to v18.17.8 ([bc9ffc8](https://github.com/appium/node-teen_process/commit/bc9ffc8607bce1090bd599279a30d8e1079788db))
|
|
1034
|
+
* update dependency @types/node to v18.17.9 ([0091c8f](https://github.com/appium/node-teen_process/commit/0091c8fd14d24ef12d09cc036906636508052491))
|
|
1035
|
+
* update dependency @types/sinon to v10.0.16 ([1102508](https://github.com/appium/node-teen_process/commit/110250865bca54199dfd508dbb5e14df7e638422))
|
|
1036
|
+
* update dependency @types/source-map-support to v0.5.7 ([cc1c63b](https://github.com/appium/node-teen_process/commit/cc1c63b1a503c776119926ef126bee896802d6ee))
|
|
1037
|
+
* update dependency @types/ws to v8.5.5 ([979f00d](https://github.com/appium/node-teen_process/commit/979f00d660b8d2e1e27c4cceb912e20274da7110))
|
|
1038
|
+
* update dependency eslint to v8.43.0 ([19fa3e6](https://github.com/appium/node-teen_process/commit/19fa3e61b4023002e8906c71538f58caf9f9701d))
|
|
1039
|
+
* update dependency eslint to v8.44.0 ([4e5dcb0](https://github.com/appium/node-teen_process/commit/4e5dcb0b492708144842dda42e30eceaa1f94723))
|
|
1040
|
+
* update dependency eslint to v8.45.0 ([4e9667a](https://github.com/appium/node-teen_process/commit/4e9667a6414c2f9d28bee057e3dd89fc218bab5c))
|
|
1041
|
+
* update dependency eslint to v8.46.0 ([61fa5a1](https://github.com/appium/node-teen_process/commit/61fa5a1a63725a12d06ea7a04119e4ba54d422d0))
|
|
1042
|
+
* update dependency eslint to v8.47.0 ([c4d5ea6](https://github.com/appium/node-teen_process/commit/c4d5ea65ea07c79b199767117cbd5359c7e0d7dc))
|
|
1043
|
+
* update dependency eslint-config-prettier to v8.10.0 ([ef55924](https://github.com/appium/node-teen_process/commit/ef559247fd31bbd550b06a80dbb33032dfb100a8))
|
|
1044
|
+
* update dependency eslint-config-prettier to v8.9.0 ([2b6619f](https://github.com/appium/node-teen_process/commit/2b6619f7386aa4346333f06091e0c67724ead061))
|
|
1045
|
+
* update dependency eslint-plugin-import to v2.28.0 ([b487d52](https://github.com/appium/node-teen_process/commit/b487d52c75aeb60d4562afe7ce7328fce7ae60cb))
|
|
1046
|
+
* update dependency eslint-plugin-import to v2.28.1 ([7eefb95](https://github.com/appium/node-teen_process/commit/7eefb9574c83d11a6a7e6be033c15ff917927649))
|
|
1047
|
+
* update dependency lint-staged to v13.2.3 ([a118250](https://github.com/appium/node-teen_process/commit/a1182507f8fb9c22ef7048706d6a9bc07667c52e))
|
|
1048
|
+
* update dependency lint-staged to v13.3.0 ([423cdb1](https://github.com/appium/node-teen_process/commit/423cdb1c3de688f18544e90c04303b244b0cfc54))
|
|
1049
|
+
* update dependency prettier to v3 ([#266](https://github.com/appium/node-teen_process/issues/266)) ([687259b](https://github.com/appium/node-teen_process/commit/687259b6bd84d93a0ee90cce4080347cfb1bacfa))
|
|
1050
|
+
* update dependency prettier to v3.0.1 ([87be875](https://github.com/appium/node-teen_process/commit/87be8750e2454cb50ba3d520565cddfa06118726))
|
|
1051
|
+
* update dependency prettier to v3.0.2 ([1f1c553](https://github.com/appium/node-teen_process/commit/1f1c5535f0614e8b587129959a6add9577727c31))
|
|
1052
|
+
* update dependency sinon to v15.2.0 ([14a656c](https://github.com/appium/node-teen_process/commit/14a656ca2ce5bbd79bc5dcd079b24de55ea51a15))
|
|
1053
|
+
* update dependency typescript to v5.1.5 ([4f7cc7d](https://github.com/appium/node-teen_process/commit/4f7cc7df12edd0cd2a1a190b4ea6888fce9299f7))
|
|
1054
|
+
* update dependency typescript to v5.1.6 ([f14ee64](https://github.com/appium/node-teen_process/commit/f14ee640716ce1707c2eab30cabda751fb1124d1))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "teen_process",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.1",
|
|
4
4
|
"description": "A grown up version of Node's spawn/exec",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"child_process",
|
|
@@ -27,8 +27,9 @@
|
|
|
27
27
|
"lib": "lib"
|
|
28
28
|
},
|
|
29
29
|
"files": [
|
|
30
|
+
"lib",
|
|
30
31
|
"build/lib",
|
|
31
|
-
"
|
|
32
|
+
"CHANGELOG.md"
|
|
32
33
|
],
|
|
33
34
|
"scripts": {
|
|
34
35
|
"build": "tsc -b",
|
|
@@ -69,7 +70,7 @@
|
|
|
69
70
|
"prettier": "^3.1.0",
|
|
70
71
|
"semantic-release": "^25.0.2",
|
|
71
72
|
"ts-node": "^10.9.1",
|
|
72
|
-
"typescript": "^
|
|
73
|
+
"typescript": "^6.0.2"
|
|
73
74
|
},
|
|
74
75
|
"engines": {
|
|
75
76
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|