@metamask-previews/keyring-controller 25.1.0-preview-e9620906a → 25.1.0-preview-78b9f63

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/dist/index.cjs CHANGED
@@ -14,9 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- exports.KeyringControllerErrorMessage = void 0;
18
17
  __exportStar(require("./KeyringController.cjs"), exports);
19
18
  __exportStar(require("./errors.cjs"), exports);
20
- var constants_1 = require("./constants.cjs");
21
- Object.defineProperty(exports, "KeyringControllerErrorMessage", { enumerable: true, get: function () { return constants_1.KeyringControllerErrorMessage; } });
22
19
  //# sourceMappingURL=index.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.cjs","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,0DAAoC;AAEpC,+CAAyB;AACzB,6CAA4D;AAAnD,0HAAA,6BAA6B,OAAA","sourcesContent":["export * from './KeyringController';\nexport type * from './types';\nexport * from './errors';\nexport { KeyringControllerErrorMessage } from './constants';\n"]}
1
+ {"version":3,"file":"index.cjs","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAAoC;AAEpC,+CAAyB","sourcesContent":["export * from './KeyringController';\nexport type * from './types';\nexport * from './errors';\n"]}
package/dist/index.d.cts CHANGED
@@ -1,5 +1,4 @@
1
1
  export * from "./KeyringController.cjs";
2
2
  export type * from "./types.cjs";
3
3
  export * from "./errors.cjs";
4
- export { KeyringControllerErrorMessage } from "./constants.cjs";
5
4
  //# sourceMappingURL=index.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,wCAAoC;AACpC,iCAA6B;AAC7B,6BAAyB;AACzB,OAAO,EAAE,6BAA6B,EAAE,wBAAoB"}
1
+ {"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,wCAAoC;AACpC,iCAA6B;AAC7B,6BAAyB"}
package/dist/index.d.mts CHANGED
@@ -1,5 +1,4 @@
1
1
  export * from "./KeyringController.mjs";
2
2
  export type * from "./types.mjs";
3
3
  export * from "./errors.mjs";
4
- export { KeyringControllerErrorMessage } from "./constants.mjs";
5
4
  //# sourceMappingURL=index.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,wCAAoC;AACpC,iCAA6B;AAC7B,6BAAyB;AACzB,OAAO,EAAE,6BAA6B,EAAE,wBAAoB"}
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,wCAAoC;AACpC,iCAA6B;AAC7B,6BAAyB"}
package/dist/index.mjs CHANGED
@@ -1,4 +1,3 @@
1
1
  export * from "./KeyringController.mjs";
2
2
  export * from "./errors.mjs";
3
- export { KeyringControllerErrorMessage } from "./constants.mjs";
4
3
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,wCAAoC;AAEpC,6BAAyB;AACzB,OAAO,EAAE,6BAA6B,EAAE,wBAAoB","sourcesContent":["export * from './KeyringController';\nexport type * from './types';\nexport * from './errors';\nexport { KeyringControllerErrorMessage } from './constants';\n"]}
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,wCAAoC;AAEpC,6BAAyB","sourcesContent":["export * from './KeyringController';\nexport type * from './types';\nexport * from './errors';\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/keyring-controller",
3
- "version": "25.1.0-preview-e9620906a",
3
+ "version": "25.1.0-preview-78b9f63",
4
4
  "description": "Stores identities seen in the wallet and manages interactions such as signing",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -51,7 +51,6 @@
51
51
  "@metamask/base-controller": "^9.0.0",
52
52
  "@metamask/browser-passworder": "^6.0.0",
53
53
  "@metamask/eth-hd-keyring": "^13.0.0",
54
- "@metamask/eth-money-keyring": "1.0.0",
55
54
  "@metamask/eth-sig-util": "^8.2.0",
56
55
  "@metamask/eth-simple-keyring": "^11.0.0",
57
56
  "@metamask/keyring-api": "^21.6.0",