applesauce-wallet 0.0.0-next-20250311165233 → 0.0.0-next-20250311170821

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.
@@ -1,3 +1,3 @@
1
1
  import { Action } from "applesauce-actions";
2
2
  /** An action that creates a new 17375 wallet event and 375 wallet backup */
3
- export declare function CreateWallet(mints: string[], privateKey?: Uint8Array<ArrayBufferLike>): Action;
3
+ export declare function CreateWallet(mints: string[], privateKey?: Uint8Array): Action;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "applesauce-wallet",
3
- "version": "0.0.0-next-20250311165233",
3
+ "version": "0.0.0-next-20250311170821",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -78,16 +78,16 @@
78
78
  },
79
79
  "dependencies": {
80
80
  "@noble/hashes": "^1.7.1",
81
- "applesauce-actions": "0.0.0-next-20250311165233",
82
- "applesauce-core": "0.0.0-next-20250311165233",
83
- "applesauce-factory": "0.0.0-next-20250311165233",
81
+ "applesauce-actions": "0.0.0-next-20250311170821",
82
+ "applesauce-core": "0.0.0-next-20250311170821",
83
+ "applesauce-factory": "0.0.0-next-20250311170821",
84
84
  "nostr-tools": "^2.10.4",
85
85
  "rxjs": "^7.8.1"
86
86
  },
87
87
  "devDependencies": {
88
88
  "@hirez_io/observer-spy": "^2.2.0",
89
89
  "@types/debug": "^4.1.12",
90
- "applesauce-signers": "0.0.0-next-20250311165233",
90
+ "applesauce-signers": "0.0.0-next-20250311170821",
91
91
  "typescript": "^5.7.3",
92
92
  "vitest": "^3.0.5"
93
93
  },