@cr8rcho/alkahest 0.1.78 → 0.1.79

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@cr8rcho/alkahest",
3
- "version": "0.1.78",
3
+ "version": "0.1.79",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "description": "Screen-graph CLI that reverse-engineers a product from code (React/Next static analysis product map)",
7
+ "description": "Screen-graph CLI that reverse-engineers a product from code (React/Next static analysis \u2192 product map)",
8
8
  "type": "module",
9
9
  "bin": {
10
10
  "alkahest": "dist/cli.js"