@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 +12 -0
- package/package.json +2 -2
- package/rescript.json +1 -1
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": "
|
|
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
|
|
21
|
+
"@reventlessdev/rescript-node": "2.0.0-alpha.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"rescript": "12.3.0"
|