@kitschpatrol/snip 0.0.8 → 0.0.10

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 (3) hide show
  1. package/dist/cli.js +37807 -21
  2. package/package.json +22 -21
  3. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitschpatrol/snip",
3
- "version": "0.0.8",
3
+ "version": "0.0.10",
4
4
  "description": "A CLI tool for snippet management.",
5
5
  "keywords": [
6
6
  "cli",
@@ -34,29 +34,30 @@
34
34
  "dist/*"
35
35
  ],
36
36
  "dependencies": {
37
- "@commander-js/extra-typings": "^13.1.0",
37
+ "@commander-js/extra-typings": "^14.0.0",
38
38
  "@types/fs-extra": "^11.0.4",
39
39
  "@types/ignore-walk": "^4.0.3",
40
- "@types/inquirer": "^9.0.7",
41
- "commander": "^13.1.0",
42
- "execa": "^9.5.2",
43
- "fs-extra": "^11.3.0",
44
- "ignore-walk": "^7.0.0",
45
- "inquirer": "^12.4.2"
40
+ "@types/inquirer": "^9.0.9",
41
+ "commander": "^14.0.2",
42
+ "execa": "^9.6.0",
43
+ "fs-extra": "^11.3.2",
44
+ "ignore-walk": "^8.0.0",
45
+ "inquirer": "^12.10.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@kitschpatrol/shared-config": "^5.2.0",
49
- "@types/node": "^20.17.23",
50
- "bumpp": "^10.0.3",
51
- "chalk": "^5.4.1",
48
+ "@kitschpatrol/shared-config": "^5.8.2",
49
+ "@types/node": "^20.19.24",
50
+ "bumpp": "^10.3.1",
52
51
  "date-fns": "^4.1.0",
53
- "pkgroll": "^2.11.2",
54
- "tslog": "^4.9.3",
55
- "tsx": "^4.19.3",
56
- "typescript": "~5.7.3",
57
- "untildify": "^5.0.0",
58
- "vitest": "^3.0.7",
59
- "zod": "^3.24.2"
52
+ "mdat-plugin-cli-help": "^1.0.2",
53
+ "picocolors": "^1.1.1",
54
+ "pkgroll": "^2.20.1",
55
+ "tslog": "^4.10.2",
56
+ "tsx": "^4.20.6",
57
+ "typescript": "~5.9.3",
58
+ "untildify": "^6.0.0",
59
+ "vitest": "^4.0.7",
60
+ "zod": "^3.25.76"
60
61
  },
61
62
  "engines": {
62
63
  "node": ">=20.9.0"
@@ -65,11 +66,11 @@
65
66
  "access": "public"
66
67
  },
67
68
  "scripts": {
68
- "build": "pkgroll --clean-dist --minify --tsconfig tsconfig.build.json",
69
+ "build": "pkgroll --clean-dist",
69
70
  "clean": "git rm -f pnpm-lock.yaml ; git clean -fdX",
70
71
  "fix": "kpi fix",
71
72
  "lint": "kpi lint",
72
- "release": "bumpp --commit 'Release: %s' && pnpm run build && pnpm publish --otp $(op read 'op://Personal/Npmjs/one-time password?attribute=otp')",
73
+ "release": "bumpp --commit 'Release: %s' && pnpm run build && NPM_AUTH_TOKEN=$(op read 'op://Personal/npm/token') && pnpm publish",
73
74
  "start": "node ./dist/cli.js",
74
75
  "test": "vitest",
75
76
  "update-language-data": "tsx ./scripts/update-vscode-language-data.ts"
package/readme.md CHANGED
@@ -19,7 +19,7 @@
19
19
 
20
20
  <!-- /short-description -->
21
21
 
22
- > \[!CAUTION]
22
+ > [!CAUTION]
23
23
  > This tool is a work in progress, certain commands are not yet implemented and
24
24
  > others might behave unpredictably. I don't recommend using it until a 1.0.0
25
25
  > release.