@eunjae/dots 0.0.0 → 1.0.1

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.
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
- import{a as o,b as s}from"../chunk-KA6X4VA7.js";import"../chunk-M6CGD2MY.js";import{proposeCompletions as r}from"@stricli/core";var t=process.argv.slice(3);process.env.COMP_LINE?.endsWith(" ")&&t.push("");await r(o,t,s(process));try{for(let{completion:p}of await r(o,t,s(process)))process.stdout.write(`${p}
2
+ import{a as o,b as s}from"../chunk-S7YZCFUI.js";import"../chunk-AKU46QWV.js";import{proposeCompletions as r}from"@stricli/core";var t=process.argv.slice(3);process.env.COMP_LINE?.endsWith(" ")&&t.push("");await r(o,t,s(process));try{for(let{completion:p}of await r(o,t,s(process)))process.stdout.write(`${p}
3
3
  `)}catch{}
package/dist/bin/cli.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- import{a as r,b as o}from"../chunk-KA6X4VA7.js";import"../chunk-M6CGD2MY.js";import{run as i}from"@stricli/core";await i(r,process.argv.slice(2),o(process));
2
+ import{a as r,b as o}from"../chunk-S7YZCFUI.js";import"../chunk-AKU46QWV.js";import{run as i}from"@stricli/core";await i(r,process.argv.slice(2),o(process));
@@ -1 +1 @@
1
- var s="@eunjae/dots";var i="Declarative dotfiles and Mac setup manager";var n="0.0.0";export{s as a,i as b,n as c};
1
+ var s="@eunjae/dots";var i="Declarative dotfiles and Mac setup manager";var n="1.0.1";export{s as a,i as b,n as c};
@@ -1 +1 @@
1
- import{a as o,b as t,c as e}from"./chunk-M6CGD2MY.js";import{buildApplication as n,buildCommand as r,buildRouteMap as a}from"@stricli/core";var p=r({loader:async()=>import("./init.impl-TRNCU4YD.js"),parameters:{positional:{kind:"tuple",parameters:[{brief:"Git URL of the config repository (omit to create new project)",parse:String,placeholder:"repo-url",optional:!0}]},flags:{path:{kind:"parsed",brief:"Path for the dotfiles directory",parse:String,default:"~/.dots"}}},docs:{brief:"Initialize dots (clone existing repo or create new project)"}}),s=r({loader:async()=>import("./apply.impl-XFYGPQDM.js"),parameters:{flags:{dry:{kind:"boolean",brief:"Show what would be done without making changes",default:!1}}},docs:{brief:"Apply the configuration from the current directory"}}),c=a({routes:{init:p,apply:s},docs:{brief:t}}),C=n(c,{name:o,versionInfo:{currentVersion:e}});import l from"node:fs";import m from"node:os";import d from"node:path";function g(i){return{process:i,os:m,fs:l,path:d}}export{C as a,g as b};
1
+ import{a as o,b as t,c as e}from"./chunk-AKU46QWV.js";import{buildApplication as n,buildCommand as r,buildRouteMap as a}from"@stricli/core";var p=r({loader:async()=>import("./init.impl-ETAGQHM4.js"),parameters:{positional:{kind:"tuple",parameters:[{brief:"Git URL of the config repository (omit to create new project)",parse:String,placeholder:"repo-url",optional:!0}]},flags:{path:{kind:"parsed",brief:"Path for the dotfiles directory",parse:String,default:"~/.dots"}}},docs:{brief:"Initialize dots (clone existing repo or create new project)"}}),s=r({loader:async()=>import("./apply.impl-XFYGPQDM.js"),parameters:{flags:{dry:{kind:"boolean",brief:"Show what would be done without making changes",default:!1}}},docs:{brief:"Apply the configuration from the current directory"}}),c=a({routes:{init:p,apply:s},docs:{brief:t}}),C=n(c,{name:o,versionInfo:{currentVersion:e}});import l from"node:fs";import m from"node:os";import d from"node:path";function g(i){return{process:i,os:m,fs:l,path:d}}export{C as a,g as b};
@@ -1,4 +1,4 @@
1
- import{c as l}from"./chunk-M6CGD2MY.js";import{exec as y}from"node:child_process";import{lstat as h,mkdir as p,readFile as f,writeFile as r}from"node:fs/promises";import{homedir as d}from"node:os";import{resolve as n}from"node:path";import{promisify as b}from"node:util";var c=e=>`{
1
+ import{c as l}from"./chunk-AKU46QWV.js";import{exec as y}from"node:child_process";import{lstat as h,mkdir as p,readFile as f,writeFile as r}from"node:fs/promises";import{homedir as d}from"node:os";import{resolve as n}from"node:path";import{promisify as b}from"node:util";var c=e=>`{
2
2
  "name": "dotfiles",
3
3
  "private": true,
4
4
  "type": "module",
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "description": "Declarative dotfiles and Mac setup manager",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
- "version": "0.0.0",
7
+ "version": "1.0.1",
8
8
  "files": [
9
9
  "dist"
10
10
  ],
@@ -15,8 +15,8 @@
15
15
  }
16
16
  },
17
17
  "bin": {
18
- "dots": "dist/cli.js",
19
- "__dots_bash_complete": "dist/bash-complete.js"
18
+ "dots": "dist/bin/cli.js",
19
+ "__dots_bash_complete": "dist/bin/bash-complete.js"
20
20
  },
21
21
  "engines": {
22
22
  "node": ">=22"
@@ -62,7 +62,7 @@
62
62
  "@types/node": "22.x",
63
63
  "husky": "^9.1.7",
64
64
  "lint-staged": "^16.2.7",
65
- "semantic-release": "^24.0.0",
65
+ "semantic-release": "^25.0.0",
66
66
  "tsup": "^6.7.0",
67
67
  "typescript": "5.6.x"
68
68
  },