@reventlessdev/reventless-aws 3.0.0-alpha.326 → 3.0.0-alpha.327

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,14 @@
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
+ # 3.0.0-alpha.327 (2026-08-25)
7
+
8
+ **Note:** Version bump only for package @reventlessdev/reventless-aws
9
+
10
+
11
+
12
+
13
+
6
14
  # 3.0.0-alpha.326 (2026-08-25)
7
15
 
8
16
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reventlessdev/reventless-aws",
3
- "version": "3.0.0-alpha.326",
3
+ "version": "3.0.0-alpha.327",
4
4
  "description": "AWS adapters for Reventless",
5
5
  "license": "Apache-2.0",
6
6
  "bin": {
@@ -17,16 +17,16 @@
17
17
  "uuid": "^13.0.0",
18
18
  "@reventlessdev/rescript-aws-sdk": "3.0.0-alpha.13",
19
19
  "@reventlessdev/rescript-jest": "1.0.0-alpha.10",
20
+ "@reventlessdev/rescript-node": "2.0.0-alpha.8",
20
21
  "@reventlessdev/rescript-pulumi-aws": "3.0.0-alpha.6",
21
22
  "@reventlessdev/rescript-effect": "0.1.0-alpha.32",
22
- "@reventlessdev/rescript-node": "2.0.0-alpha.8",
23
23
  "@reventlessdev/rescript-pulumi-pulumi": "2.3.0-alpha.19",
24
- "@reventlessdev/reventless-core": "3.0.0-alpha.250",
25
24
  "@reventlessdev/rescript-uuid": "2.0.0-alpha.0",
26
- "@reventlessdev/reventless-interop": "3.0.0-alpha.33",
25
+ "@reventlessdev/reventless-infra": "3.0.0-alpha.151",
26
+ "@reventlessdev/reventless-core": "3.0.0-alpha.250",
27
27
  "@reventlessdev/reventless-postgres": "3.0.0-alpha.114",
28
28
  "@reventlessdev/reventless-spec": "3.0.0-alpha.123",
29
- "@reventlessdev/reventless-infra": "3.0.0-alpha.151"
29
+ "@reventlessdev/reventless-interop": "3.0.0-alpha.33"
30
30
  },
31
31
  "devDependencies": {
32
32
  "rescript": "12.3.0",
@@ -277,8 +277,6 @@ describe("Util_ShellConfig.identityFields", () => {
277
277
  })
278
278
 
279
279
  describe("the subscription endpoint", () => {
280
- open Expect
281
-
282
280
  // The one that matters: AppSync serves realtime on its own host, so a scheme
283
281
  // swap alone yields a URL the service refuses to upgrade — and the shell's own
284
282
  // fallback is exactly that scheme swap.