@snelusha/noto 1.0.3 → 1.0.4

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.
package/bin/noto.mjs ADDED
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env node
2
+ "use strict";
3
+
4
+ import "../dist/index.js";
package/dist/index.js CHANGED
@@ -616,7 +616,7 @@ var getCommand = (name, cmds = commands) => {
616
616
  };
617
617
 
618
618
  // package.json
619
- var version = "1.0.3";
619
+ var version = "1.0.4";
620
620
 
621
621
  // src/index.ts
622
622
  var globalSpec = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snelusha/noto",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Generate clean commit messages in a snap! ✨",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -31,6 +31,7 @@
31
31
  },
32
32
  "files": [
33
33
  "dist",
34
+ "bin",
34
35
  "README.md"
35
36
  ],
36
37
  "keywords": [
@@ -45,9 +46,9 @@
45
46
  "typescript": "^5.8.2"
46
47
  },
47
48
  "dependencies": {
48
- "@ai-sdk/google": "^1.1.20",
49
+ "@ai-sdk/google": "^1.1.25",
49
50
  "@clack/prompts": "^0.10.0",
50
- "ai": "^4.1.54",
51
+ "ai": "^4.1.61",
51
52
  "arg": "^5.0.2",
52
53
  "clipboardy": "^4.0.0",
53
54
  "dedent": "^1.5.3",