@dev_desh/flux-cap 0.2.0 → 0.3.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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -25269,7 +25269,7 @@ async function configCommand(fields) {
25269
25269
  var package_default = {
25270
25270
  name: "@dev_desh/flux-cap",
25271
25271
  type: "module",
25272
- version: "0.2.0",
25272
+ version: "0.3.0",
25273
25273
  description: "Git-aware CLI context manager for ADHD developers",
25274
25274
  bin: {
25275
25275
  flux: "./dist/index.js"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dev_desh/flux-cap",
3
3
  "type": "module",
4
- "version": "0.2.0",
4
+ "version": "0.3.0",
5
5
  "description": "Git-aware CLI context manager for ADHD developers",
6
6
  "bin": {
7
7
  "flux": "./dist/index.js"