@reventlessdev/reventless-seed-aws 1.0.0-alpha.20 → 1.0.0-alpha.22

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/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # 1.0.0-alpha.22 (2026-08-18)
7
+
8
+ **Note:** Version bump only for package @reventlessdev/reventless-seed-aws
9
+
10
+
11
+
12
+
13
+
14
+ # 1.0.0-alpha.21 (2026-08-16)
15
+
16
+ **Note:** Version bump only for package @reventlessdev/reventless-seed-aws
17
+
18
+
19
+
20
+
21
+
6
22
  # 1.0.0-alpha.20 (2026-08-16)
7
23
 
8
24
  **Note:** Version bump only for package @reventlessdev/reventless-seed-aws
@@ -1,2 +1,2 @@
1
- #Start(1786876637895)
2
- #Done(1786876637936)
1
+ #Start(1787013927754)
2
+ #Done(1787013927789)
@@ -4,5 +4,5 @@
4
4
  "bsc_hash": "75e3a59c95cc953608fd3dd6ea6ed68141bba4414a20a52f114261b8a48385fa",
5
5
  "rescript_config_hash": "c18a0067c363fd1290f6e7f6fe6212d2e16e201c1702fac667962047f88ed468",
6
6
  "runtime_path": "/home/runner/work/reventless-core/reventless-core/node_modules/@rescript/runtime",
7
- "generated_at": "1786876637941"
7
+ "generated_at": "1787013927790"
8
8
  }
@@ -7,7 +7,7 @@
7
7
  //
8
8
  // A wipe is irreversible, so every step is fail-closed and production must be
9
9
  // unreachable at several at once (the separate-AWS-account guarantee is the one
10
- // deferred layer — see docs/plans/seed-reset-and-fresh-store-guard.md):
10
+ // deferred layer — see docs/plans/done/seed-reset-and-fresh-store-guard.md):
11
11
  //
12
12
  // 1. name allowlist — the stack name must match ^(alpha|dev|pr-.+)$
13
13
  // 2. wipeable flag — the target's own `Pulumi.<stack>.yaml` must declare
Binary file
Binary file
@@ -1,2 +1,2 @@
1
- #Start(1786876637895)
2
- #Done(1786876637936)
1
+ #Start(1787013927754)
2
+ #Done(1787013927789)
Binary file
Binary file
Binary file
Binary file
@@ -7,7 +7,7 @@
7
7
  //
8
8
  // A wipe is irreversible, so every step is fail-closed and production must be
9
9
  // unreachable at several at once (the separate-AWS-account guarantee is the one
10
- // deferred layer — see docs/plans/seed-reset-and-fresh-store-guard.md):
10
+ // deferred layer — see docs/plans/done/seed-reset-and-fresh-store-guard.md):
11
11
  //
12
12
  // 1. name allowlist — the stack name must match ^(alpha|dev|pr-.+)$
13
13
  // 2. wipeable flag — the target's own `Pulumi.<stack>.yaml` must declare
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@reventlessdev/reventless-seed-aws",
3
- "version": "1.0.0-alpha.20",
3
+ "version": "1.0.0-alpha.22",
4
4
  "description": "AWS connect + guarded reset for the Reventless seed harness — stack discovery, Cognito login, and a tag-scoped, allowlisted store wipe",
5
5
  "license": "Apache-2.0",
6
6
  "dependencies": {
7
- "@reventlessdev/rescript-aws-sdk": "3.0.0-alpha.11",
8
- "@reventlessdev/rescript-node": "2.0.0-alpha.7",
9
- "@reventlessdev/reventless-seed": "1.0.0-alpha.15"
7
+ "@reventlessdev/rescript-aws-sdk": "3.0.0-alpha.12",
8
+ "@reventlessdev/rescript-node": "2.0.0-alpha.8",
9
+ "@reventlessdev/reventless-seed": "1.0.0-alpha.16"
10
10
  },
11
11
  "devDependencies": {
12
12
  "rescript": "12.3.0",
@@ -7,7 +7,7 @@
7
7
  //
8
8
  // A wipe is irreversible, so every step is fail-closed and production must be
9
9
  // unreachable at several at once (the separate-AWS-account guarantee is the one
10
- // deferred layer — see docs/plans/seed-reset-and-fresh-store-guard.md):
10
+ // deferred layer — see docs/plans/done/seed-reset-and-fresh-store-guard.md):
11
11
  //
12
12
  // 1. name allowlist — the stack name must match ^(alpha|dev|pr-.+)$
13
13
  // 2. wipeable flag — the target's own `Pulumi.<stack>.yaml` must declare