@stacksjs/skills 0.70.156 → 0.70.159

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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -297,7 +297,7 @@ _Focus on coding, not publishing._
297
297
  Convention over configuration, while staying wholly configurable. _No more boilerplate._
298
298
 
299
299
  - 💎 **Automated Upgrades** _no need to worry about upgrading to the latest versions, Stacks upgrades you_
300
- - 🦋 **Pretty Dev URLs** _opt into your-project.localhost when you want local HTTPS_
300
+ - 🦋 **Pretty Dev URLs** _your-project.localhost instead of localhost:3000_
301
301
  - 💡 **IDE Integration** _auto-completions, inline docs & a powerful IDE setup_
302
302
  - 🪄 **Zero-Config** _yet highly configurable—convention over configuration_
303
303
  - 💅 **Linter & Formatter** _auto-configured & built into your IDE_
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@stacksjs/skills",
3
3
  "type": "module",
4
4
  "sideEffects": false,
5
- "version": "0.70.156",
5
+ "version": "0.70.159",
6
6
  "description": "Agent skills for the Stacks framework, following the agentskills.io standard.",
7
7
  "author": "Chris Breuer",
8
8
  "contributors": [
@@ -54,11 +54,11 @@
54
54
  "prepublishOnly": "bun run build"
55
55
  },
56
56
  "dependencies": {
57
- "@stacksjs/path": "0.70.156",
58
- "@stacksjs/storage": "0.70.156"
57
+ "@stacksjs/path": "0.70.159",
58
+ "@stacksjs/storage": "0.70.159"
59
59
  },
60
60
  "devDependencies": {
61
61
  "better-dx": "^0.2.17",
62
- "@stacksjs/types": "0.70.156"
62
+ "@stacksjs/types": "0.70.159"
63
63
  }
64
64
  }