@ciandt-flow/cli 1.4.1-beta.179 → 1.4.1-beta.181

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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -27,7 +27,7 @@ public class FlowCredManager {
27
27
  [DllImport("advapi32.dll", SetLastError = true, CharSet = CharSet.Unicode)]
28
28
  private static extern bool CredRead(string target, int type, int flags, out IntPtr credential);
29
29
 
30
- [DllImport("advapi32.dll", SetLastError = true)]
30
+ [DllImport("advapi32.dll", SetLastError = true, CharSet = CharSet.Unicode)]
31
31
  private static extern bool CredWrite(ref CREDENTIAL credential, int flags);
32
32
 
33
33
  [DllImport("advapi32.dll", SetLastError = true, CharSet = CharSet.Unicode)]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ciandt-flow/cli",
3
- "version": "1.4.1-beta.179",
3
+ "version": "1.4.1-beta.181",
4
4
  "description": "TUI for browsing and installing Claude Code plugins from the Flow ecosystem",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",