@account-kit/signer 4.52.2 → 4.52.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.
@@ -5,7 +5,7 @@ export class NotAuthenticatedError extends BaseError {
5
5
  "Signer not authenticated",
6
6
  "Please authenticate to use this signer",
7
7
  ].join("\n"), {
8
- docsPath: "/signers/alchemy-signer/introduction.html",
8
+ docsPath: "/signer/overview",
9
9
  });
10
10
  Object.defineProperty(this, "name", {
11
11
  enumerable: true,
@@ -1 +1 @@
1
- {"version":3,"file":"errors.js","sourceRoot":"","sources":["../../src/errors.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,MAAM,OAAO,qBAAsB,SAAQ,SAAS;IAElD;QACE,KAAK,CACH;YACE,0BAA0B;YAC1B,wCAAwC;SACzC,CAAC,IAAI,CAAC,IAAI,CAAC,EACZ;YACE,QAAQ,EAAE,2CAA2C;SACtD,CACF,CAAC;QAVK;;;;mBAAO,uBAAuB;WAAC;IAWxC,CAAC;CACF;AAED,MAAM,OAAO,mBAAoB,SAAQ,SAAS;IAEhD;QACE,KAAK,CAAC,2BAA2B,EAAE;YACjC,QAAQ,EAAE,wBAAwB;SACnC,CAAC,CAAC;QAJI;;;;mBAAO,qBAAqB;WAAC;IAKtC,CAAC;CACF;AAED,MAAM,OAAO,gBAAiB,SAAQ,SAAS;IAI7C,YAAY,YAAyB;QACnC,KAAK,CAAC,+BAA+B,CAAC,CAAC;QAJhC;;;;mBAAO,kBAAkB;WAAC;QAC5B;;;;;WAA0B;QAI/B,IAAI,CAAC,YAAY,GAAG,YAAY,CAAC;IACnC,CAAC;CACF","sourcesContent":["import { BaseError } from \"@aa-sdk/core\";\nimport type { MfaFactor } from \"./client/types\";\nexport class NotAuthenticatedError extends BaseError {\n override name = \"NotAuthenticatedError\";\n constructor() {\n super(\n [\n \"Signer not authenticated\",\n \"Please authenticate to use this signer\",\n ].join(\"\\n\"),\n {\n docsPath: \"/signers/alchemy-signer/introduction.html\",\n },\n );\n }\n}\n\nexport class OAuthProvidersError extends BaseError {\n override name = \"OAuthProvidersError\";\n constructor() {\n super(\"OAuth providers not found\", {\n docsPath: \"/react/getting-started\",\n });\n }\n}\n\nexport class MfaRequiredError extends BaseError {\n override name = \"MfaRequiredError\";\n public multiFactors: MfaFactor[];\n\n constructor(multiFactors: MfaFactor[]) {\n super(\"MFA is required for this user\");\n this.multiFactors = multiFactors;\n }\n}\n"]}
1
+ {"version":3,"file":"errors.js","sourceRoot":"","sources":["../../src/errors.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,MAAM,OAAO,qBAAsB,SAAQ,SAAS;IAElD;QACE,KAAK,CACH;YACE,0BAA0B;YAC1B,wCAAwC;SACzC,CAAC,IAAI,CAAC,IAAI,CAAC,EACZ;YACE,QAAQ,EAAE,kBAAkB;SAC7B,CACF,CAAC;QAVK;;;;mBAAO,uBAAuB;WAAC;IAWxC,CAAC;CACF;AAED,MAAM,OAAO,mBAAoB,SAAQ,SAAS;IAEhD;QACE,KAAK,CAAC,2BAA2B,EAAE;YACjC,QAAQ,EAAE,wBAAwB;SACnC,CAAC,CAAC;QAJI;;;;mBAAO,qBAAqB;WAAC;IAKtC,CAAC;CACF;AAED,MAAM,OAAO,gBAAiB,SAAQ,SAAS;IAI7C,YAAY,YAAyB;QACnC,KAAK,CAAC,+BAA+B,CAAC,CAAC;QAJhC;;;;mBAAO,kBAAkB;WAAC;QAC5B;;;;;WAA0B;QAI/B,IAAI,CAAC,YAAY,GAAG,YAAY,CAAC;IACnC,CAAC;CACF","sourcesContent":["import { BaseError } from \"@aa-sdk/core\";\nimport type { MfaFactor } from \"./client/types\";\nexport class NotAuthenticatedError extends BaseError {\n override name = \"NotAuthenticatedError\";\n constructor() {\n super(\n [\n \"Signer not authenticated\",\n \"Please authenticate to use this signer\",\n ].join(\"\\n\"),\n {\n docsPath: \"/signer/overview\",\n },\n );\n }\n}\n\nexport class OAuthProvidersError extends BaseError {\n override name = \"OAuthProvidersError\";\n constructor() {\n super(\"OAuth providers not found\", {\n docsPath: \"/react/getting-started\",\n });\n }\n}\n\nexport class MfaRequiredError extends BaseError {\n override name = \"MfaRequiredError\";\n public multiFactors: MfaFactor[];\n\n constructor(multiFactors: MfaFactor[]) {\n super(\"MFA is required for this user\");\n this.multiFactors = multiFactors;\n }\n}\n"]}
@@ -1 +1 @@
1
- export declare const VERSION = "4.52.2";
1
+ export declare const VERSION = "4.52.4";
@@ -1,4 +1,4 @@
1
1
  // This file is autogenerated by inject-version.ts. Any changes will be
2
2
  // overwritten on commit!
3
- export const VERSION = "4.52.2";
3
+ export const VERSION = "4.52.4";
4
4
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,uEAAuE;AACvE,yBAAyB;AACzB,MAAM,CAAC,MAAM,OAAO,GAAG,QAAQ,CAAC","sourcesContent":["// This file is autogenerated by inject-version.ts. Any changes will be\n// overwritten on commit!\nexport const VERSION = \"4.52.2\";\n"]}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,uEAAuE;AACvE,yBAAyB;AACzB,MAAM,CAAC,MAAM,OAAO,GAAG,QAAQ,CAAC","sourcesContent":["// This file is autogenerated by inject-version.ts. Any changes will be\n// overwritten on commit!\nexport const VERSION = \"4.52.4\";\n"]}
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "4.52.2";
1
+ export declare const VERSION = "4.52.4";
2
2
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@account-kit/signer",
3
- "version": "4.52.2",
3
+ "version": "4.52.4",
4
4
  "description": "Core interfaces and clients for interfacing with the Alchemy Signer API",
5
5
  "author": "Alchemy",
6
6
  "license": "MIT",
@@ -48,8 +48,8 @@
48
48
  "typescript-template": "*"
49
49
  },
50
50
  "dependencies": {
51
- "@aa-sdk/core": "^4.52.2",
52
- "@account-kit/logging": "^4.52.2",
51
+ "@aa-sdk/core": "^4.52.4",
52
+ "@account-kit/logging": "^4.52.4",
53
53
  "@noble/curves": "^1.9.2",
54
54
  "@noble/hashes": "1.7.1",
55
55
  "@noble/secp256k1": "^2.3.0",
@@ -78,5 +78,5 @@
78
78
  "url": "https://github.com/alchemyplatform/aa-sdk/issues"
79
79
  },
80
80
  "homepage": "https://github.com/alchemyplatform/aa-sdk#readme",
81
- "gitHead": "50a4668dbfd90783fb5f546132bf7f114b680580"
81
+ "gitHead": "313c33fc5987d77963a3187c93da45ab416a4bb8"
82
82
  }
package/src/errors.ts CHANGED
@@ -9,7 +9,7 @@ export class NotAuthenticatedError extends BaseError {
9
9
  "Please authenticate to use this signer",
10
10
  ].join("\n"),
11
11
  {
12
- docsPath: "/signers/alchemy-signer/introduction.html",
12
+ docsPath: "/signer/overview",
13
13
  },
14
14
  );
15
15
  }
package/src/version.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  // This file is autogenerated by inject-version.ts. Any changes will be
2
2
  // overwritten on commit!
3
- export const VERSION = "4.52.2";
3
+ export const VERSION = "4.52.4";