@shipstatic/drop 2.7.1 → 2.8.0-beta.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/README.md +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/testing.cjs +2 -2
- package/dist/testing.cjs.map +1 -1
- package/dist/testing.js +2 -2
- package/dist/testing.js.map +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -33,7 +33,7 @@ var ErrorType = {
|
|
|
33
33
|
* purpose, and deployed sites keep serving throughout.
|
|
34
34
|
*
|
|
35
35
|
* Distinct from `Api` at 503, which the platform already uses for a
|
|
36
|
-
* dependency that failed
|
|
36
|
+
* dependency that failed. A consumer has to tell
|
|
37
37
|
* "we closed the door" from "something broke": the two get opposite words
|
|
38
38
|
* and opposite retry behaviour.
|
|
39
39
|
*/
|