@kirchdev/gitignore-sync 0.3.2-dev.31-e13b740 → 0.3.2-dev.32-097a03c

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.
@@ -1407,7 +1407,7 @@ var infoCommand = defineCommand({
1407
1407
  run({ args }) {
1408
1408
  const binary = resolveBinary(process.argv[1]);
1409
1409
  const info = {
1410
- version: "0.3.2-dev.31-e13b740",
1410
+ version: "0.3.2-dev.32-097a03c",
1411
1411
  build: detectBuild(binary.resolved),
1412
1412
  binary,
1413
1413
  node: process.version,
@@ -1722,7 +1722,7 @@ var syncCommand = defineCommand({
1722
1722
  var rootCommand = defineCommand({
1723
1723
  meta: {
1724
1724
  name: "gitignore-sync",
1725
- version: "0.3.2-dev.31-e13b740",
1725
+ version: "0.3.2-dev.32-097a03c",
1726
1726
  description: "Keep a repo's .gitignore maintained: curated blocks in a managed region, re-rendered on demand"
1727
1727
  },
1728
1728
  subCommands: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://www.schemastore.org/package.json",
3
3
  "name": "@kirchdev/gitignore-sync",
4
- "version": "0.3.2-dev.31-e13b740",
4
+ "version": "0.3.2-dev.32-097a03c",
5
5
  "description": "CLI that keeps a repo's .gitignore maintained — curated blocks inside a managed region, re-rendered idempotently, nothing outside it touched.",
6
6
  "keywords": [
7
7
  "cli",