@rexeus/typeweaver-aws-cdk 0.4.2 → 0.5.1

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/README.md CHANGED
@@ -31,7 +31,8 @@ npm install @rexeus/typeweaver-core
31
31
  npx typeweaver generate --input ./api/definitions --output ./api/generated --plugins aws-cdk
32
32
  ```
33
33
 
34
- More details on how to use the [CLI](https://github.com/rexeus/typeweaver/tree/main/packages/cli/README.md#️-cli).
34
+ More details on how to use the
35
+ [CLI](https://github.com/rexeus/typeweaver/tree/main/packages/cli/README.md#️-cli).
35
36
 
36
37
  ## 📂 Generated Output
37
38
 
@@ -83,4 +84,4 @@ export class TodoApi extends Construct {
83
84
 
84
85
  ## 📄 License
85
86
 
86
- Apache 2.0 © Dennis Wentzien 2025
87
+ Apache 2.0 © Dennis Wentzien 2026
package/dist/LICENSE CHANGED
@@ -187,7 +187,7 @@
187
187
  same "printed page" as the copyright notice for easier
188
188
  identification within third-party archives.
189
189
 
190
- Copyright 2025 Dennis Wentzien
190
+ Copyright 2026 Dennis Wentzien
191
191
 
192
192
  Licensed under the Apache License, Version 2.0 (the "License");
193
193
  you may not use this file except in compliance with the License.
package/dist/NOTICE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2025 Dennis Wentzien
1
+ Copyright 2026 Dennis Wentzien
2
2
 
3
3
  This project is licensed under the Apache License, Version 2.0
4
4
  See LICENSE file for details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rexeus/typeweaver-aws-cdk",
3
- "version": "0.4.2",
3
+ "version": "0.5.1",
4
4
  "description": "Generates AWS CDK helpers to provision the infrastructure your APIs need. Powered by Typeweaver 🧵✨",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -47,12 +47,12 @@
47
47
  },
48
48
  "homepage": "https://github.com/rexeus/typeweaver#readme",
49
49
  "peerDependencies": {
50
- "@rexeus/typeweaver-core": "^0.4.2",
51
- "@rexeus/typeweaver-gen": "^0.4.2"
50
+ "@rexeus/typeweaver-core": "^0.5.1",
51
+ "@rexeus/typeweaver-gen": "^0.5.1"
52
52
  },
53
53
  "devDependencies": {
54
- "@rexeus/typeweaver-core": "^0.4.2",
55
- "@rexeus/typeweaver-gen": "^0.4.2"
54
+ "@rexeus/typeweaver-core": "^0.5.1",
55
+ "@rexeus/typeweaver-gen": "^0.5.1"
56
56
  },
57
57
  "dependencies": {
58
58
  "case": "^1.6.3"