@reventlessdev/rescript-pulumi-aws 2.4.0-alpha.49 → 2.4.0-alpha.50
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 +8 -0
- package/README.md +28 -12
- package/package.json +3 -3
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
|
+
# 2.4.0-alpha.50 (2026-07-11)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @reventlessdev/rescript-pulumi-aws
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# 2.4.0-alpha.49 (2026-07-11)
|
|
7
15
|
|
|
8
16
|
### Features
|
package/README.md
CHANGED
|
@@ -1,19 +1,35 @@
|
|
|
1
|
-
[](https://www.npmjs.com/package/@reventlessdev/rescript-pulumi-aws)
|
|
2
|
+
[](https://opensource.org/licenses/Apache-2.0)
|
|
3
|
+
[](https://docs.reventless.dev)
|
|
4
4
|
|
|
5
|
-
#
|
|
5
|
+
# @reventlessdev/rescript-pulumi-aws
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
> ⚠️ **Alpha.** APIs can change without notice between releases.
|
|
8
|
+
> Pin exact versions and expect breaking changes.
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
- Add `rescript-pulumi-aws` to your dependencies in `rescript.json`.
|
|
13
|
-
- For general information see this monorepo's [readme](../../README.md)
|
|
10
|
+
ReScript bindings for [@pulumi/aws](https://github.com/pulumi/pulumi-aws/tree/master/sdk/nodejs).
|
|
11
|
+
Also see [official documentation](https://www.pulumi.com/registry/packages/aws/api-docs/).
|
|
14
12
|
|
|
15
|
-
##
|
|
13
|
+
## Install
|
|
16
14
|
|
|
15
|
+
```bash
|
|
16
|
+
pnpm add @reventlessdev/rescript-pulumi-aws
|
|
17
17
|
```
|
|
18
|
-
|
|
18
|
+
|
|
19
|
+
Add it to your `rescript.json` dependencies:
|
|
20
|
+
|
|
21
|
+
```json
|
|
22
|
+
{
|
|
23
|
+
"dependencies": ["@reventlessdev/rescript-pulumi-aws"]
|
|
24
|
+
}
|
|
19
25
|
```
|
|
26
|
+
|
|
27
|
+
## Links
|
|
28
|
+
|
|
29
|
+
- 📚 Documentation — [docs.reventless.dev](https://docs.reventless.dev)
|
|
30
|
+
- 📦 Repository — [ReventlessDev/reventless-core](https://github.com/ReventlessDev/reventless-core)
|
|
31
|
+
- 📋 [Changelog](./CHANGELOG.md)
|
|
32
|
+
|
|
33
|
+
## License
|
|
34
|
+
|
|
35
|
+
[Apache-2.0](https://opensource.org/licenses/Apache-2.0)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reventlessdev/rescript-pulumi-aws",
|
|
3
|
-
"version": "2.4.0-alpha.
|
|
3
|
+
"version": "2.4.0-alpha.50",
|
|
4
4
|
"description": "ReScript bindings for @pulumi/aws",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"jest": {
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"@pulumi/aws": "~7.19.0",
|
|
23
23
|
"@pulumi/aws-native": "^1.62.0",
|
|
24
24
|
"sury": "11.0.0-alpha.4",
|
|
25
|
-
"@reventlessdev/rescript-aws-sdk": "2.2.0-alpha.
|
|
26
|
-
"@reventlessdev/rescript-pulumi-pulumi": "2.3.0-alpha.
|
|
25
|
+
"@reventlessdev/rescript-aws-sdk": "2.2.0-alpha.21",
|
|
26
|
+
"@reventlessdev/rescript-pulumi-pulumi": "2.3.0-alpha.15"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"esbuild": "^0.25.12",
|