@rexeus/typeweaver-gen 0.4.2 → 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 +3 -3
package/README.md CHANGED
@@ -24,7 +24,8 @@ npm install -D @rexeus/typeweaver-gen
24
24
  ## 💡 How to use
25
25
 
26
26
  Most users don’t depend on this package directly — use the CLI instead:
27
- [`@rexeus/typeweaver`](https://github.com/rexeus/typeweaver/tree/main/packages/cli/README.md). If you’re writing a plugin, start here.
27
+ [`@rexeus/typeweaver`](https://github.com/rexeus/typeweaver/tree/main/packages/cli/README.md). If
28
+ you’re writing a plugin, start here.
28
29
 
29
30
  ### 🚀 Minimal plugin
30
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rexeus/typeweaver-gen",
3
- "version": "0.4.2",
3
+ "version": "0.5.0",
4
4
  "description": "Template-driven engine that turns structured API definitions into production-ready artifacts. Powered by Typeweaver 🧵✨",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -47,10 +47,10 @@
47
47
  },
48
48
  "homepage": "https://github.com/rexeus/typeweaver#readme",
49
49
  "peerDependencies": {
50
- "@rexeus/typeweaver-core": "^0.4.2"
50
+ "@rexeus/typeweaver-core": "^0.5.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@rexeus/typeweaver-core": "^0.4.2"
53
+ "@rexeus/typeweaver-core": "^0.5.0"
54
54
  },
55
55
  "dependencies": {
56
56
  "ejs": "^3.1.10"