@sugarmo/aicommits 1.12.0 → 1.13.2

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 (51) hide show
  1. package/README.md +5 -4
  2. package/dist/cli.mjs +74 -74
  3. package/package.json +26 -86
  4. package/dist/cli-2IldWz4f.mjs +0 -217
  5. package/dist/cli-B4CzHGlw.mjs +0 -217
  6. package/dist/cli-BLeSI0RG.mjs +0 -217
  7. package/dist/cli-BxYoCO_t.mjs +0 -217
  8. package/dist/cli-BxoTG54R.mjs +0 -217
  9. package/dist/cli-D5LKS_gV.mjs +0 -214
  10. package/dist/cli-DOlOxITZ.mjs +0 -217
  11. package/dist/cli-Dghc1HXo.mjs +0 -217
  12. package/dist/cli-DhEhfPVj.mjs +0 -217
  13. package/dist/cli-DoRxvV2c.mjs +0 -214
  14. package/dist/cli-VKXKWT-J.mjs +0 -217
  15. package/dist/cli-ZGc9mt4a.mjs +0 -217
  16. package/dist/token-BGl6xBJo.mjs +0 -1
  17. package/dist/token-BHAr8BGF.mjs +0 -1
  18. package/dist/token-BNKPepq2.mjs +0 -1
  19. package/dist/token-BU4WbpuT.mjs +0 -1
  20. package/dist/token-BgWUvNvl.mjs +0 -1
  21. package/dist/token-Bitulk9b.mjs +0 -1
  22. package/dist/token-C-_ybS1T.mjs +0 -1
  23. package/dist/token-D9tzl7Yz.mjs +0 -1
  24. package/dist/token-DSxWyl39.mjs +0 -1
  25. package/dist/token-Dqj85-rE.mjs +0 -1
  26. package/dist/token-pFVbzMqR.mjs +0 -1
  27. package/dist/token-util-12Sgwcw5.mjs +0 -1
  28. package/dist/token-util-BK5iblfw.mjs +0 -1
  29. package/dist/token-util-BNtjmkiu.mjs +0 -1
  30. package/dist/token-util-Bezp8Ra7.mjs +0 -1
  31. package/dist/token-util-BthbkaNP.mjs +0 -1
  32. package/dist/token-util-C-S1NtRU.mjs +0 -1
  33. package/dist/token-util-C08UmjgT.mjs +0 -1
  34. package/dist/token-util-C9k-Ose8.mjs +0 -1
  35. package/dist/token-util-CIaGUPau.mjs +0 -1
  36. package/dist/token-util-CghlsVgF.mjs +0 -1
  37. package/dist/token-util-Cm6RjjS1.mjs +0 -1
  38. package/dist/token-util-CnZZ1AJv.mjs +0 -1
  39. package/dist/token-util-CtBubgF8.mjs +0 -1
  40. package/dist/token-util-CzaKG7us.mjs +0 -1
  41. package/dist/token-util-D4W-wT_B.mjs +0 -1
  42. package/dist/token-util-DYebtoan.mjs +0 -1
  43. package/dist/token-util-Db6xqzh1.mjs +0 -1
  44. package/dist/token-util-Dg8-JbHb.mjs +0 -1
  45. package/dist/token-util-DtOpdBbh.mjs +0 -1
  46. package/dist/token-util-Hi0Y_OJ1.mjs +0 -1
  47. package/dist/token-util-Z9AnE2k6.mjs +0 -1
  48. package/dist/token-util-daVwaNP6.mjs +0 -1
  49. package/dist/token-util-r02UdbTi.mjs +0 -1
  50. package/dist/token-util-yhghfNwd.mjs +0 -1
  51. package/dist/token-xhtueDQA.mjs +0 -1
package/package.json CHANGED
@@ -1,87 +1,27 @@
1
1
  {
2
- "name": "@sugarmo/aicommits",
3
- "version": "1.12.0",
4
- "description": "Writes your git commit messages for you with AI",
5
- "keywords": [
6
- "ai",
7
- "git",
8
- "commit"
9
- ],
10
- "license": "MIT",
11
- "repository": "sugarmo/aicommits",
12
- "author": "Hassan El Mghari (@nutlope)",
13
- "type": "module",
14
- "publishConfig": {
15
- "access": "public"
16
- },
17
- "files": [
18
- "dist"
19
- ],
20
- "bin": {
21
- "aicommits": "./dist/cli.mjs",
22
- "aic": "./dist/cli.mjs"
23
- },
24
- "scripts": {
25
- "prepare": "simple-git-hooks",
26
- "build": "pkgroll --minify",
27
- "lint": "eslint --cache .",
28
- "type-check": "tsc",
29
- "test": "tsx tests",
30
- "prepack": "pnpm build && clean-pkg-json"
31
- },
32
- "simple-git-hooks": {
33
- "pre-commit": "pnpm lint-staged"
34
- },
35
- "lint-staged": {
36
- "*.ts": "eslint --cache"
37
- },
38
- "dependencies": {
39
- "@dqbd/tiktoken": "^1.0.2"
40
- },
41
- "devDependencies": {
42
- "@clack/prompts": "^0.6.1",
43
- "@pvtnbr/eslint-config": "^0.33.0",
44
- "@types/ini": "^1.3.31",
45
- "@types/inquirer": "^9.0.3",
46
- "@types/node": "^18.14.2",
47
- "clean-pkg-json": "^1.2.0",
48
- "cleye": "^1.3.2",
49
- "eslint": "^8.35.0",
50
- "execa": "^7.0.0",
51
- "fs-fixture": "^1.2.0",
52
- "https-proxy-agent": "^5.0.1",
53
- "ini": "^3.0.1",
54
- "kolorist": "^1.7.0",
55
- "lint-staged": "^13.1.2",
56
- "manten": "^0.7.0",
57
- "openai": "^3.2.1",
58
- "pkgroll": "^1.9.0",
59
- "simple-git-hooks": "^2.8.1",
60
- "tsx": "^3.12.3",
61
- "typescript": "^4.9.5"
62
- },
63
- "eslintConfig": {
64
- "extends": "@pvtnbr",
65
- "rules": {
66
- "unicorn/no-process-exit": "off"
67
- },
68
- "overrides": [
69
- {
70
- "files": "./src/commands/prepare-commit-msg-hook.ts",
71
- "rules": {
72
- "unicorn/prevent-abbreviations": "off"
73
- }
74
- }
75
- ]
76
- },
77
- "release": {
78
- "branches": [
79
- "main"
80
- ]
81
- },
82
- "pnpm": {
83
- "patchedDependencies": {
84
- "@clack/prompts@0.6.1": "patches/@clack__prompts@0.6.1.patch"
85
- }
86
- }
87
- }
2
+ "name": "@sugarmo/aicommits",
3
+ "version": "1.13.2",
4
+ "publishConfig": {
5
+ "access": "public"
6
+ },
7
+ "description": "Writes your git commit messages for you with AI",
8
+ "keywords": [
9
+ "ai",
10
+ "git",
11
+ "commit"
12
+ ],
13
+ "license": "MIT",
14
+ "repository": "sugarmo/aicommits",
15
+ "author": "Hassan El Mghari (@nutlope)",
16
+ "type": "module",
17
+ "files": [
18
+ "dist"
19
+ ],
20
+ "bin": {
21
+ "aicommits": "./dist/cli.mjs",
22
+ "aic": "./dist/cli.mjs"
23
+ },
24
+ "dependencies": {
25
+ "@dqbd/tiktoken": "^1.0.2"
26
+ }
27
+ }