@metamask-previews/keyring-api 17.5.0-2d7389c → 17.5.0-ad9f8f1
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 +0 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +0 -1
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +0 -1
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/versions.cjs +0 -16
- package/dist/versions.cjs.map +0 -1
- package/dist/versions.d.cts +0 -12
- package/dist/versions.d.cts.map +0 -1
- package/dist/versions.d.mts +0 -12
- package/dist/versions.d.mts.map +0 -1
- package/dist/versions.mjs +0 -13
- package/dist/versions.mjs.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -20,5 +20,4 @@ __exportStar(require("./sol/index.cjs"), exports);
|
|
|
20
20
|
__exportStar(require("./eth/index.cjs"), exports);
|
|
21
21
|
__exportStar(require("./rpc.cjs"), exports);
|
|
22
22
|
__exportStar(require("./events.cjs"), exports);
|
|
23
|
-
__exportStar(require("./versions.cjs"), exports);
|
|
24
23
|
//# sourceMappingURL=index.cjs.map
|
package/dist/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAAsB;AACtB,kDAAsB;AACtB,kDAAsB;AACtB,kDAAsB;AAEtB,4CAAsB;AACtB,+CAAyB
|
|
1
|
+
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAAsB;AACtB,kDAAsB;AACtB,kDAAsB;AACtB,kDAAsB;AAEtB,4CAAsB;AACtB,+CAAyB","sourcesContent":["export * from './api';\nexport * from './btc';\nexport * from './sol';\nexport * from './eth';\nexport type * from './contexts';\nexport * from './rpc';\nexport * from './events';\n"]}
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,gCAAsB;AACtB,gCAAsB;AACtB,gCAAsB;AACtB,gCAAsB;AACtB,oCAAgC;AAChC,0BAAsB;AACtB,6BAAyB
|
|
1
|
+
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,gCAAsB;AACtB,gCAAsB;AACtB,gCAAsB;AACtB,gCAAsB;AACtB,oCAAgC;AAChC,0BAAsB;AACtB,6BAAyB"}
|
package/dist/index.d.mts
CHANGED
package/dist/index.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,gCAAsB;AACtB,gCAAsB;AACtB,gCAAsB;AACtB,gCAAsB;AACtB,oCAAgC;AAChC,0BAAsB;AACtB,6BAAyB
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,gCAAsB;AACtB,gCAAsB;AACtB,gCAAsB;AACtB,gCAAsB;AACtB,oCAAgC;AAChC,0BAAsB;AACtB,6BAAyB"}
|
package/dist/index.mjs
CHANGED
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,gCAAsB;AACtB,gCAAsB;AACtB,gCAAsB;AACtB,gCAAsB;AAEtB,0BAAsB;AACtB,6BAAyB
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,gCAAsB;AACtB,gCAAsB;AACtB,gCAAsB;AACtB,gCAAsB;AAEtB,0BAAsB;AACtB,6BAAyB","sourcesContent":["export * from './api';\nexport * from './btc';\nexport * from './sol';\nexport * from './eth';\nexport type * from './contexts';\nexport * from './rpc';\nexport * from './events';\n"]}
|
package/package.json
CHANGED
package/dist/versions.cjs
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.KeyringVersion = void 0;
|
|
4
|
-
var KeyringVersion;
|
|
5
|
-
(function (KeyringVersion) {
|
|
6
|
-
/** Default. */
|
|
7
|
-
KeyringVersion["V1"] = "v1";
|
|
8
|
-
/**
|
|
9
|
-
* Introduction of `KeyringRequest.origin`.
|
|
10
|
-
*
|
|
11
|
-
* Snap will now receive the `origin` as part of a `KeyringRquest` when `submitRequest` is invoked.
|
|
12
|
-
* We also expect Snaps to display this `origin` in their confirmation screens (if any).
|
|
13
|
-
*/
|
|
14
|
-
KeyringVersion["V2"] = "v2";
|
|
15
|
-
})(KeyringVersion || (exports.KeyringVersion = KeyringVersion = {}));
|
|
16
|
-
//# sourceMappingURL=versions.cjs.map
|
package/dist/versions.cjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"versions.cjs","sourceRoot":"","sources":["../src/versions.ts"],"names":[],"mappings":";;;AAAA,IAAY,cAWX;AAXD,WAAY,cAAc;IACxB,eAAe;IACf,2BAAS,CAAA;IAET;;;;;OAKG;IACH,2BAAS,CAAA;AACX,CAAC,EAXW,cAAc,8BAAd,cAAc,QAWzB","sourcesContent":["export enum KeyringVersion {\n /** Default. */\n V1 = 'v1',\n\n /**\n * Introduction of `KeyringRequest.origin`.\n *\n * Snap will now receive the `origin` as part of a `KeyringRquest` when `submitRequest` is invoked.\n * We also expect Snaps to display this `origin` in their confirmation screens (if any).\n */\n V2 = 'v2',\n}\n"]}
|
package/dist/versions.d.cts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export declare enum KeyringVersion {
|
|
2
|
-
/** Default. */
|
|
3
|
-
V1 = "v1",
|
|
4
|
-
/**
|
|
5
|
-
* Introduction of `KeyringRequest.origin`.
|
|
6
|
-
*
|
|
7
|
-
* Snap will now receive the `origin` as part of a `KeyringRquest` when `submitRequest` is invoked.
|
|
8
|
-
* We also expect Snaps to display this `origin` in their confirmation screens (if any).
|
|
9
|
-
*/
|
|
10
|
-
V2 = "v2"
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=versions.d.cts.map
|
package/dist/versions.d.cts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"versions.d.cts","sourceRoot":"","sources":["../src/versions.ts"],"names":[],"mappings":"AAAA,oBAAY,cAAc;IACxB,eAAe;IACf,EAAE,OAAO;IAET;;;;;OAKG;IACH,EAAE,OAAO;CACV"}
|
package/dist/versions.d.mts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export declare enum KeyringVersion {
|
|
2
|
-
/** Default. */
|
|
3
|
-
V1 = "v1",
|
|
4
|
-
/**
|
|
5
|
-
* Introduction of `KeyringRequest.origin`.
|
|
6
|
-
*
|
|
7
|
-
* Snap will now receive the `origin` as part of a `KeyringRquest` when `submitRequest` is invoked.
|
|
8
|
-
* We also expect Snaps to display this `origin` in their confirmation screens (if any).
|
|
9
|
-
*/
|
|
10
|
-
V2 = "v2"
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=versions.d.mts.map
|
package/dist/versions.d.mts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"versions.d.mts","sourceRoot":"","sources":["../src/versions.ts"],"names":[],"mappings":"AAAA,oBAAY,cAAc;IACxB,eAAe;IACf,EAAE,OAAO;IAET;;;;;OAKG;IACH,EAAE,OAAO;CACV"}
|
package/dist/versions.mjs
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export var KeyringVersion;
|
|
2
|
-
(function (KeyringVersion) {
|
|
3
|
-
/** Default. */
|
|
4
|
-
KeyringVersion["V1"] = "v1";
|
|
5
|
-
/**
|
|
6
|
-
* Introduction of `KeyringRequest.origin`.
|
|
7
|
-
*
|
|
8
|
-
* Snap will now receive the `origin` as part of a `KeyringRquest` when `submitRequest` is invoked.
|
|
9
|
-
* We also expect Snaps to display this `origin` in their confirmation screens (if any).
|
|
10
|
-
*/
|
|
11
|
-
KeyringVersion["V2"] = "v2";
|
|
12
|
-
})(KeyringVersion || (KeyringVersion = {}));
|
|
13
|
-
//# sourceMappingURL=versions.mjs.map
|
package/dist/versions.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"versions.mjs","sourceRoot":"","sources":["../src/versions.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,cAWX;AAXD,WAAY,cAAc;IACxB,eAAe;IACf,2BAAS,CAAA;IAET;;;;;OAKG;IACH,2BAAS,CAAA;AACX,CAAC,EAXW,cAAc,KAAd,cAAc,QAWzB","sourcesContent":["export enum KeyringVersion {\n /** Default. */\n V1 = 'v1',\n\n /**\n * Introduction of `KeyringRequest.origin`.\n *\n * Snap will now receive the `origin` as part of a `KeyringRquest` when `submitRequest` is invoked.\n * We also expect Snaps to display this `origin` in their confirmation screens (if any).\n */\n V2 = 'v2',\n}\n"]}
|