@rexeus/typeweaver 0.5.0 → 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
@@ -55,7 +55,7 @@ Now you are ready to start building! Check out [Quickstart](#-get-started)
55
55
  | Package | Description | Version |
56
56
  | ------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------- |
57
57
  | [@rexeus/typeweaver-types](https://github.com/rexeus/typeweaver/tree/main/packages/types/README.md) | Plugin for request/response types and validation - the foundation for all other plugins and always included | ![npm](https://img.shields.io/npm/v/@rexeus/typeweaver-types) |
58
- | [@rexeus/typeweaver-clients](https://github.com/rexeus/typeweaver/tree/main/packages/clients/README.md) | Plugin for HTTP clients using Axios | ![npm](https://img.shields.io/npm/v/@rexeus/typeweaver-clients) |
58
+ | [@rexeus/typeweaver-clients](https://github.com/rexeus/typeweaver/tree/main/packages/clients/README.md) | Plugin for HTTP clients using fetch | ![npm](https://img.shields.io/npm/v/@rexeus/typeweaver-clients) |
59
59
  | [@rexeus/typeweaver-hono](https://github.com/rexeus/typeweaver/tree/main/packages/hono/README.md) | Plugin for Hono routers | ![npm](https://img.shields.io/npm/v/@rexeus/typeweaver-hono) |
60
60
  | [@rexeus/typeweaver-aws-cdk](https://github.com/rexeus/typeweaver/tree/main/packages/aws-cdk/README.md) | Plugin for AWS CDK constructs for API Gateway V2 | ![npm](https://img.shields.io/npm/v/@rexeus/typeweaver-aws-cdk) |
61
61
 
@@ -496,4 +496,4 @@ tsx api/client-test.ts
496
496
 
497
497
  ## 📄 License
498
498
 
499
- Apache 2.0 © Dennis Wentzien 2025
499
+ 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",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "🧵✨ Typeweaver CLI. Entry point into the Typeweaver framework to scaffold, validate, and generate API assets.",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -53,12 +53,13 @@
53
53
  "commander": "^14.0.2",
54
54
  "ejs": "^3.1.10",
55
55
  "tsx": "^4.21.0",
56
- "@rexeus/typeweaver-aws-cdk": "^0.5.0",
57
- "@rexeus/typeweaver-clients": "^0.5.0",
58
- "@rexeus/typeweaver-core": "^0.5.0",
59
- "@rexeus/typeweaver-hono": "^0.5.0",
60
- "@rexeus/typeweaver-gen": "^0.5.0",
61
- "@rexeus/typeweaver-types": "^0.5.0"
56
+ "@rexeus/typeweaver-aws-cdk": "^0.5.1",
57
+ "@rexeus/typeweaver-clients": "^0.5.1",
58
+ "@rexeus/typeweaver-core": "^0.5.1",
59
+ "@rexeus/typeweaver-hono": "^0.5.1",
60
+ "@rexeus/typeweaver-gen": "^0.5.1",
61
+ "@rexeus/typeweaver-server": "^0.5.1",
62
+ "@rexeus/typeweaver-types": "^0.5.1"
62
63
  },
63
64
  "peerDependencies": {
64
65
  "prettier": "^3.0.0"