@flow-as-code/core 0.1.0 → 0.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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -25,6 +25,6 @@ Live paths are gated on `FLOW_TEST_INSTANCE_ARN` and, for simulate, `FLOW_TEST_S
|
|
|
25
25
|
|
|
26
26
|
### What CI runs and what an operator runs
|
|
27
27
|
|
|
28
|
-
The `sandbox integration` job in `.github/workflows/
|
|
28
|
+
The `sandbox integration` job in `.github/workflows/integration.yml` sets `FLOW_TEST_INSTANCE_ARN` and `FLOW_TEST_DEPLOY` only, so it covers exactly two things: the whole-instance live export in `src/integration.test.ts`, and `@flow-as-code/cdk`'s A07 live deploy. It runs only on a push to `main` or a `workflow_dispatch`, and only when the `CONNECT_SANDBOX_ENABLED` repository variable is set.
|
|
29
29
|
|
|
30
30
|
The other two `describe` blocks in `src/integration.test.ts`, the simulate suite and the lossless export of the deployed demo flow, are gated on `FLOW_TEST_SIMULATE` and `FLOW_TEST_RESOURCE_MAP` and skip in that job by design. Both need a superset stack deployed first (the demo flow's hours, queues, Lambda, and the Lambda's integration association) and a resource map written from that stack's outputs, neither of which a stateless CI job can produce. They stay an operator run; `tasks/A06-export-and-simulate.md` records the procedure, the exact command, and the results of each session.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flow-as-code/core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Typed builder, synthesizer, codegen, lint engine, map and binder materialization, export reverse-mapping, and simulate client for Amazon Connect Flow language. IaC-agnostic; references are abstract tokens.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|