@reventlessdev/rescript-aws-sdk 2.2.0-alpha.25 → 3.0.0-alpha.0

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,18 @@
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.0 (2026-07-31)
7
+
8
+ * feat(rescript)!: one Node bindings package, not two ([1258d8c](https://github.com/ReventlessDev/reventless-core/commit/1258d8c2b2ff2636b36a849fc5bdf9005c6fb0eb))
9
+
10
+ ### BREAKING CHANGES
11
+
12
+ * `@reventlessdev/rescript-node-streams` and
13
+ `@reventlessdev/rescript-node-zlib` are replaced by
14
+ `@reventlessdev/rescript-node`. Module names are unchanged.
15
+
16
+
17
+
6
18
  # 2.2.0-alpha.25 (2026-07-27)
7
19
 
8
20
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reventlessdev/rescript-aws-sdk",
3
- "version": "2.2.0-alpha.25",
3
+ "version": "3.0.0-alpha.0",
4
4
  "description": "ReScript bindings for aws-sdk",
5
5
  "license": "Apache-2.0",
6
6
  "dependencies": {
@@ -18,7 +18,7 @@
18
18
  "@aws-sdk/lib-dynamodb": "^3.1033.0",
19
19
  "@aws-sdk/lib-storage": "^3.1033.0",
20
20
  "@smithy/node-http-handler": "^4.5.3",
21
- "@reventlessdev/rescript-node-streams": "1.1.0-alpha.13"
21
+ "@reventlessdev/rescript-node": "2.0.0-alpha.0"
22
22
  },
23
23
  "devDependencies": {
24
24
  "rescript": "12.3.0"
package/rescript.json CHANGED
@@ -17,7 +17,7 @@
17
17
  }
18
18
  ],
19
19
  "dependencies": [
20
- "@reventlessdev/rescript-node-streams"
20
+ "@reventlessdev/rescript-node"
21
21
  ],
22
22
  "compiler-flags": []
23
23
  }