@cat-factory/contracts 0.108.0 → 0.108.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/dist/errors.js +3 -3
- package/dist/errors.js.map +1 -1
- package/package.json +1 -1
package/dist/errors.js
CHANGED
|
@@ -32,9 +32,9 @@ export const CONFLICT_REASONS = [
|
|
|
32
32
|
// A pipeline with visual steps (`tester-ui` / `visual-confirmation`) was started on a frame
|
|
33
33
|
// with no UI to exercise — neither a `frontend` frame nor a frame a frontend links to.
|
|
34
34
|
'visual_pipeline_no_frontend',
|
|
35
|
-
// A `kubernetes`/`custom` service's pipeline reaches a Tester / human-test /
|
|
36
|
-
// with no enabled `deployer` before it, so nothing would provision the env it
|
|
37
|
-
// would dead-end inside the consumer. The Deployer is the single
|
|
35
|
+
// A `docker-compose`/`kubernetes`/`custom` service's pipeline reaches a Tester / human-test /
|
|
36
|
+
// playwright step with no enabled `deployer` before it, so nothing would provision the env it
|
|
37
|
+
// needs — the run would dead-end inside the consumer. The Deployer is the single provisioner.
|
|
38
38
|
'deployer_required_before_tester',
|
|
39
39
|
];
|
|
40
40
|
//# sourceMappingURL=errors.js.map
|
package/dist/errors.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"errors.js","sourceRoot":"","sources":["../src/errors.ts"],"names":[],"mappings":"AAAA,0FAA0F;AAE1F;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,wBAAwB;IACxB,8FAA8F;IAC9F,4FAA4F;IAC5F,+FAA+F;IAC/F,8EAA8E;IAC9E,sBAAsB;IACtB,oBAAoB;IACpB,oBAAoB;IACpB,0BAA0B;IAC1B,6BAA6B;IAC7B,4BAA4B;IAC5B,mBAAmB;IACnB,gBAAgB;IAChB,sBAAsB;IACtB,yBAAyB;IACzB,6BAA6B;IAC7B,kFAAkF;IAClF,kFAAkF;IAClF,0BAA0B;IAC1B,4FAA4F;IAC5F,uFAAuF;IACvF,6BAA6B;IAC7B,
|
|
1
|
+
{"version":3,"file":"errors.js","sourceRoot":"","sources":["../src/errors.ts"],"names":[],"mappings":"AAAA,0FAA0F;AAE1F;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,wBAAwB;IACxB,8FAA8F;IAC9F,4FAA4F;IAC5F,+FAA+F;IAC/F,8EAA8E;IAC9E,sBAAsB;IACtB,oBAAoB;IACpB,oBAAoB;IACpB,0BAA0B;IAC1B,6BAA6B;IAC7B,4BAA4B;IAC5B,mBAAmB;IACnB,gBAAgB;IAChB,sBAAsB;IACtB,yBAAyB;IACzB,6BAA6B;IAC7B,kFAAkF;IAClF,kFAAkF;IAClF,0BAA0B;IAC1B,4FAA4F;IAC5F,uFAAuF;IACvF,6BAA6B;IAC7B,8FAA8F;IAC9F,8FAA8F;IAC9F,8FAA8F;IAC9F,iCAAiC;CACzB,CAAA"}
|