archspec 1.4.0 → 1.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 +0 -13
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -113,20 +113,7 @@ ISC
113
113
 
114
114
  ````
115
115
 
116
- ---
117
-
118
- After adding this:
119
-
120
- 1. Save as `README.md` in your package root
121
- 2. Run:
122
-
123
- ```bash
124
- npm version patch
125
- npm publish --access public --otp=XXXXXX
126
- ````
127
116
 
128
- Then verify:
129
117
 
130
- 👉 [https://www.npmjs.com/package/archspec](https://www.npmjs.com/package/archspec)
131
118
 
132
119
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "archspec",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
4
4
  "description": "Architecture governance scaffolding CLI for structured project execution.",
5
5
  "bin": {
6
6
  "archspec": "./index.js"