@rexeus/typeweaver-aws-cdk 0.4.1 → 0.5.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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +5 -5
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rexeus/typeweaver-aws-cdk",
3
- "version": "0.4.1",
3
+ "version": "0.5.0",
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.1",
51
- "@rexeus/typeweaver-gen": "^0.4.1"
50
+ "@rexeus/typeweaver-core": "^0.5.0",
51
+ "@rexeus/typeweaver-gen": "^0.5.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@rexeus/typeweaver-core": "^0.4.1",
55
- "@rexeus/typeweaver-gen": "^0.4.1"
54
+ "@rexeus/typeweaver-core": "^0.5.0",
55
+ "@rexeus/typeweaver-gen": "^0.5.0"
56
56
  },
57
57
  "dependencies": {
58
58
  "case": "^1.6.3"