react-native-platform-override 0.4.7 → 0.81.0-preview.10

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 (73) hide show
  1. package/bin.js +1 -2
  2. package/lib-commonjs/Api.d.ts +57 -56
  3. package/lib-commonjs/Api.js +187 -167
  4. package/lib-commonjs/Api.js.map +1 -1
  5. package/lib-commonjs/BatchingQueue.d.ts +15 -15
  6. package/lib-commonjs/BatchingQueue.js +57 -57
  7. package/lib-commonjs/BatchingQueue.js.map +1 -1
  8. package/lib-commonjs/Cli.d.ts +7 -7
  9. package/lib-commonjs/Cli.js +323 -291
  10. package/lib-commonjs/Cli.js.map +1 -1
  11. package/lib-commonjs/CrossProcessLock.d.ts +44 -44
  12. package/lib-commonjs/CrossProcessLock.js +147 -144
  13. package/lib-commonjs/CrossProcessLock.js.map +1 -1
  14. package/lib-commonjs/DiffStrategy.d.ts +24 -24
  15. package/lib-commonjs/DiffStrategy.js +34 -34
  16. package/lib-commonjs/DiffStrategy.js.map +1 -1
  17. package/lib-commonjs/FileRepository.d.ts +63 -62
  18. package/lib-commonjs/FileRepository.js +21 -21
  19. package/lib-commonjs/FileRepository.js.map +1 -1
  20. package/lib-commonjs/FileSearch.d.ts +21 -21
  21. package/lib-commonjs/FileSearch.js +77 -91
  22. package/lib-commonjs/FileSearch.js.map +1 -1
  23. package/lib-commonjs/FileSystemRepository.d.ts +21 -20
  24. package/lib-commonjs/FileSystemRepository.js +62 -59
  25. package/lib-commonjs/FileSystemRepository.js.map +1 -1
  26. package/lib-commonjs/GitReactFileRepository.d.ts +57 -58
  27. package/lib-commonjs/GitReactFileRepository.js +202 -208
  28. package/lib-commonjs/GitReactFileRepository.js.map +1 -1
  29. package/lib-commonjs/Hash.d.ts +34 -33
  30. package/lib-commonjs/Hash.js +81 -81
  31. package/lib-commonjs/Hash.js.map +1 -1
  32. package/lib-commonjs/Manifest.d.ts +80 -80
  33. package/lib-commonjs/Manifest.js +157 -154
  34. package/lib-commonjs/Manifest.js.map +1 -1
  35. package/lib-commonjs/Override.d.ts +182 -182
  36. package/lib-commonjs/Override.js +248 -245
  37. package/lib-commonjs/Override.js.map +1 -1
  38. package/lib-commonjs/OverrideFactory.d.ts +33 -33
  39. package/lib-commonjs/OverrideFactory.js +85 -70
  40. package/lib-commonjs/OverrideFactory.js.map +1 -1
  41. package/lib-commonjs/OverridePrompt.d.ts +30 -30
  42. package/lib-commonjs/OverridePrompt.js +130 -104
  43. package/lib-commonjs/OverridePrompt.js.map +1 -1
  44. package/lib-commonjs/PackageUtils.d.ts +15 -15
  45. package/lib-commonjs/PackageUtils.js +40 -38
  46. package/lib-commonjs/PackageUtils.js.map +1 -1
  47. package/lib-commonjs/PathUtils.d.ts +14 -14
  48. package/lib-commonjs/PathUtils.js +31 -28
  49. package/lib-commonjs/PathUtils.js.map +1 -1
  50. package/lib-commonjs/Serialized.d.ts +158 -158
  51. package/lib-commonjs/Serialized.js +145 -119
  52. package/lib-commonjs/Serialized.js.map +1 -1
  53. package/lib-commonjs/UpgradeStrategy.d.ts +39 -39
  54. package/lib-commonjs/UpgradeStrategy.js +102 -99
  55. package/lib-commonjs/UpgradeStrategy.js.map +1 -1
  56. package/lib-commonjs/ValidationStrategy.d.ts +57 -57
  57. package/lib-commonjs/ValidationStrategy.js +124 -124
  58. package/lib-commonjs/ValidationStrategy.js.map +1 -1
  59. package/lib-commonjs/refFromVersion.d.ts +10 -0
  60. package/lib-commonjs/refFromVersion.js +99 -0
  61. package/lib-commonjs/refFromVersion.js.map +1 -0
  62. package/lib-commonjs/scripts/generateManifest.d.ts +7 -7
  63. package/lib-commonjs/scripts/generateManifest.js +196 -170
  64. package/lib-commonjs/scripts/generateManifest.js.map +1 -1
  65. package/lib-commonjs/scripts/hashFile.d.ts +7 -7
  66. package/lib-commonjs/scripts/hashFile.js +17 -14
  67. package/lib-commonjs/scripts/hashFile.js.map +1 -1
  68. package/lib-commonjs/scripts/testLocks.d.ts +1 -1
  69. package/lib-commonjs/scripts/testLocks.js +29 -26
  70. package/lib-commonjs/scripts/testLocks.js.map +1 -1
  71. package/package.json +53 -43
  72. package/CHANGELOG.json +0 -554
  73. package/CHANGELOG.md +0 -238
package/CHANGELOG.md DELETED
@@ -1,238 +0,0 @@
1
- # Change Log - react-native-platform-override
2
-
3
- This log was last generated on Fri, 15 Jan 2021 05:06:00 GMT and should not be manually modified.
4
-
5
- <!-- Start content -->
6
-
7
- ## 0.4.7
8
-
9
- Fri, 15 Jan 2021 05:06:00 GMT
10
-
11
- ### Patches
12
-
13
- - Update code to new packages for isUtf8 and yargs (canli@microsoft.com)
14
-
15
- ## 0.4.6
16
-
17
- Wed, 06 Jan 2021 05:06:51 GMT
18
-
19
- ### Patches
20
-
21
- - Move some packages from @rnw-scripts to @react-native-windows (ngerlem@microsoft.com)
22
-
23
- ## 0.4.5
24
-
25
- Fri, 18 Dec 2020 19:23:58 GMT
26
-
27
- ### Patches
28
-
29
- - Fix missing dependency / race condition in pacakge.json (dannyvv@microsoft.com)
30
-
31
- ## 0.4.4
32
-
33
- Tue, 08 Dec 2020 03:20:37 GMT
34
-
35
- ### Patches
36
-
37
- - Use whitespace insensitive compare for indentical override detection (ngerlem@microsoft.com)
38
- - Bump yargs to 15.4.1 (ngerlem@microsoft.com)
39
-
40
- ## 0.4.3
41
-
42
- Tue, 24 Nov 2020 05:08:17 GMT
43
-
44
- ### Patches
45
-
46
- - Add more eslint rules (ngerlem@microsoft.com)
47
-
48
- ## 0.4.1
49
-
50
- Thu, 29 Oct 2020 05:05:49 GMT
51
-
52
- ### Patches
53
-
54
- - Better Override Validation Messages When Errors Exist in Multiple Packages (ngerlem@microsoft.com)
55
-
56
- ## 0.4.0
57
-
58
- Wed, 21 Oct 2020 05:05:24 GMT
59
-
60
- ### Minor changes
61
-
62
- - Allow Multiple Manifests in Monorepos (ngerlem@microsoft.com)
63
- - Drop Issue Requirement from Override Manifest Schema Validation (ngerlem@microsoft.com)
64
-
65
- ## 0.3.3
66
-
67
- Sat, 03 Oct 2020 05:04:45 GMT
68
-
69
- ### Patches
70
-
71
- - Allow Default baseVersion in Override Manfests (ngerlem@microsoft.com)
72
- - Add command to diff overrides (ngerlem@microsoft.com)
73
-
74
- ## 0.3.2
75
-
76
- Fri, 02 Oct 2020 05:05:22 GMT
77
-
78
- ### Patches
79
-
80
- - Add some extra error handling to GitReactFileRepository (ngerlem@microsoft.com)
81
-
82
- ## 0.3.1
83
-
84
- Thu, 01 Oct 2020 05:08:11 GMT
85
-
86
- ### Patches
87
-
88
- - ESLint Fixup (ngerlem@microsoft.com)
89
- - Fix applying patches when case is mismatched (ngerlem@microsoft.com)
90
-
91
- ## 0.3.0
92
-
93
- Wed, 30 Sep 2020 05:06:49 GMT
94
-
95
- ### Minor changes
96
-
97
- - macOS Support (nick@nickgerleman.com)
98
-
99
- ## 0.2.8
100
-
101
- Thu, 24 Sep 2020 05:06:21 GMT
102
-
103
- ### Patches
104
-
105
- - Ignore filemode for Scratch Repository (ngerlem@microsoft.com)
106
-
107
- ## 0.2.7
108
-
109
- Tue, 22 Sep 2020 04:46:10 GMT
110
-
111
- ### Patches
112
-
113
- - Fix react-native-platform-override CLI (ngerlem@microsoft.com)
114
-
115
- ## 0.2.6
116
-
117
- Mon, 21 Sep 2020 05:06:22 GMT
118
-
119
- ### Patches
120
-
121
- - Fixup eslint config (ngerlem@microsoft.com)
122
-
123
- ## 0.2.5
124
-
125
- Mon, 14 Sep 2020 22:03:37 GMT
126
-
127
- ### Patches
128
-
129
- - Reconcile package versions (ngerlem@microsoft.com)
130
-
131
- ## 0.2.4
132
-
133
- Sat, 12 Sep 2020 05:08:52 GMT
134
-
135
- ### Patches
136
-
137
- - Start Sharing Test Configuration Between Node Projects (ngerlem@microsoft.com)
138
-
139
- ## 0.2.3
140
-
141
- Wed, 09 Sep 2020 05:06:35 GMT
142
-
143
- ### Patches
144
-
145
- - Enable @typescript-eslint/no-floating-promises (ngerlem@microsoft.com)
146
-
147
- ## 0.2.1
148
-
149
- Tue, 14 Jul 2020 05:05:25 GMT
150
-
151
- ### Patches
152
-
153
- - Add Validation That Patch/Derived Overrides Aren't Identical to Their Originals (ngerlem@microsoft.com)
154
-
155
- ## 0.2.0
156
-
157
- Sat, 11 Jul 2020 05:09:38 GMT
158
-
159
- ### Minor changes
160
-
161
- - Improve Override Upgrade Performance (ngerlem@microsoft.com)
162
- - Support Directory Copy Overrides (ngerlem@microsoft.com)
163
-
164
- ## 0.1.1
165
-
166
- Wed, 08 Jul 2020 01:27:37 GMT
167
-
168
- ### Patches
169
-
170
- - Normalize override manifests to unix paths (ngerlem@microsoft.com)
171
-
172
- ## 0.1.0
173
-
174
- Mon, 06 Jul 2020 23:11:46 GMT
175
-
176
- ### Minor changes
177
-
178
- - Add Support for Binary Overrides to react-native-platform-override (ngerlem@microsoft.com)
179
-
180
- ### Patches
181
-
182
- - Create a Programmatic API for react-native-platform-override (ngerlem@microsoft.com)
183
-
184
- ## 0.0.8
185
-
186
- Wed, 01 Jul 2020 05:06:19 GMT
187
-
188
- ### Patches
189
-
190
- - Share eslint and Typescript configs across packages (ngerlem@microsoft.com)
191
-
192
- ## 0.0.7
193
-
194
- Sat, 27 Jun 2020 03:29:52 GMT
195
-
196
- ### Patches
197
-
198
- - Convert Repo Scripts To Published TypeScript Packages (ngerlem@microsoft.com)
199
-
200
- ## 0.0.6
201
-
202
- Fri, 26 Jun 2020 23:59:27 GMT
203
-
204
- ### Patches
205
-
206
- - Upgrade React Native to 3/22 Nightly Build (ngerlem@microsoft.com)
207
-
208
- ## 0.0.5
209
-
210
- Fri, 26 Jun 2020 20:17:03 GMT
211
-
212
- ### Patches
213
-
214
- - Ensure lib-commonjs is packaged into react-native-platform-override (ngerlem@microsoft.com)
215
-
216
- ## 0.0.4
217
-
218
- Sat, 06 Jun 2020 00:05:20 GMT
219
-
220
- ### Patches
221
-
222
- - Revise Architecture of react-native-platform-override (ngerlem@microsoft.com)
223
-
224
- ## 0.0.3
225
-
226
- Tue, 02 Jun 2020 00:07:29 GMT
227
-
228
- ### Patches
229
-
230
- - Allow Override Tooling to Use Nightly Builds (ngerlem@microsoft.com)
231
-
232
- ## 0.0.2
233
-
234
- Tue, 26 May 2020 00:06:43 GMT
235
-
236
- ### Patches
237
-
238
- - Rename override-tools to react-native-platform-override (ngerlem@microsoft.com)