react-native-platform-override 0.4.6 → 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 -524
  73. package/CHANGELOG.md +0 -230
package/package.json CHANGED
@@ -1,86 +1,96 @@
1
1
  {
2
2
  "name": "react-native-platform-override",
3
- "version": "0.4.6",
3
+ "version": "0.81.0-preview.10",
4
4
  "description": "react-native-platform-override offers CLI tools to manage Javascript overrides in out-of-tree React Native platforms",
5
5
  "license": "MIT",
6
6
  "main": "./lib-commonjs/Api.js",
7
7
  "typings": "./lib-commonjs/Api.d.ts",
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "git@github.com:microsoft/react-native-windows.git",
10
+ "url": "https://github.com/microsoft/react-native-windows",
11
11
  "directory": "packages/react-native-platform-override"
12
12
  },
13
13
  "scripts": {
14
- "build": "just-scripts build",
15
- "clean": "just-scripts clean",
16
- "lint": "just-scripts lint",
17
- "lint:fix": "just-scripts lint:fix",
18
- "test": "just-scripts test",
19
- "watch": "just-scripts watch"
14
+ "build": "rnw-scripts build",
15
+ "clean": "rnw-scripts clean",
16
+ "lint": "rnw-scripts lint",
17
+ "lint:fix": "rnw-scripts lint:fix",
18
+ "test": "rnw-scripts test",
19
+ "watch": "rnw-scripts watch"
20
20
  },
21
21
  "bin": {
22
22
  "react-native-platform-override": "./bin.js"
23
23
  },
24
24
  "dependencies": {
25
- "@react-native-windows/package-utils": "^0.0.0-canary.12",
26
- "async": "^3.2.0",
25
+ "@react-native-windows/fs": "0.81.0-preview.1",
26
+ "@react-native-windows/package-utils": "0.81.0-preview.1",
27
+ "@typescript-eslint/eslint-plugin": "^7.1.1",
28
+ "@typescript-eslint/parser": "^7.1.1",
29
+ "async": "^3.2.3",
27
30
  "chalk": "^4.1.0",
28
31
  "fp-ts": "^2.5.0",
29
- "globby": "^9.2.0",
32
+ "globby": "^11.1.0",
30
33
  "inquirer": "^7.1.0",
31
34
  "io-ts": "^2.1.1",
32
35
  "isutf8": "^3.0.0",
33
36
  "lodash": "^4.17.15",
34
- "node-fetch": "^2.6.0",
37
+ "node-fetch": "^2.6.7",
35
38
  "ora": "^3.4.0",
36
39
  "semver": "^7.3.2",
37
- "simple-git": "^1.131.0",
40
+ "simple-git": "^3.3.0",
41
+ "source-map-support": "^0.5.19",
38
42
  "upath": "^1.2.0",
39
- "yargs": "^15.4.1"
43
+ "yargs": "^16.2.0"
40
44
  },
41
45
  "devDependencies": {
42
- "@babel/core": "^7.8.4",
43
- "@babel/preset-env": "^7.8.4",
46
+ "@babel/core": "^7.25.2",
47
+ "@babel/preset-env": "^7.25.3",
44
48
  "@babel/preset-typescript": "^7.8.3",
45
- "@rnw-scripts/eslint-config": "0.1.6",
46
- "@rnw-scripts/jest-unittest-config": "0.1.1",
47
- "@rnw-scripts/just-task": "0.0.6",
48
- "@react-native-windows/package-utils": "0.0.0-canary.12",
49
- "@rnw-scripts/ts-config": "0.1.0",
50
- "@types/async": "^3.2.3",
49
+ "@rnw-scripts/eslint-config": "1.2.37",
50
+ "@rnw-scripts/jest-unittest-config": "1.5.12",
51
+ "@rnw-scripts/just-task": "2.3.56",
52
+ "@rnw-scripts/ts-config": "2.0.6",
53
+ "@types/async": "^3.2.5",
51
54
  "@types/chalk": "^2.2.0",
52
55
  "@types/diff-match-patch": "^1.0.32",
53
- "@types/globby": "^9.1.0",
54
56
  "@types/inquirer": "^6.5.0",
55
- "@types/jest": "^26.0.13",
56
- "@types/lodash": "^4.14.161",
57
- "@types/minimatch": "^3.0.3",
58
- "@types/node": "^13.7.4",
59
- "@types/node-fetch": "^2.5.7",
57
+ "@types/jest": "^29.2.2",
58
+ "@types/lodash": "^4.14.168",
59
+ "@types/node": "^22.14.0",
60
+ "@types/node-fetch": "^2.5.8",
60
61
  "@types/ora": "^3.2.0",
61
62
  "@types/semver": "^7.3.3",
62
- "@types/yargs": "^15.0.5",
63
- "babel-jest": "^26.3.0",
63
+ "@types/yargs": "^16.0.0",
64
+ "babel-jest": "^29.6.3",
64
65
  "diff-match-patch": "^1.0.4",
65
- "eslint": "7.12.0",
66
- "jest": "^26.5.2",
67
- "just-scripts": "^0.44.7",
68
- "minimatch": "^3.0.4",
69
- "prettier": "1.19.1",
70
- "typescript": "^3.8.3"
66
+ "eslint": "^8.19.0",
67
+ "jest": "^29.7.0",
68
+ "minimatch": "^9.0.0",
69
+ "prettier": "2.8.8",
70
+ "typescript": "5.0.4"
71
71
  },
72
+ "peerDependencies": {
73
+ "react-native": "^0.81.0-0"
74
+ },
75
+ "beachball": {
76
+ "defaultNpmTag": "preview",
77
+ "disallowedChangeTypes": [
78
+ "major",
79
+ "minor",
80
+ "patch",
81
+ "premajor",
82
+ "preminor",
83
+ "prepatch"
84
+ ]
85
+ },
86
+ "promoteRelease": true,
72
87
  "engines": {
73
- "node": ">=12.0.0"
88
+ "node": ">= 22"
74
89
  },
75
90
  "files": [
76
91
  "bin.js",
77
92
  "lib-commonjs",
78
93
  "!lib-commonjs/e2etest/**",
79
94
  "!lib-commonjs/test/**"
80
- ],
81
- "beachball": {
82
- "disallowedChangeTypes": [
83
- "major"
84
- ]
85
- }
95
+ ]
86
96
  }
package/CHANGELOG.json DELETED
@@ -1,524 +0,0 @@
1
- {
2
- "name": "react-native-platform-override",
3
- "entries": [
4
- {
5
- "date": "Wed, 06 Jan 2021 05:05:50 GMT",
6
- "tag": "react-native-platform-override_v0.4.6",
7
- "version": "0.4.6",
8
- "comments": {
9
- "patch": [
10
- {
11
- "comment": "Move some packages from @rnw-scripts to @react-native-windows",
12
- "author": "ngerlem@microsoft.com",
13
- "commit": "cd49e86e7bb698c318a776fa9b9142792196942f",
14
- "package": "react-native-platform-override"
15
- }
16
- ]
17
- }
18
- },
19
- {
20
- "date": "Fri, 18 Dec 2020 19:23:58 GMT",
21
- "tag": "react-native-platform-override_v0.4.5",
22
- "version": "0.4.5",
23
- "comments": {
24
- "patch": [
25
- {
26
- "comment": "Fix missing dependency / race condition in pacakge.json",
27
- "author": "dannyvv@microsoft.com",
28
- "commit": "697dfc78e9a443756bf44b9cfd9c4c67cff82d0f",
29
- "package": "react-native-platform-override"
30
- }
31
- ]
32
- }
33
- },
34
- {
35
- "date": "Tue, 08 Dec 2020 03:20:37 GMT",
36
- "tag": "react-native-platform-override_v0.4.4",
37
- "version": "0.4.4",
38
- "comments": {
39
- "patch": [
40
- {
41
- "comment": "Use whitespace insensitive compare for indentical override detection",
42
- "author": "ngerlem@microsoft.com",
43
- "commit": "bad8fe175ffe24b8c33c85fee7fda61e3a9c9050",
44
- "package": "react-native-platform-override"
45
- },
46
- {
47
- "comment": "Bump yargs to 15.4.1",
48
- "author": "ngerlem@microsoft.com",
49
- "commit": "fa34591ac86ea25e1e92a807864ba71480046a27",
50
- "package": "react-native-platform-override"
51
- }
52
- ]
53
- }
54
- },
55
- {
56
- "date": "Tue, 24 Nov 2020 05:08:17 GMT",
57
- "tag": "react-native-platform-override_v0.4.3",
58
- "version": "0.4.3",
59
- "comments": {
60
- "patch": [
61
- {
62
- "comment": "Add more eslint rules",
63
- "author": "ngerlem@microsoft.com",
64
- "commit": "adc0617836a0fba4112646595645e65f93e0106f",
65
- "package": "react-native-platform-override"
66
- }
67
- ]
68
- }
69
- },
70
- {
71
- "date": "Fri, 20 Nov 2020 05:08:43 GMT",
72
- "tag": "react-native-platform-override_v0.4.2",
73
- "version": "0.4.2",
74
- "comments": {
75
- "none": [
76
- {
77
- "comment": "Integrate 11/18 RN Nightly Build 🎉",
78
- "author": "ngerlem@microsoft.com",
79
- "commit": "aba9483ea47b6d992877b325cc858a7e6309ead4",
80
- "package": "react-native-platform-override"
81
- }
82
- ]
83
- }
84
- },
85
- {
86
- "date": "Thu, 29 Oct 2020 05:05:49 GMT",
87
- "tag": "react-native-platform-override_v0.4.1",
88
- "version": "0.4.1",
89
- "comments": {
90
- "patch": [
91
- {
92
- "comment": "Better Override Validation Messages When Errors Exist in Multiple Packages",
93
- "author": "ngerlem@microsoft.com",
94
- "commit": "efae6f59fc50b57b8f122c2d5c663e14e3fdef6a",
95
- "package": "react-native-platform-override"
96
- }
97
- ]
98
- }
99
- },
100
- {
101
- "date": "Wed, 21 Oct 2020 05:05:24 GMT",
102
- "tag": "react-native-platform-override_v0.4.0",
103
- "version": "0.4.0",
104
- "comments": {
105
- "minor": [
106
- {
107
- "comment": "Allow Multiple Manifests in Monorepos",
108
- "author": "ngerlem@microsoft.com",
109
- "commit": "cd0d904f4779ef919654bc006c6d4525bbf1b724",
110
- "package": "react-native-platform-override"
111
- },
112
- {
113
- "comment": "Drop Issue Requirement from Override Manifest Schema Validation",
114
- "author": "ngerlem@microsoft.com",
115
- "commit": "79249d0429284d99952b922b88b4a109cb368031",
116
- "package": "react-native-platform-override"
117
- }
118
- ]
119
- }
120
- },
121
- {
122
- "date": "Fri, 09 Oct 2020 05:06:32 GMT",
123
- "tag": "react-native-platform-override_v0.3.3",
124
- "version": "0.3.3",
125
- "comments": {
126
- "none": [
127
- {
128
- "comment": "Update just-scipts (remove npm-registry-fetch)",
129
- "author": "ngerlem@microsoft.com",
130
- "commit": "00b2d84b8effce0b7405a67bd4903eed88cb9aaf",
131
- "package": "react-native-platform-override"
132
- }
133
- ]
134
- }
135
- },
136
- {
137
- "date": "Sat, 03 Oct 2020 05:04:45 GMT",
138
- "tag": "react-native-platform-override_v0.3.3",
139
- "version": "0.3.3",
140
- "comments": {
141
- "patch": [
142
- {
143
- "comment": "Allow Default baseVersion in Override Manfests",
144
- "author": "ngerlem@microsoft.com",
145
- "commit": "feca1c6fea43a0459c922e4af1c3daf5c3b65ec5",
146
- "package": "react-native-platform-override"
147
- },
148
- {
149
- "comment": "Add command to diff overrides",
150
- "author": "ngerlem@microsoft.com",
151
- "commit": "10f9b80d943ed34824132912a936fa1af7d0f8e0",
152
- "package": "react-native-platform-override"
153
- }
154
- ]
155
- }
156
- },
157
- {
158
- "date": "Fri, 02 Oct 2020 05:05:22 GMT",
159
- "tag": "react-native-platform-override_v0.3.2",
160
- "version": "0.3.2",
161
- "comments": {
162
- "patch": [
163
- {
164
- "comment": "Add some extra error handling to GitReactFileRepository",
165
- "author": "ngerlem@microsoft.com",
166
- "commit": "43cc1b4998ded80783c84b2b2544975dd900d68e",
167
- "package": "react-native-platform-override"
168
- }
169
- ]
170
- }
171
- },
172
- {
173
- "date": "Thu, 01 Oct 2020 05:08:11 GMT",
174
- "tag": "react-native-platform-override_v0.3.1",
175
- "version": "0.3.1",
176
- "comments": {
177
- "patch": [
178
- {
179
- "comment": "ESLint Fixup",
180
- "author": "ngerlem@microsoft.com",
181
- "commit": "98c072069c9d9e0d495bfd6f3bdc386b1362f377",
182
- "package": "react-native-platform-override"
183
- },
184
- {
185
- "comment": "Fix applying patches when case is mismatched",
186
- "author": "ngerlem@microsoft.com",
187
- "commit": "b111a2fa6e0ec245e87a653394105be1c98568ee",
188
- "package": "react-native-platform-override"
189
- }
190
- ]
191
- }
192
- },
193
- {
194
- "date": "Wed, 30 Sep 2020 05:06:49 GMT",
195
- "tag": "react-native-platform-override_v0.3.0",
196
- "version": "0.3.0",
197
- "comments": {
198
- "minor": [
199
- {
200
- "comment": "macOS Support",
201
- "author": "nick@nickgerleman.com",
202
- "commit": "64c111f645e82bb4d867d16254c3f6cf48e6dcc1",
203
- "package": "react-native-platform-override"
204
- }
205
- ]
206
- }
207
- },
208
- {
209
- "date": "Thu, 24 Sep 2020 05:06:21 GMT",
210
- "tag": "react-native-platform-override_v0.2.8",
211
- "version": "0.2.8",
212
- "comments": {
213
- "patch": [
214
- {
215
- "comment": "Ignore filemode for Scratch Repository",
216
- "author": "ngerlem@microsoft.com",
217
- "commit": "0ccff665e77368362e717eaa1957361d0e5217b8",
218
- "package": "react-native-platform-override"
219
- }
220
- ]
221
- }
222
- },
223
- {
224
- "date": "Tue, 22 Sep 2020 04:46:10 GMT",
225
- "tag": "react-native-platform-override_v0.2.7",
226
- "version": "0.2.7",
227
- "comments": {
228
- "patch": [
229
- {
230
- "comment": "Fix react-native-platform-override CLI",
231
- "author": "ngerlem@microsoft.com",
232
- "commit": "5a62827572de5b1ea9fd27183260151b5c98404a",
233
- "package": "react-native-platform-override"
234
- }
235
- ]
236
- }
237
- },
238
- {
239
- "date": "Mon, 21 Sep 2020 05:06:22 GMT",
240
- "tag": "react-native-platform-override_v0.2.6",
241
- "version": "0.2.6",
242
- "comments": {
243
- "patch": [
244
- {
245
- "comment": "Fixup eslint config",
246
- "author": "ngerlem@microsoft.com",
247
- "commit": "2df3273449486de9e663e26f708fd9bb2cd37c91",
248
- "package": "react-native-platform-override"
249
- }
250
- ]
251
- }
252
- },
253
- {
254
- "date": "Mon, 14 Sep 2020 22:03:37 GMT",
255
- "tag": "react-native-platform-override_v0.2.5",
256
- "version": "0.2.5",
257
- "comments": {
258
- "patch": [
259
- {
260
- "comment": "Reconcile package versions",
261
- "author": "ngerlem@microsoft.com",
262
- "commit": "8adedcfb2ce6492a4a7ede59e0f9188dc205d659",
263
- "package": "react-native-platform-override"
264
- }
265
- ]
266
- }
267
- },
268
- {
269
- "date": "Sat, 12 Sep 2020 05:08:52 GMT",
270
- "tag": "react-native-platform-override_v0.2.4",
271
- "version": "0.2.4",
272
- "comments": {
273
- "patch": [
274
- {
275
- "comment": "Start Sharing Test Configuration Between Node Projects",
276
- "author": "ngerlem@microsoft.com",
277
- "commit": "cf5770eaaaa2906c7d04f0e03749942fe44055d0",
278
- "package": "react-native-platform-override"
279
- }
280
- ]
281
- }
282
- },
283
- {
284
- "date": "Wed, 09 Sep 2020 05:06:35 GMT",
285
- "tag": "react-native-platform-override_v0.2.3",
286
- "version": "0.2.3",
287
- "comments": {
288
- "patch": [
289
- {
290
- "comment": "Enable @typescript-eslint/no-floating-promises",
291
- "author": "ngerlem@microsoft.com",
292
- "commit": "62f3bb771a129f9cb81bd826827bf4001821a684",
293
- "package": "react-native-platform-override"
294
- }
295
- ]
296
- }
297
- },
298
- {
299
- "date": "Fri, 21 Aug 2020 05:04:58 GMT",
300
- "tag": "react-native-platform-override_v0.2.1",
301
- "version": "0.2.1",
302
- "comments": {
303
- "none": [
304
- {
305
- "comment": "Upgrade to eslint 6.8.0",
306
- "author": "ngerlem@microsoft.com",
307
- "commit": "68f7ba47793f4f1638be59ee9cb8ba68a70ae0cb",
308
- "package": "react-native-platform-override"
309
- }
310
- ]
311
- }
312
- },
313
- {
314
- "date": "Wed, 12 Aug 2020 05:05:16 GMT",
315
- "tag": "react-native-platform-override_v0.2.1",
316
- "version": "0.2.1",
317
- "comments": {
318
- "none": [
319
- {
320
- "comment": "Switch react-native-platform-override collateral to avoid lockfile",
321
- "author": "ngerlem@microsoft.com",
322
- "commit": "179cc3c8738d9bef71d138f21e6faf12bff19a03",
323
- "package": "react-native-platform-override"
324
- }
325
- ]
326
- }
327
- },
328
- {
329
- "date": "Tue, 14 Jul 2020 05:05:25 GMT",
330
- "tag": "react-native-platform-override_v0.2.1",
331
- "version": "0.2.1",
332
- "comments": {
333
- "patch": [
334
- {
335
- "comment": "Add Validation That Patch/Derived Overrides Aren't Identical to Their Originals",
336
- "author": "ngerlem@microsoft.com",
337
- "commit": "ef655c95eb7adf7616f40f43a3b7def181d95d72",
338
- "package": "react-native-platform-override"
339
- }
340
- ]
341
- }
342
- },
343
- {
344
- "date": "Sat, 11 Jul 2020 05:09:38 GMT",
345
- "tag": "react-native-platform-override_v0.2.0",
346
- "version": "0.2.0",
347
- "comments": {
348
- "minor": [
349
- {
350
- "comment": "Improve Override Upgrade Performance",
351
- "author": "ngerlem@microsoft.com",
352
- "commit": "5c5438382e0d845e8c080c4806f25ba566612906",
353
- "package": "react-native-platform-override"
354
- },
355
- {
356
- "comment": "Support Directory Copy Overrides",
357
- "author": "ngerlem@microsoft.com",
358
- "commit": "d799443d38020b5ba30c1062d8b43b151c1d7566",
359
- "package": "react-native-platform-override"
360
- }
361
- ],
362
- "none": [
363
- {
364
- "comment": "Try to work around Pipelines Network Flakiness Causing Test Timeouts",
365
- "author": "ngerlem@microsoft.com",
366
- "commit": "db96d9962986ef1a0cc201bbfbc633e562c95371",
367
- "package": "react-native-platform-override"
368
- }
369
- ]
370
- }
371
- },
372
- {
373
- "date": "Wed, 08 Jul 2020 01:27:37 GMT",
374
- "tag": "react-native-platform-override_v0.1.1",
375
- "version": "0.1.1",
376
- "comments": {
377
- "patch": [
378
- {
379
- "comment": "Normalize override manifests to unix paths",
380
- "author": "ngerlem@microsoft.com",
381
- "commit": "6010fa8b520def0c4566f84bc6c4d813e3fd7241",
382
- "package": "react-native-platform-override"
383
- }
384
- ],
385
- "none": [
386
- {
387
- "comment": "Increase Timeout for react-native-platform-override e2etest",
388
- "author": "ngerlem@microsoft.com",
389
- "commit": "28edae58b3ff838a08d54d2e0be0bfd0bcb648ba",
390
- "package": "react-native-platform-override"
391
- }
392
- ]
393
- }
394
- },
395
- {
396
- "date": "Mon, 06 Jul 2020 23:11:46 GMT",
397
- "tag": "react-native-platform-override_v0.1.0",
398
- "version": "0.1.0",
399
- "comments": {
400
- "minor": [
401
- {
402
- "comment": "Add Support for Binary Overrides to react-native-platform-override",
403
- "author": "ngerlem@microsoft.com",
404
- "commit": "33b917ef5b5ab64821ee0c91e70fc9c4e2832ee8",
405
- "package": "react-native-platform-override"
406
- }
407
- ],
408
- "patch": [
409
- {
410
- "comment": "Create a Programmatic API for react-native-platform-override",
411
- "author": "ngerlem@microsoft.com",
412
- "commit": "805f69dd9e566185d27890bc852abe766f035dfd",
413
- "package": "react-native-platform-override"
414
- }
415
- ]
416
- }
417
- },
418
- {
419
- "date": "Wed, 01 Jul 2020 05:06:19 GMT",
420
- "tag": "react-native-platform-override_v0.0.8",
421
- "version": "0.0.8",
422
- "comments": {
423
- "patch": [
424
- {
425
- "comment": "Share eslint and Typescript configs across packages",
426
- "author": "ngerlem@microsoft.com",
427
- "commit": "623ac46c0ade7fb8564e3a0c9e8345768c18feb6",
428
- "package": "react-native-platform-override"
429
- }
430
- ]
431
- }
432
- },
433
- {
434
- "date": "Sat, 27 Jun 2020 03:29:52 GMT",
435
- "tag": "react-native-platform-override_v0.0.7",
436
- "version": "0.0.7",
437
- "comments": {
438
- "patch": [
439
- {
440
- "comment": "Convert Repo Scripts To Published TypeScript Packages",
441
- "author": "ngerlem@microsoft.com",
442
- "commit": "44ee2b41c92250d1dfd767098e6d7cbf0ac01cfa",
443
- "package": "react-native-platform-override"
444
- }
445
- ]
446
- }
447
- },
448
- {
449
- "date": "Fri, 26 Jun 2020 23:59:27 GMT",
450
- "tag": "react-native-platform-override_v0.0.6",
451
- "version": "0.0.6",
452
- "comments": {
453
- "patch": [
454
- {
455
- "comment": "Upgrade React Native to 3/22 Nightly Build",
456
- "author": "ngerlem@microsoft.com",
457
- "commit": "0727ffcb907673749ddbf43e7a7c0922957c9e82",
458
- "package": "react-native-platform-override"
459
- }
460
- ]
461
- }
462
- },
463
- {
464
- "date": "Fri, 26 Jun 2020 20:17:03 GMT",
465
- "tag": "react-native-platform-override_v0.0.5",
466
- "version": "0.0.5",
467
- "comments": {
468
- "patch": [
469
- {
470
- "comment": "Ensure lib-commonjs is packaged into react-native-platform-override",
471
- "author": "ngerlem@microsoft.com",
472
- "commit": "697c8c38a355ca41e90250de71ed8d94247161cc",
473
- "package": "react-native-platform-override"
474
- }
475
- ]
476
- }
477
- },
478
- {
479
- "date": "Sat, 06 Jun 2020 00:05:20 GMT",
480
- "tag": "react-native-platform-override_v0.0.4",
481
- "version": "0.0.4",
482
- "comments": {
483
- "patch": [
484
- {
485
- "comment": "Revise Architecture of react-native-platform-override",
486
- "author": "ngerlem@microsoft.com",
487
- "commit": "61e5ea7ee9b1f94dd1d5ef185936c7bd8c9448e5",
488
- "package": "react-native-platform-override"
489
- }
490
- ]
491
- }
492
- },
493
- {
494
- "date": "Tue, 02 Jun 2020 00:07:29 GMT",
495
- "tag": "react-native-platform-override_v0.0.3",
496
- "version": "0.0.3",
497
- "comments": {
498
- "patch": [
499
- {
500
- "comment": "Allow Override Tooling to Use Nightly Builds",
501
- "author": "ngerlem@microsoft.com",
502
- "commit": "20cc280c848a958a818c27853a827a92e253c8b9",
503
- "package": "react-native-platform-override"
504
- }
505
- ]
506
- }
507
- },
508
- {
509
- "date": "Tue, 26 May 2020 00:06:43 GMT",
510
- "tag": "react-native-platform-override_v0.0.2",
511
- "version": "0.0.2",
512
- "comments": {
513
- "patch": [
514
- {
515
- "comment": "Rename override-tools to react-native-platform-override",
516
- "author": "ngerlem@microsoft.com",
517
- "commit": "85b01cb32e4b6c46aebb38bdcc5f612a616c856a",
518
- "package": "react-native-platform-override"
519
- }
520
- ]
521
- }
522
- }
523
- ]
524
- }