@dev_desh/flux-cap 0.10.1 → 1.0.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
@@ -52701,7 +52701,7 @@ var {
52701
52701
  var package_default = {
52702
52702
  name: "@dev_desh/flux-cap",
52703
52703
  type: "module",
52704
- version: "0.10.1",
52704
+ version: "1.0.0",
52705
52705
  description: "Git-aware CLI context manager for ADHD developers",
52706
52706
  bin: {
52707
52707
  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.10.1",
4
+ "version": "1.0.0",
5
5
  "description": "Git-aware CLI context manager for ADHD developers",
6
6
  "bin": {
7
7
  "flux": "./dist/index.js"